@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:#999999
}

.txt-vs {font-size:9px;
	color:#000033
}

.txt-c_wr {
	color:#CC0000
}

.txt-bg {
	color:#ffffff;
	background-color:#666666;
	padding: 5px;
}

/*---------------テキストサイズの設定---------------*/

.txt-strong {
	color: #CC0000;
	font-weight: bold;	
}

.txt-supplement {
	font-size: 80%;
}
.txt-75 {
	font-size: 75%;
}

.txt-70 {
	font-size: 70%;
}

.txt-10 {
	font-size: 10px;
}

.txt-14 {
	font-size: 14px;
}

.txt-14_b {
	font-size: 14px;
	color: #0000FF;
}


.txt-18 {
	font-size: 18px;
}

.txt-22 {
	font-size: 22px;
}


/*---------------テキスト装飾の設定---------------*/

.txt-underline {
    border-bottom:dotted 1px #666666;
	padding:5px;
}
/*---------------テキストの配置---------------*/

.t-center {
	text-align: center;
}


.pad_0800 {margin:0px 8px 0px 0px;}
.pad_0005 {margin:0px 0px 0px 5px;}
.pad_00100 {margin:0px 0px 10px 0px;}
.pad_0050 {margin:0px 0px 5px 0px;}
.pad_10000 {margin:10px 0px 0px 0px;}
.pad_00010 {margin:0px 0px 0px 10px;}
