@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		base.css
Style Info:		基本設定用

-------------------------------------------------------------- */


/*=====================================================
	 クリア
=====================================================*/
.clr {
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0px;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac \*/

/*=====================================================
	全体
=====================================================*/
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 160%;
	background: url(../img/main_bg.jpg) repeat;

}

#header-top {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	padding: 0;
	background-color: #C8282D;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

a {overflow: hidden;}

hr {display: none;}

p { margin: 0px; padding: 0px;}

img {border: 0;}

.mt10 {margin-top: 10px;}

.mt20 {margin-top: 20px;}

.mt30 {margin-top: 30px;}

.mb10 {margin-bottom: 10px;}

.mb20 {margin-bottom: 20px;}

.mb30 {margin-bottom: 30px;}

.mb40 {margin-bottom: 40px;}




