@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFFFFF;
	text-align: center;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px; }
li { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,p{
margin:0px;
padding:0px;
}
/* Clear space */
.clear_b{
	clear: both;
}
.clear_b6{
	clear: both;
	height: 6px;
}
.clear_b8{
	clear: both;
	height: 8px;
}
.clear_b10{
	clear: both;
	height: 10px;
}
.clear_b16{
	clear: both;
	height: 16px;
}
.clear_b40{
	clear: both;
	height: 40px;
}
.clear_b50{
	clear: both;
	height: 50px;
}
.clear_b60{
	clear: both;
	height: 60px;
}
.clear_b120{
	clear: both;
	height: 120px;
}
.clear_b130{
	clear: both;
	height: 130px;
}
.clear_b140{
	clear: both;
	height: 140px;
}
.clear_b180{
	clear: both;
	height: 180px;
}
.clear_b200{
	clear: both;
	height: 200px;
}
.clear_b216{
	clear: both;
	height: 216px;
}
.clear_b8_line{
	border-top:solid #CCC 1px;
	clear: both;
	height: 8px;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

.tx12{
	font-size:12px;
}
.tx14{
	font-size:14px;
}
.bold{
	font-weight:bold;
}
#wrapper{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#footer{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #EBF8F5;
}
/* バナー */
#banner{
	width: 996px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
#banner img{
	margin-right:8px;
	float:left;
	margin-bottom:8px;
}
#twitter{
	position: absolute;
	right: 623px;
	top: 8px;
	width: 160px;
	height: 44px;
	text-align: left;
	z-index: 999999;
}
#facebook{
	position: absolute;
	right: 790px;
	top: 8px;
	width: 184px;
	height: 28px;
	text-align: left;
	z-index: 99;
}
.t13{
	font-size:13px;
}
.t14{
	font-size:14px;
}
.t15{
	font-size:15px;
}
.t16{
	font-size:16px;
}
.cRed{
	color:#C00;
}
.cBlue{
	color:#1C3F6E;
}
.mt6{
	margin-top:6px;
}
.mt12{margin-top:12px;}
.mt16{margin-top:16px;}
.mt20{margin-top:20px;}
