@charset "Shift_JIS";

/*

■目次：

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

*/


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

a:link {
	color: #666666;
	font-size: 12px;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FF9900;
}

a:active {
	color: #FF6600
}


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

.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%;
	color: #000F2E;
	font-weight: bold;	
}

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

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

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


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

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


.pad_0800 {margin:0px 8px 0px 0px;}
.pad_00100 {margin:0px 0px 10px 0px;}
.pad_10000 {margin:10px 0px 0px 0px;}
.pad_00010 {margin:0px 0px 0px 10px;}


