@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	letter-spacing: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #E7E7E7;
	background: #E7E7E7 url(../images/body_bg.gif) left top repeat-y;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 52px;
}
/* 企業理念用フレーム
---------------------------------------------*/
#frame {
	border-style: double;
	width: "520";
	background-color: #ffffff;
	border-color: brown;
}

#frame .caption {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 8px;
	color: #333333;
}
#frame .note {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	color: #333333;
}
#frame .note-sign {
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	margin: 8px;
	color: #333333;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 4px;
	top: 2px;
}
#logo-right-area {
	position: absolute;
	text-align: right; 
	left: 390px;
	top: 32px;
	width: 340px; 
	border-style: none;
}

#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../image/global_nav_bg.gif) left top repeat-x;
	border-top: 1px solid #666666;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../image/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #339933;
	background: #50B622 url(../image/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }


/* メインイメージ
---------------------------------------------*/
#content {
	overflow: auto;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../image/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#content_one {
	overflow: auto;
	overflow /**/: hidden;
	width: 715px; /* 741-24*/
	background: #FFFFFF url(../image/content_one_bg.gif) left top repeat-y;
	padding-top: 8px;
	padding-left: 24px;
	padding-bottom: 30px;
}
#content_one .main_text{
	text-indent: 1em;
}

#content_one .noteBold {
	text-indent: 1em;
	font-size: 120%;
	font-weight: bold;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto;
	overflow /**/: hidden;
	width: 740px;
	padding: 0 0;
}

	/* ステップ1
	---------------------------------------------*/
	#content_two {
		float: left;
		width: 100%;
		background: #FFFFFF url(../image/content_two_bg.gif) left top repeat-y;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -170px;
	}
	#secondary {
		float: left;
		width: 170px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 8px 0 180px;
	}
	#primary * * {
		margin: 0;
	}

#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #000000;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../image/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../image/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	background: url(../image/item.gif) left center no-repeat;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 14px;
	margin-bottom: 0.5em;
}

#primary p {
	font-size: 100%;
	font-weight: bold;
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* 一覧
---------------------------------------------*/
table.listTable {
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	empty-cells:show;
}

.listTable #rowHeader {
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
	text-align: justify; 
	text-justify: distribute-all-lines;
	background: #faf0da;
    padding:0.3em 1em;
}

.listTable td {
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 5px;
		padding-left: 15px;
		background: url(../image/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
/* SiteMap用 */
#contents {
	clear: both; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	float: left; 
	width: 100%; 
	position: static;
}
#contents h1 {
	clear: both; 
	font-size: 140%; 
	font-weight: bold;
	padding: 0px 0px; 
	margin: 10px 0px 0px;
}
#contents h2.label {
	border-top: #000000 0px solid; 
	border-left: #00cc00 5px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	padding: 1px 0px 3px 5px; 
	position: static;
}
#contents hr.line01 {
	border-top: #cccccc 0px solid; 
	border-left: #cccccc 0px solid; 
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	background: none transparent scroll repeat 0% 0%; 
	color: #cccccc; 
	height: 1px
}
#contents .compact li {
	MARGIN-LEFT: 1.8em; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}


