@charset "utf-8";

/* index */
body {
    width:900px;
	height:750px;
	overflow:auto;
    position:absolute;
    top:50%;
    left:50%;
	margin-left:-450px;
	margin-top:-380px;
}
#head {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 55px 0;
	background-image: url(../img/index_1/bg_top.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#head div.head_r {
	width:590px;
}
#head div.head_r h1 {
	width: 580px;
	margin:0;
	line-height:140%;
}
#contents {
	width: 900px;
	padding:80px 0 50px 0;
}
html>body #contents {
 	position:relative;
  	z-index:1;
}

/*-------テキストを画像に置換え（テキスト隠し）　開始---------*/
#title {
	width:539px;
	height:84px;
	margin: 0 auto 70px auto;
	background-image:url(../img/index_1/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#title h1 {
	position:relative;
  	top:0;
  	left:0;
	z-index:-1;
	/*HideMacIE¥*/
	overflow:hidden;
	/**/
	/*\*//*/
  	display:inline-table;
	/**/
}
/*-------テキストを画像に置換え（テキスト隠し） 終了---------*/

#front_menu  {
	width:500px;
	margin: 30px auto 0px auto;
	padding-left:30px;
}
#front_menu a {
	float:left;
	width:220px;
	margin: 0 30px 0 0;
	display:block;
}
#foot {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 55px 0 30px 0;
	text-align: left;
	background-image: url(../img/index_1/bg_foot.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#foot div.foot_top{
	width: 860px;
	padding: 0 20px 9px 20px;
}
#foot div.foot_top dl {
	width: 650px;
	margin: 10px 0 0 0;
	float: left;
}
#foot div.foot_top img {
	margin: 9px 0 0 0;
	float: right;
}
