/*コンテンツ見出しなどの設定*/
#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: 1520px;
	font-size: 1em;
}
#right_sidebar {
	width: 185px;
	height: 1550px;
}
h2{
	height: 95px;
	width: 585px;
	text-align: center;
}
#company_setsumei {
	line-height: 1.6;
	height: 290px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/company/illust.jpg);
	background-repeat: no-repeat;
	background-position: 280px 30px;
}
#content_naiyou table {
	height: auto;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-collapse:collapse;
	margin-top: 5px;
}
#content_naiyou th {
	font-weight: bold;
	color: #F09;
	background-color: #E9E7E8;
	height: auto;
	width: 113px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-left: 10px;
	line-height: 1.6;
}
#content_naiyou td {
	line-height: 1.6;
	height: auto;
	width: 417px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-left: 20px;
}
#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;
	margin-top: 20px;
}
#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);
}

