@charset "utf-8";

/* =========================================== *
*
*    header styles
*    ヘッダー
*
* =========================================== */

#header {
	position: relative;
	background: url(../images/common/header_bg.gif) no-repeat;
}

/* site description 会社設立なら
--------------------------------------------- */
#header h1, #header .h1_st {
	margin: 30px 0 0 48px;
	font-size: 93%;
	font-weight: normal;
}

/* logo 会社ロゴ
--------------------------------------------- */
#header h2, #header .h2_st {
	margin: 2px 0 0 48px;
}

/* headerNav 右上ナビゲーション
--------------------------------------------- */
#header ul#headerNav {
	position: absolute;
	right: 10px;
	top: 5px;
}

#header ul#headerNav li {
	display: inline;
	margin-right: 3px;
	padding-top: 1px;
	padding-left: 5px;
	list-style-type: none;
	border-left: 1px solid #666;
	font-size: 11px;
}

#header ul#headerNav li.home {
	border-left: 0;
	padding-left: 0;
}

#header ul#headerNav li a:link,
#header ul#headerNav li a:visited,
#header ul#headerNav li a:active {
	color: #666;
	text-decoration: none;
}

#header ul#headerNav li a:hover {
	color: #3366ff;
	text-decoration: underline;
}

/* address ( mail and phone ) メールと電話
--------------------------------------------- */
#header address.mail {
	position: absolute;
	right: 220px;
	top: 42px;
}

#header address.mail a:link,
#header address.mail a:visited,
#header address.mail a:active {
	display: block;
	width: 59px;
	height: 38px;
	background: url(../images/common/header_mail_hover.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header address.mail a:hover {
	background-position: 0 -38px;
}
#header address.phone {
	position: absolute;
	right: 15px;
	top: 35px;
}

/* mainImage メイン画像 ( 加川所長入り ) 
--------------------------------------------- */
#mainImage {
	position: relative;
}

#mainImage p.about {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #2a2a2a;
	font-size: 10px;
}

* html #mainImage p.about {
	right: 15px;
}

#mainImage p.expected {
	position: absolute;
	top: 250px;
	left: 65px;
	color: #001b3d;
	font-size: 100%;
}

/*20110727追加ＢＫＭＲＳＳ */
#mainImage p.bkm {
	position: absolute;
	top: 285px;
	right: 11px;
}

#mainImage p.bkm_k {
	position: absolute;
	top: 105px;
	right: 11px;
}

#mainImage p.btn {
	position: absolute;
	top: 200px;
	left: 702px;
}

#mainImage p.btn a:link,
#mainImage p.btn a:visited,
#mainImage p.btn a:active {
	display: block;
	width: 136px;
	height: 39px;
	background: url(../images/top/header_movie_btn_hover.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#mainImage p.btn a:hover {
	background-position: 0 -39px;
}
