@charset "Shift_JIS";

/*

■目次：

・リンクカラーの設定
・テキストカラーの設定
・テキストサイズの設定
・テキストの配置

*/


/*---------------リンクカラーの設定---------------*/

a:link { color: #FFF; text-decoration:none;}

a:visited { color: #FFF;}

a:hover { color: #EA609E;}

a:active { color: #FFF;}

/*---------------テキストカラーの設定---------------*/

.txt-attention { color: #FF0000;}
}

.txt-c_o { color: #FF9900;}

.txt-c_g { color: #000033;}

.txt-vs { font-size: 9px; color: #000033;}

.txt-c_wr { color: #CC0000;}

/*---------------テキストサイズの設定---------------*/

.txt-strong {
	font-size: 120%;
	font-weight: bold;	
}

.txt-supplement { font-size: 80%;}

.txt-75 { font-size: 75%;}

.txt-70 { font-size: 70%;}

.txt-14 { font-size: 14px;}

.txt-12 { font-size: 12px;}

.txt-10 { font-size: 10px;}

.textmenusub { padding-left: 10px;}

/*---------------テキストの配置---------------*/

.t-center { text-align: center;}


.pad_0800 { margin: 0px 8px 0px 0px;}
.pad_00100 { margin: 0px 0px 10px 0px;}
.pad_00150 { margin: 0px 0px 15px 0px;}
.pad_0050 { margin: 0px 0px 5px 0px;}
.pad_10000 { margin: 10px 0px 0px 0px;}
.pad_00010 { margin: 0px 0px 0px 10px;}
.pad_0400 { margin: 0px 4px 0px 0px;}
.pad_0500 { margin: 0px 5px 0px 0px;}
.pad_01500 { margin: 0px 15px 0px 0px;}
