@charset "utf-8";
/* CSS Document */

/* ******************************************************************* */
/* 			index.css
* ******************************************************************** */

body{
	margin:0;
	background:#0B0706;
	font-size:0.9em;
	line-height:1.4em;
	background:url(../img/common/bg.jpg) repeat;
}

#content{
	margin:0 auto;
}


#contents-body{
	width:840px;
	margin:145px auto 0;
}
/****************** ヘッダー *******************/

#fix-header{
	width:100%;
	background:url(../img/common/bg.jpg) repeat;
	position:fixed;
	top:0;
}


#header{
	width:900px;
	margin:0 auto;
	padding:39px 0 7px;
}

	
h1{
	margin-left:10px;
	float:left;
}


/****************** メニュー *******************/

ul#menu{
	float:right;

}

ul#menu li{
	display:inline;
}



/****************** メインコンテンツ *******************/

#contents-main{
	width: 840px;
}

#products{
	width: 768px;
	padding:36px;
	background-color:#FFF;

}

#products ul#products-lineup{
	margin:45px 0 60px;
}


#products ul#products-lineup li{
	float:left;
	margin-left:34px;
}

#products ul#products-lineup li:first-child{
	margin-left:0;
}

#products ul#products-show li{
	float:none;
}

#products ul#products-show li.target01{
	margin-bottom:45px;	
}

#products ul#products-show li.target02{
	margin-bottom:75px;	
}


/****************** フッター *******************/

#footer{
	width:840px;
	margin:50px auto 10px;
	text-align:center;
}

ul#fmenu{
	width:600px;
	margin:0 auto;
}


#fmenu li{
	float:left;
}

#footer p{
	padding-top:15px;
	color:#FFF;
}

/**					共通スタイル
****************************************************************** */


/**					フロート対処 clear-fix hack
****************************************************************** */

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

.clear-fix{
	display:inline-block;
}



/*	Mac IE を除く		\*/
* html .clear-fix{
	height:1%;
	

}
.clear-fix{
	display:block;
}
