@charset "utf-8";
/* BASIC DESIGN */
#container {
	width: 1100px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000; /* この設定は body エレメントの text-align: center より優先されます。 */
	font-size: 14px;
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;
	color: #666666;
}
#contents{
	padding:15px;
}
#header{
	background-color: #79CF50;
	height:26px;
	padding: 0 0 0 20px;
}
#header a{
	color: #FFFFFF;
}
#url{
text-align:right;
	padding: 5px 15px 0 10px;
	background-color: #97DA76;
	width:160px;
	height:21px;
}
#copyright {
	color:#666666;
	width: 980px;
	text-align: right;
	margin: 3px auto;
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;

}

h1{
	font-size: 14px;
	font-weight: normal;
}
.color_white{
	color: #FFFFFF;
}
.color_red{
	color: #FF6600;
}

/*-
*汎用パーツ
*/

.bold{
	font-weight: bold;
}

.red{
	color:#ff0000;
}

.blue{
	color:#0000ff;
}

.red2{
	color:#c72c2c;
}

.blue2{
	color:#2c6ec7;
}

.orange{
	color:#ff3300;
}
.orange2{
	color:#FF6600;
}

.txtR{
	text-align:right;
}

.txtL{
	text-align:left;
}
.txtC{
	text-align:center;
}


.w110{
	width:110px;
}

.w140{
	width:140px;
}

.w180{
	width:180px;
}

.w250{
	width:250px;
}

.w45{
	width:45px;
}

.w80{
	width:80px;
}

.w360{
	width:360px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}

.w270{
	width:270px;
}

.w200{
	width:200px;
}

.mBtm05{
	margin-bottom:5px;
}

.mBtm10{
	margin-bottom:10px;
}

.mBtm15{
	margin-bottom:15px;
}

.mBtm20{
	margin-bottom:20px;
}

.mBtm25{
	margin-bottom:25px;
}

.mBtm30{
	margin-bottom:30px;
}

.mBtm35{
	margin-bottom:35px;
}

.mBtm40{
	margin-bottom:40px;
}

.mBtm45{
	margin-bottom:45px;
}

.mBtm50{
	margin-bottom:50px;
}

.mBtm55{
	margin-bottom:55px;
}
.mTop05{
	margin-top:5px;
}
.mTop15{
	margin-top:15px;
}
.mRight10{
	margin-right: 10px;	
}
.mBoth05{
	margin:0 5px;	
}
.mBoth10{
	margin:0 10px;	
}
.mBoth15{
	margin:0 20px;	
}
.mBoth20{
	margin:0 20px;	
}
.mBoth30{
	margin:0 30px;	
}
.mBoth40{
	margin:0 40px;	
}
.mBoth50{
	margin:0 50px;	
}
.font12{
	font-size:86%;
}
.font13{
	font-size:93%;
}
.font14{
	font-size:100%;
}
.font15{
	font-size:107.1%;
}
.font16{
	font-size:114.3%;
}
.font18{
	font-size:128.6%;
}
.font21{
	font-size:150%;
}
.bBlack{
	border: 1px solid #666;
}
.bGray{
	border: 1px solid #CCC;
}
.underBarBlack{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;	
}
.underline{
	text-decoration:underline;
}
.underDotGray{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.underDotGray6{
	border-bottom-width: 6px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.underDotGray1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.colorOrenge{
	color: #ff3300;
}
.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}
.boder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding:0 0 20px 0;
}
.TextAlineR{
text-align:right;
}
.link a{
text-decoration:underline;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.hidden{
	visibility:hidden;
	display:none;
}