@charset "utf-8";

/*	Reset
----------------------------------------*/

body{
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	color:#333;
	background-color:#fff;
	margin:0;
	padding:0;
}
div,ul,li,p{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:bottom;
}
li{list-style-type:none;}
em,strong{
	font-style:normal;
	font-weight:bold;
}
address{
	font-style:normal;
}

/*	Layout
----------------------------------------*/
#wrapper{
	background:#fff url('../img/h_bg0h_bg01.gif') repeat-x top center;
	text-align:center;
}
/*	#header
----------------------------------------*/
#header{
	width:760px;
	height:63px;
	margin:0 auto;
	padding:15px 0 12px;
	text-align:left;
}
#mainLogo{
}
#mainLogo strong img{
	margin-left:21px;
	padding-bottom:6px;
}

/*	#main
----------------------------------------*/
#main{
	width:760px;
	margin:0 auto;
	padding:5px 0 30px;
	text-align:left;
}
h1{
	font-size:93%;
	padding-bottom:9px;
}
h2{
	margin-bottom:28px;
}
#mainVisual{
	margin:10px 0 45px;
}
.feature{
	margin:20px -10px 0;
	position:relative;
	>zoom:1;
}
.feature li{
	float:left;
	padding:0 10px 20px;
	position:relative;
	>zoom:1;
}
.btn{
	text-align:center;
	padding-bottom:20px;
}
.tfcBox{
	float:left;
	width:760px;
	margin-top:30px;
	padding-bottom:40px;
}
.tfcBox h4{
	margin-bottom:10px;
}
.tfcBox .btn{
	margin:0 -4px;
	position:relative;
	>zoom:1;
}
.tfcBox ul{
	float:left;
}
.tfcBox li{
	float:left;
	padding:0 4px;
	position:relative;
}
.tfcBox img{
	display:block;
}

/*	#footer
----------------------------------------*/
#footer{
	width:760px;
	margin:0 auto;
	text-align:left;
}
#footer-navi{
	border-bottom:#ccc solid 1px;
	padding-bottom:5px;
	margin-bottom:10px;
}
#footer-navi li{
	display:inline;
	margin-right:18px;
}
#footer-navi img{
}
#footer address{
	font-size:85%;
	display:block;
	margin-bottom:15px;
}

/*	Clears
----------------------------------------*/
.feature ul :after,
.tfcBox :after,
.tfcBox .btn ul :after:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .feature ul,
* html .tfcBox,
* html .tfcBox .btn ul{
	height:1%;
}
/* End hide from IE-mac */
*:first-child+html .feature ul,
*:first-child+html .tfcBox,
*:first-child+html .tfcBox .btn ul{
	zoom:1;
}
