/******************************************************/
/* index */
/******************************************************/

body#index{
	text-align:center;
	background:url('../images/head_back_index.gif') repeat-x;
}

div#index_header{
	width:906px;
	margin:0 auto;
	text-align:left;
	height:520px;
}

/******************************************************/
/* header */
/******************************************************/
div#index_header h1{
	height:467px;
	width:906px;
	display:block;
}

div#index_header ul{
	margin-left:3px;
}
	div#index_header ul li{
		float:left;
	}
		div#index_header ul li a{
			display:block;
			width:150px;
			height:53px;
			text-align:center;
		}
		div#index_header ul li a.menu01{width:94px;}
		div#index_header ul li a.menu02{width:148px;}
		div#index_header ul li a.menu03{width:100px;}
		div#index_header ul li a.menu04{width:114px;}
		div#index_header ul li a.menu05{width:116px;}
		div#index_header ul li a.menu06{width:127px;}
		div#index_header ul li a.menu07{width:97px;}
		div#index_header ul li a.menu08{width:104px;}


/******************************************************/
/* container */
/******************************************************/
div#index_container{
	margin: 0 auto;
	width:906px;
	text-align:left;
	font-size:80%;
	background:url('../images/body_back.gif') top center repeat-y;
}
	div#index_container div#contents{
		width:866px;
		_width:900px;
		background:url('../images/container_back.jpg') top center no-repeat;
		padding:20px 20px 0 20px;
	}



/******************************************************/
/* ニュース */
/******************************************************/
div#contents dl.newsList{
	margin-top:0px;
	padding:7px 0;
	border-bottom:#ccc dotted 1px;
}
	div#contents dl.newsList dt{
		clear:both;
		float:left;
		width:95px;
		font-weight:bold;
	}
	div#contents dl.newsList dd{
		float:left;
		width:290px;
	}
/******************************************************/
/* コンテストニュース */
/******************************************************/
#contest {
	color: #333;
	margin-bottom: 5px;
}
#contest ul {
	color: #333;
	margin-top: 5px;
	list-style-type: none;
}
#contest li {
	color: #333;
	background-image: url(../images/yaji.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px;
}
/******************************************************/
/* 会社概要 */
/******************************************************/

div#contents dl.outline{}
	div#contents dl.outline dt{
		float:left;
		width:60px;
		clear:both;
	}
	
	div#contents dl.outline dd{
		margin-bottom:7px;
		float:left;
		width:380px;
	}




/******************************************************/
/* clear */
/******************************************************/
div#index_header ul:after,
div#index_container:after,
div#contents dl.newsList:after,
div#contents dl.outline:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7 MacIE5 */
div#index_header ul,
div#index_container,
div#contents dl.newsList,
div#contents dl.outline{
	display:inline-table;
	zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html div#index_header ul,
* html div#index_container,
* html div#contents dl.newsList,
* html div#contents dl.outline{
	height:1px;
}

div#index_header ul,
div#index_container,
div#contents dl.newsList,
div#contents dl.outline{
	display:block;
}
