/*文字の色*/
body { color: #333333; }

/*linkの色*/
a:link {
	color:#0000FF;text-decoration:none;
}
a:visited {
	color:#000099;text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.s1 { font-size:  8pt}
.s2 { font-size:  9pt }
.s2ab { font-size:  10pt ; font-weight:bold ;}
.s3 { font-size: 11pt }
.s4 { font-size: 12pt }
.s5 { font-size: 14pt }
.s6 { font-size: 18pt }

.s1h { font-size:  8pt; line-height: 125%;}
.s2h { font-size:  9pt; line-height: 140%;}
.s3h { font-size: 11pt; line-height: 125%;}
.s4h { font-size: 12pt; line-height: 125%;}
.s5h { font-size: 14pt; line-height: 120%;}
.s6h { font-size: 18pt; line-height: 120%;}

.s1ww {font-size: 8pt; line-height: 200%;}
.s1w {font-size: 8pt; line-height: 150%;}
.s2w {font-size: 9pt; line-height: 150%;}
.s3w {font-size: 11pt; line-height: 150%;}
.s3ww { font-size: 12px; line-height: 180% }
.s3we {font-size: 85%; line-height: 140%;}
.s2we {font-size: 70%; line-height: 110%;}

.s2hb {font-size: 9pt; line-height: 150%; font-weight:bold ;}
.s3hb {font-size: 11pt; line-height: 150% ; font-weight:bold ;}

.h110 { line-height: 110% }
.h115 { line-height: 115% }
.h120 { line-height: 120% }
.h125 { line-height: 125% }
.h140 { line-height: 140% }
.h150 { line-height: 150% }

.footer{ clear:left; }

.tenline{ width:500px; margin:17px 5px 5px 20px; border-bottom :dotted #a1a5a9 1px; }
.midashi{ margin:5px 0px; border-bottom: solid #a1a5a9 1px; font-size:12pt; font-weight:bold; }
.tdline{ margin:5px 0px; border-bottom: solid #e6e6e6 1px; }
.exline{ margin:5px; border: solid #a1a5a9 1px; width:660px;}

.link_cn {
	left: 820px;
	top: 29px;
	height: 25px;
	width: 58px;
	background-image: url(../../images/button_cn.gif);
	position: absolute;
}
a:hover.link_cn { 
	background-position: -57px 0; 
} 
.link_en {
	left: 750px;
	top: 29px;
	height: 25px;
	width: 58px;
	background-image: url(../../images/button_en.gif);
	position: absolute;
}
a:hover.link_en { 
	background-position: -57px 0; 
} 
.link_jp {
	left: 680px;
	top: 29px;
	height: 25px;
	width: 58px;
	background-image: url(../../images/button_jp.gif);
	position: absolute;
}
a:hover.link_jp { 
	background-position: -57px 0; 
} 

