@charset "utf-8";


/*基本設定
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 180%;
	letter-spacing: 1px;
	list-style-type: none;
	font-family: Arial;
	zoom:1;/*IEでフロートと余白を初期化、調子が悪かったら外す*/
	color: #2B2B2B;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
img  {
	border:none;
	vertical-align: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
html {
    overflow-y: scroll;
}
body  {
	font-size: 12px;
	text-align: center;
}
body a {
	color: #3366CC;
	text-decoration: none;
}
body a:hover {
	color: #ff6666;
}
p {
	padding: 0px 0px 15px 0px;
}
/*メイン
--------------------------------------------------*/

#main_index {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: justify;
}

/*ヘッダー全体
--------------------------------------------------*/

#header {
	background-image: url(../img/com/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
}
#hcom {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: auto;
	height: 34px;
}
#hcom h1 {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 8px 0px 0px 0px;
}
#logo {
	width: 208px;
	height: 78px;
	float: left;
	margin: 10px 0px 5px 0px;
}
#hcomend {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*ヘッダーメニュー
--------------------------------------------------*/

#h_menu {
	left: 50%;
	height: 100px;
	width: 800px;
	margin: 0px auto 0px auto;
}
#h_menu_t  {
	float: right;
	margin-right: 0%;
	margin-top: 40px;
}


/*メイン
--------------------------------------------------*/

#masl {
	width: 285px;
	height: 150px;
	background-image: url(../img/owaku.gif);
	background-repeat: no-repeat;
	float: left;
}
#masr {
	width: 285px;
	height: 150px;
	background-image: url(../img/owaku.gif);
	background-repeat: no-repeat;
	float: right;
}
#mascom {
	font-size: 12px;
	padding: 10px;
	line-height: 180%;
}

/*フッター
--------------------------------------------------*/
#footer_link {
	clear: both;
	text-align: center;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
}

#footer {
	clear: both;
	background-color: #F3F3F3;
	text-align: center;
	font-size: 12px;
	padding: 0px;
}
#footer a {
	color: #2B2B2B;
	font-size: 12px;
}


.space10 {
	height:10px;
	background-image: none;
	clear: both;
}