@charset "utf-8";

/* CSS Document */

/* ====================================

	トップページ

==================================== */

body {
	_font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;/* IE6-MSゴシック指定（レイアウト崩れを防ぐため） */
}

h2,
p {
	margin: 0;
	padding: 0;
}

.main_area a:hover img,
.info_area a:hover img,
#header_detail ul li a:hover img,
#header_detail h1 a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.main {
	margin-bottom: 0;
}

/* ------------------------------------

	メインエリア

------------------------------------ */
#wrap {
	position: relative;
}

.top_contents {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 530px;
	padding-top: 105px;
	overflow: hidden;
	z-index: 20;
}

/* 背景の大きい画像（ブラウザに合わせて伸縮） */
.bg_big {
	position: absolute;
	width: 100%;
	max-height: 540px;
	height: auto!important;
	height: 540px; /*ここにIE6用の高さ*/
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/top/infoarea/bg_main.gif) 0% 90% repeat-x;
	background-image: url(../img/top/infoarea/bg_main.gif);
}

.main_area {
	position: relative;
	width: 960px;
	height: 497px;
	margin: 0px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------------------------------
	共通の設定
------------------------------------ */

.main_area .power {
	width: 960px;
	height: 410px;
}

.power h2 {
	position: relative;
	background-repeat: repeat;
	float: left;
	cursor: pointer;
	z-index: 50;
}

.power h2 span {
	display: block;
	background-image: url(../img/top/mainarea/bg_gray.png);
	position: absolute;
	top: 0;
	left: 0;
}

.power h2 span.slanted {
	background-image: url(../img/top/mainarea/bg_slanted.png);
}

.power p {
	position: relative;
	text-align: left;
	z-index: 0;
}

/* ------------------------------------
	KITAGAWAの原動力
------------------------------------ */
.power_01,
.power_02,
.power_03 {
	position: relative;
	width: 318px;
	height: 410px;
	float: left;
	background-position: 50%;
	overflow: hidden;
}

.power h2 {
	width: 318px;
	height: 410px;
}

.power h2 span {
	width: 318px;
	height: 410px;
	padding-top: 25px;
}

.power_01 {
	background-image: url(../img/top/mainarea/bg_power_01.jpg);
}

.power_01 p {
	padding: 240px 10px 0px 0px;
}

.power_02 {
	margin: 0px 2px;
	background-image: url(../img/top/mainarea/bg_power_02.jpg);
}

.power_02 p {
	padding: 12px 0px 0px 70px;
}

.power_03 {
	background-image: url(../img/top/mainarea/bg_power_03.jpg);
}

.power_03 p {
	padding: 15px 15px 0px 0px;
}

/* ------------------------------------

	インフォエリア

------------------------------------ */
.info_area {
	width: 960px;
	height: 204px;
	margin: 40px auto 0;
	text-align: left;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.info_area h3 {
	margin: 0;
}

.info_area p {
	margin: 10px 10px 0px 10px;
}

/* 採用情報 */
.recruit_info {
	position: relative;
	width: 265px;
	height: 204px;
	float: left;
	background: #E5E5E5;
}

.recruit_info p {
	background: url(../img/top/infoarea/bg_rec.jpg) no-repeat left top;
	width: 245px;
	height: 140px;
	margin: 0;
	padding: 10px;
	line-height: 16px;
}

.recruit_info p img {
	margin-top: 70px;
}

.recruit_info2 {
	position: relative;
	width: 265px;
	height: 204px;
	float: left;
	background: #E5E5E5;
}

.recruit_info2 p {
	background: url(../img/top/infoarea/bg_rec2.jpg) no-repeat left top;
	width: 245px;
	height: 140px;
	margin: 0;
	padding: 10px;
	line-height: 16px;
}

.recruit_info2 p img {
	margin-top: 70px;
}

/* アクセス */
.for_access {
	position: relative;
	width: 265px;
	height: 204px;
	margin: 0 13px 0 14px;
	float: left;
	background: #E5E5E5;
}

.for_access p {
	background: url(../img/top/infoarea/bg_access.jpg) no-repeat left top;
	width: 245px;
	height: 140px;
	padding: 40px 10px 10px 10px;
	margin: 0;
	font-size: 14px;
}

.for_access p font {
	font-size: 20px;
	padding-bottom: 5px;
	display: block;
}

.for_access p span {
	background: #026EB9;
	color: #FFF;
	padding: 1px 2px;
}

/* お知らせ */
.information {
	position: relative;
	width: 403px;
	height: 204px;
	float: left;
}

.information-in {
	height: 130px;
	padding: 15px 10px 15px 15px;
	background: #E5E5E5;
	overflow-y: scroll;
}

.information dl {
	width: 100%;
	padding: 0;
	margin: 0 0 5px;
	float: left;
}

.information dt {
	width: 80px;
	padding: 0;
	margin: 0;
	float: left;
}

.information dd {
	width: 280px;
	padding: 0;
	margin: 0;
	float: left;
}

#wrap {
	padding-bottom: 35px;
}
