@charset "utf-8";
/*
 * 基本設定
 */

* {
 margin: 0;
 padding: 0;
}

html>body {
font-size: 12px;
}

body {
 margin: 0 auto;
 text-align: center;
 font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
 font-size: 75%;
 line-height: 130%;
 color: #666666;
}

img {
 border: none;
}

a:link, a:active, a:visited {
 color: #003399;
 text-decoration: underline;
}

a:hover {
 color: #ff6060;
 text-decoration: underline;
}

a:active img {
	background-color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

a:hover img {
	background-color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

ul {
 list-style-type: none;
}

/* #wrapper
----------------------------------------------------------- */
#wrapper {
 width: 790px;
 margin: 0 auto;
 text-align: left;
}

/* #header
----------------------------------------------------------- */
#header {
 width: 790px;
 background-color: #25272A;
}

.headerL {
 width: 50%;
 float: left;
}

.headerR {
 width: 240px;
 float: right;
}

#header h1 {
 padding-left: 20px;
}


/* #contents
----------------------------------------------------------- */
#contents {
 width: 790px;
 padding-top: 46px;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* 調整用 */
.mb5 {
	margin-bottom: 5px!important
}
.mb10 {
	margin-bottom: 10px!important
}
.mb15 {
	margin-bottom: 15px!important
}
.mb20 {
	margin-bottom: 20px!important
}
.mb25 {
	margin-bottom: 25px!important
}
.mb30 {
	margin-bottom: 30px!important
}
.mb40 {
	margin-bottom: 40px!important
}
.mb50 {
	margin-bottom: 50px!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important
}
.mt15 {
	margin-top: 15px!important
}
.mt20 {
	margin-top: 20px!important
}
.mt25 {
	margin-top: 25px!important
}
.mt30 {
	margin-top: 30px!important
}
.bold {
	font-weight: bold!important
}
.txtC1 {
	color: #c00!important
}
.txtC2 {
	color: #666666!important
}
.txtS1 {
	font-size: 16px;
}
.txtS2 {
	font-size: 10px;
}
.txtS3 {
	font-size: 14px;
}
.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}
.floatL {
	float: left!important
}
.floatR {
	float: right!important
}

