/* トップページ
---------------------------------------------------- */
div#top_image {
	width: 850px;
	height: 300px;
	margin: 10px auto;
}

div#conteier_01,
div#conteier_02 {
	width: 860px;
	margin-bottom: 10px;
}

div#conteier_01 {
	height: 613px;
	background: url(../img/index/background_01.jpg) 0 0 no-repeat;
	position: relative;
}

div#conteier_01 h3,
div#conteier_02 div.box1 h3,
div#conteier_02 div.box2 h3 {
	position: absolute;
	top: 30px;
	left: 30px;
}

div#conteier_01 p.text_1,
div#conteier_01 p.text_2,
div#conteier_01 p.text_3 {
	width: 250px;
	position: absolute;
	top: 395px;
}

div#conteier_01 p.text_1 {
	left: 30px;
}

div#conteier_01 p.text_2 {
	left: 305px;
}

div#conteier_01 p.text_3 {
	left: 580px;
}

div#conteier_01 a {
	position: absolute;
	bottom: 50px;
	right: 30px;
}

div#conteier_01 a:hover {
	bottom: 47px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


div#conteier_02 {
	height: 320px;
}

div#conteier_02 div.box1,
div#conteier_02 div.box2 {
	width: 420px;
	height: 320px;
	position: relative;
}

div#conteier_02 div.box1 {
	background: url(../img/index/background_02.jpg) 0 0 no-repeat;
	float: left;
}

div#conteier_02 div.box2 {
	background: url(../img/index/background_03.jpg) 0 0 no-repeat;
	float: right;
}

div#conteier_02 div.box1 dl {
	width: 360px;
	height: 107px;
	position: absolute;
	top: 195px;
	left: 30px;
	overflow: hidden;
}

div#conteier_02 div.box1 dl dt {
	overflow: hidden;
	font-weight: bold;
	border-bottom: dashed 1px #CCCCCC;
	padding: 15px 0px 5px 0px;
}

div#conteier_02 div.box1 dl dd {
	margin-top: -24px;
	text-indent: 90px;
	width: 360px;
	height: 18px;
	overflow: hidden;
}

div#conteier_02 div.box2 p {
	position: absolute;
	bottom: 20px;
	right: 15px;
}











