<!--
@charset "Shift_JIS";

@import url(../../style/scrollbar.css);

body	{
	margin: 0px;
	font-size: 13px;   		
	font-family: Verdana, Arial, MS PGothic;
	}

a 	{
	color: #666666;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #333333;
	}

.subt	{
	font-weight: bold;
	}

.image	{
	width: expression(document.body.clientWidth-250);
	height: expression(document.body.clientHeight-12);
	overflow-y:auto;
	overflow-x:auto;
	}

#oTD	{
	text-align: center;
	vertical-align: middle;
	border-right: 3px solid #AaAaAa;
	}

#oTextArea {
	cursor: hand;
	}

.propati {
	font-size: 10pt;
	line-height: 17pt;
	background-color: #DdDdDd;
	border: 1px solid #AaAaAa;
	padding: 10px;
	height: 90%;
	}

.cntrl	{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-top: expression((document.body.clientHeight / 10) / 2 - 5);
	}

h3	{
	margin-top: 0px;
	}
-->