@charset "utf-8";
/* CSS Document */
/* - 共通設定 - */
/* - cssファイルからの相対リンクは、cssファイルを基準にする - /*

/*
==================================================
 リセット 
==================================================
*/
html, body, div, h1, h2, h3, h4, h5, h6, span, pre, p, ol, ul, li, dl, dt, dd, table, tr, th, td, form, object {
	margin: 0;
	padding: 0;
}
/* - 画像 - */
img {
	vertical-align: bottom;
	border: none;
}
/* - オブジェクト - */
object {
	vertical-align: bottom;
	border: none;
}
/* - リンク - */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* - 見出し - */
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: bold;
	vertical-align: bottom;
}
/* - リスト - */
ul {
	list-style: none;
}
ol {
	list-style-position: inside;
}
/* - テーブル - */
table {
	font-size: 1.0em;
	border-collapse: separate;
	border-spacing: 2px;
}
th {
	padding: 5px 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #c1e5f1;
	border-left: solid 1px #c1e5f1;
	border-bottom: solid 1px #a6c5d0;
	border-right: solid 1px #a6c5d0;
	background: #ccf2ff url(../img/bg/bg.gif);
}
td {
	padding: 5px 5px;
	border-top: solid 1px #e3e3db;
	border-left: solid 1px #e3e3db;
	border-bottom: solid 1px #c4c4bd;
	border-right: solid 1px #c4c4bd;
	background: #ffffff ;
}

/*
==================================================
 フロートの解除 
==================================================
*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*
==================================================
 フッターをウィンドウ下部に表示させるための設定 
==================================================
*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	background: #f0f0e8 url(../img/bg/shadow_dkbge.gif) repeat-y center;
	_background-position-x: 50%;
	_text-align: center;
}
div#container {
	margin: 0 auto;
	width: 840px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* ※IE用 */
	position: relative;
	background: #ffffff;
	_text-align: left;
}
div#wrapper {
	padding-bottom: 26px; /* ※trailerのheightと同じ値 */
}

/*
==================================================
 ヘッダー 
==================================================
*/
h1 {
	padding: 5px 10px 0;
	color: #ffffff;
	background: #0099cc url(../img/bg/shadow_dkble_d.gif) repeat-x top;
}
div#header {
	margin: 0 auto;
	_text-align: left;
	background: #ffffff url(../img/bg/shadow_wht_d.gif) repeat-x top;
}
div#logo_area {
	padding: 5px 20px;
	width: 350px;
	height: 50px;
	float: left;
}
div#link_area {
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}
div#link_area a {
	color: #df0029;
	position: absolute;
	bottom: 0px;
}
/*
==================================================
 グローバルナビ 
==================================================
*/
ul#glnavi {
	padding: 0 0 0 15px;
	height: 35px;
	background: #ffffff url(../img/glnavi/glnavi_bg.gif) repeat-x bottom;
}
/* メニューアイテム */
ul#glnavi li {
	width: 110px;
	display: inline-block;
	float: left;
}
ul#glnavi a {
	width: 110px;
	height: 35px;
	display: block;
}
ul#glnavi a:hover img, ul#glnavi .selected a img {
	display: none;
}
li#glnavi_top a:hover {
	background: url(../img/top.gif) no-repeat;
}
li#glnavi_company a:hover {
	background: url(../img/company.gif) no-repeat;
}
li#glnavi_jobs a:hover {
	background: url(../img/jobs.gif) no-repeat;
}
li#glnavi_const a:hover {
	background: url(../img/const.gif) no-repeat;
}
li#glnavi_inquiry a:hover {
	background: url(../img/inquiry.gif) no-repeat;
}
li#glnavi_factory a:hover {
	background: url(../img/factory.gif) no-repeat;
}
li#glnavi_stone a:hover {
	background: url(../img/stone.gif) no-repeat;
}

/*
==================================================
 パンくずリスト 
==================================================
*/
div#pankuzu {
	padding: 3px 3px 0;
	color: #808080;
	background: #f0f0e8 url(../img/bg/shadow_dkbge_d.gif) repeat-x top;
}
div#pankuzu a {
	padding: 0 3px;
	color: #808080;
}

/*
==================================================
 メインコンテンツ 
==================================================
*/
div#contents {
	padding: 10px;
	background: #ffffff url(../img/bg/shadow_wht_d.gif) repeat-x top;
}

div#top_main {
	padding: 15px;
}

div#top_image {
	margin: 10px 0 0 20px;
}

div#top_rinen {
	float: left;
	width: 500px;
}


div.top_contents {
	margin: 0 0 0 10px;
	padding: 5px;
	display: inline;
	border: #c0c0c0 solid 1px;
	background: #f0f0e8 url(../img/bg/bg.gif) repeat;
	float: left;
}
div.top_contents h2 {
	margin: 0 0 5px;
	padding: 0 5px;
	height: 24px;
	_height: 26px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #df0029 solid 2px;
	border-left: #df0029 solid 10px;
	background: #ffffff;
}
div.top_contents div {
	margin: 0 5px;
	padding: 5px;
	border: #c0c0c0 solid 1px;
	background: #ffffff;
}


div#top_news {
	fllat: right;
	margin: 0 0 0 10px;
	width: 250px;
}
div#top_news div {
	width: 230px;
	height: 182px;
}


/*
==================================================
 トレーラー 
==================================================
*/
div#trailer {
	padding: 4px 0 0;
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	background: #0099cc url(../img/bg/shadow_wht_u.gif) repeat-x top;
}
div#copyright {
	padding: 0px 5px;
	height: 18px;
	text-align: right;
	background: #0099cc url(../img/bg/shadow_dkble_u.gif) repeat-x bottom;
}
