/*コンテンツ見出しなどの設定*/
#index_page {
	height: 1550px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content_area {
	height: 1550px;
	width: 623px;
	float: left;
	color: #333;
}
#content_naiyou {
	background-color: #FFF;
	height: 1460px;
	width: 585px;
}
#left_sidebar {
	width: 150px;
	height: 1550px;
	font-size: 1em;
}
#right_sidebar {
	width: 185px;
	height: 1550px;
}
h2{
	height: 95px;
	width: 585px;
	text-align: center;
}
#press_area {
	height: auto;
	width: 513px;
	margin-right: auto;
	margin-left: auto;
}
#press_area a {
	color: #F09;
	text-decoration: underline;
}
#press_area p {
	height: 30px;
	width: 513px;
}
#press_area ul {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	list-style-type: none;
	height: auto;
	width: 513px;
}
#press_area li {
	padding-top: 10px;
	line-height: 1.5;
}

#content_naiyou #foot_contact {
	background-image: url(../images/subpage_frame/foot_contact.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 155px;
	width: 553px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#foot_contact h4 {
	height: 104px;
	width: 553px;
}
#foot_contact p {
	padding-left: 63px;
}
#foot_contact p a {
	background-image: url(../images/subpage_frame/foot_contact_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 204px;
}
#foot_contact p a:hover {
	background-image: url(../images/subpage_frame/foot_contact_btn_on.jpg);
}

