@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:0 auto;
}
/****************** ヘッダー *******************/


#header{
	width:900px;
	margin:0 auto 50px;
	padding:39px 0 7px;
}
	
h1{
	margin-left:10px;
	float:left;
}

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

ul#menu{
	float:right;

}

ul#menu li{
	display:inline;
}



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

#contents-main{
	width: 840px;
}

#company{
	width: 840px;
	background-color:#FFF;

}

#company table{
	width:780px;
	margin:0 auto;
}

#company table td{
	border:solid 1px #A7A7A7;
	padding:10px;
}

#company table td.left{
	width:170px;
	text-align:center;
	background:#E6E6E7;
}



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

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