@charset "Shift_JIS"; /*文字コード設定*/
/*+++++++++++++++++++++++++++++++++++++++++++++
　会社概要ページレイアウト用CSS
+++++++++++++++++++++++++++++++++++++++++++++*/

/*メインイメージ*/
#main_image {
	background-image: url(../company_overview/image/main_image.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 114px;
	width: 556px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}

/*概要*/
#title1 {
	clear: both;
	height: 23px;
	width: 528px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../company_overview/image/title_co.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	color: #0052C4;
}
#contents_area1 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 501px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

/*沿革*/
#title2 {
	clear: both;
	height: 23px;
	width: 528px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../company_overview/image/title_ch.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	color: #0052C4;
}
#contents_area2 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 501px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#mecos_info {
	clear: both;
	height: 51px;
	width: 376px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-image: url(../company_overview/image/title_mecos.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
}
#ea_info {
	clear: both;
	height: 51px;
	width: 376px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../company_overview/image/title_ea.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
}

/*売上高*/
#title3 {
	clear: both;
	height: 23px;
	width: 528px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../company_overview/image/title_sa.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	color: #0052C4;
}
#graph {
	clear: both;
	height: auto;
	width: 501px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

/*その他*/
#page_top {
	padding: 0px;
	clear: both;
	height: 20px;
	width: 501px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: right;
	background-image: url(../image/page_top.gif);
	background-repeat: no-repeat;
	background-position: 437px center;
}

/*共通*/
.repeat_y {
	background-repeat: repeat-y;
	background-image: url(../company_overview/image/line.gif);
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

