@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: 720px;
}

#side-menu{
	width:90px;
	float:left;
	position:fixed;
	top:140px;
}


#concept{
	margin-left:120px;	
}

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

#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;
}
