/*  style.css  */


/*　本文テキスト　*/

.text {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #000000;
	line-height: 1.3;
	padding-left: 3px;
	padding-top: 10px;
	padding-right: 3px;
	}
.kihon_text {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 3px;
	}
.vs_text {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 6px;
	}
.rule_text {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	padding-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	}
.caption1 {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 10px;
	color: #999999;
	line-height: 1.3;
	}
.caption_b {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
	line-height: 1.3;
	}
.number {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
	}
.text_bold {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
	padding-top: 9px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: bold;
	}
.attention {
	font-family: "ＭＳ ゴシック", Osaka;
	font-size: 12px;
	color: #996600;
	line-height: 1.3;
	padding-left: 10px;
	padding-right: 10px;
	}

/*  リンクテキスト  */

#navilink {
	font-size: 10px;
	color: #996633;
	}
#navilink a {
	color: #000066;
	text-decoration: none;
	}
#navilink a:hover {
	text-decoration: underline;
	}
.loc_self {
	font-size: 10px;
	color: #FFFFFF;
	}


#navilink2 {
	font-size: 10px;
	color: #666666;
	}
#navilink2 a {
	color: #FF0000;
	text-decoration: none;
	}
#navilink2 a:hover {
	text-decoration: underline;
	}

.noteline {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-color: #99CC99;
	border-right-color: #99CC99;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
	line-height: 150%;


}
.caption_no1 {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 10px;
	color: #9933FF;
	line-height: 1.3;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.caption_no3 {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 10px;
	color: #0066CC;
	line-height: 1.3;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.caption_no4 {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 10px;
	color: #009933;
	line-height: 1.3;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.caption_no5 {
	font-family: "ＭＳ ゴシック", "Osaka";
	font-size: 10px;
	color: #CC0066;
	line-height: 1.3;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../img/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}