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

　　　　　コンテンツ用

---------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

.clear {clear: both;}

li { list-style:none;}

img { border:none;}

body{
	background-image:url(../img/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
}


h1{
	position:absolute;
	top:0px;
	left:10px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}


h3{
	border-left-color:#F90;
	border-left-style:solid;
	border-left-width:5px;
	text-indent:8px;
}


.margin-15{
	margin-bottom:15px;
}


/* レイアウト */
/* ----------------------------------------------------- */

/* ヘッダー */
#header {
	width:1100px;
	height:120px;
	background-image:url(../img/header-bg2.jpg);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


#header-logo{
	position:absolute;
	top:20px;
}


#header-navi{
	position:absolute;
	top:30px;
	right:0px;
	font-size:12px;
}

#header-navi li{
	float:left;
	margin-left:20px;
}

#header-navi a{
	color:#333;
	text-decoration:none;
	border-bottom-color:#333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}



#header-navi a:hover{
	text-decoration:none;
	border-bottom-style:none;
}


#main{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}



#content{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.8em;
}




/* ナビゲーション */


#main-btn li{
	float:left;
}





/* 製品バナー */

#product-btn li{
	float:left;
}

.product-ma{
	margin-right:6px;
}







/* フッター */
#footer-wrp{
	width:auto;
	height:479px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:repeat-x;
}


#footer{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}


.footer-box{
	float:left;
	width:250px;
	height:360px;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:10px;
	color:#333;
	font-size:13px;
	border-right-color:#c0bdba;
	border-right-width:1px;
	border-right-style:solid;
}

.footer-box dt{
	font-weight:bold;
	margin-bottom:10px;
}

.footer-box dd{
	line-height:1.5em;
	text-indent:10px;
}

.footer-box a{
	color:#333;
	text-decoration:none;
	border-bottom-color:#000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}


.footer-box a:hover{
	color:#333;
	text-decoration:none;
	border-bottom-style:none;
}


#footer-info{
	margin-top:20px;
	width:307px;
	padding-left:10px;
	float:right;
	font-size:12px;
}



#copyright{
	color:#333;
	font-size:12px;
	text-align:right;
	width:1100px;
	margin-left:auto;
	margin-right:auto;

}