/* ============================================================
 * base.css
 * ========================================================= */

body{
	scrollbar-face-color:#9A99C8; scrollbar-track-color:#05058D; scrollbar-arrow-color:#05058D; scrollbar-highlight-color:#9A99C8; scrollbar-shadow-color:#9A99C8; scrollbar-3dlight-color:#05058D; scrollbar-darkshadow-color:#05058D;
color:#000000;
	background-color:#ffffff;
}

h1{
	font-size:180%;
	margin:1% 0%;
	spacing:1% 0%;
}

h2{
	font-size:140%;
	margin:1% 0%;
	spacing:1% 0%;
}

h3{
	font-size:100%;
	margin:1% 0%;
	spacing:1% 0%;
}

a:link{
	color:#0000ff;
	text-decoration:underline;
}

a:active{
	color:#ff0000;
	text-decoration:underline;
}

a:visted{
	color:#800080;
	text-decoration:underline;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

address{
	color:#333333;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	line-height:130%;
	text-align:right;
}

/* --------------------------------------------------------- */
/* フォントサイズ */

.textTitle{
	font-size:160%;
	font-weight:bold;
}

.textL{
	font-size:140%;
}
.textLBld{
	font-size:140%;
	font-weight:bold;
}

.textM{
	font-size:100%;
}
.textMBld{
	font-size:100%;
	font-weight:bold;
}

.textS{
	font-size:80%;
}
.textSBld{
	font-size:80%;
	font-weight:bold;
}

/* フォントカラー */
.textRed{
	color:#ff0000;
}

.textBlue{
	color:#0066ff;
}

.textGreen{
	color:#66cc99;
}


.maintxt{
        font-size: 10pt ;line-height: 1.6;
}


.rtxt{
        font-size: 10pt ;line-height: 1.1;
}

.rmtxt{
        font-size: 10pt ;line-height: 1.3;
	font-weight:bold;
}

.gaiyotxt{
        font-size: 10pt ;line-height: 1.4;
}

.3pl1{
        font-size: 10pt ;line-height: 1.2;
}

.3pl2{
        font-size: 9pt ;line-height: 1.2;
}

.net{
        font-size: 9pt ;line-height: 1.1;
}

.list-m{
        font-size: 14pt ;line-height: 1.4;
	font-weight:bold;
}