@charset "utf-8";

/* =================================================================
 ◆◆ ページ全体 共通設定 ◆◆
================================================================= */
* {
	margin: 0;
	padding:0;
}
/* ↓スクロールバーを常に表示 */
html {
	height:100%;
	margin-bottom:1px;
    }
/* ↓メニュー背景のための縦に100％ */	
html,
body
div#wrapper {
	height: 100%;
}

/* ↓一番外側のdiv */
div#wrapper {
		width: 1000px;
		margin: 0 auto;
		text-align: left;	
		background: url(../img/bg_menu.jpg) right top repeat-y;
		min-height: 100%;
		}
body {
	color: #3e3e3e;
	background: #FFFFFF url(../img/bg_body.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	height: 100%;
}
body > div#wrapper {
		height: auto;
}

a:link {
	color: #000000;
	background: transparent;
}
a:visited {
	color: #666666;
	background: transparent;
}
a:hover,a:active {
	color: #CC0033;
	background: transparent;
}
img {
	border: none;
}
li {
	list-style: none;
}

/* =================================================================
 ◆◆ 各ページ共通 ◆◆
================================================================= */
#body {/* ページ左側のdiv */
	width: 790px;
	float: left;
}

div.print { /* HTMLのTABLEタグ -> モニター上では非表示 */
	display: none;
}


/* --------------------------------
 ヘッダー
---------------------------------*/
#header {
	position: relative;
	height: 50px;
}

/* ↓LaCle　ロゴマーク */
#header h1 img{
	width: 220px;
	height: 40px;
}

/* ↓ヘッダーサブメニュー（他言語ページ） */
#header ul li a:link {
	color: #6e6e6e;
	background: transparent;
}
#header ul li a:hover,a:active {
	color: #CC0033;
	background: transparent;
}

#h_submenu {
	position: absolute;
	right: 10px;
	top: 25px;
	font-size: 85%;
	}
	#h_submenu li {  
	display: inline;  
	line-height: 1em;
	margin-left: 0.5em;
	list-style-type: none;  
	}  

/* --------------------------------
 パンくずリスト
---------------------------------*/
#topicPath {
	height: 5.5em;
	font-size: 85%;
	}  
	#topicPath li {
	display: inline;
	line-height: 2.5em;
	}
	#topicPath li:link {
	text-decoration: none;
	}


/* --------------------------------
 コンテンツ本体
---------------------------------*/
#content {
	padding: 0 40px;
}

.contentBody {
	padding: 0 20px;
}

/* ↓各ページの小見出し */
h2 {
	width: 710px;
	height: 1.3em;
	text-indent: -9999px;
	margin: 30px 0 10px 0;
}

/* テーブル設定 */
table {
	width: 100%;
	line-height: 1.7em;
	border-collapse: collapse;
	font-weight: bold;
}
table th {
	padding-right: 1em;
	border-bottom: solid 2px #95862a;
	text-align: right;
	width: 7em;
	vertical-align: top;
}
table td {
	padding-left: 5em;
	border-bottom: solid 1px #cccc99;
}
table img {
	vertical-align: middle;
}

/* --------------------------------
 フッター
---------------------------------*/
#footer {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 85%;
}

/* ↓フッターサブメニュー */
#f_submenu li {
	display:inline;
	line-height: 1.5em;
	margin-left: 2em;
	list-style-type:none;
}

/* ↓コピーライト */
#footer p {
	margin-top: 10px;
}
#footer .copyright {
	text-align: center;
}


/* =================================================================
 ◆◆ 右メニューバー ◆◆
================================================================= */
#menu {
	float: right;
	display: inline;
	list-style-type: none;
	width: 210px;
	height: 100%;
	background: #000000 url(../img/bg_menu.jpg) repeat-y;
	background-attachment: scroll;
	}
#menu h1 {
	width: 210px;
	height: 150px;
	}
	
.Navi a{
    display:block; 
	}
	.Navi li{
	float: left;
	position: relative;
	_height: 45px;
	}
.subNavi a {
	display: block;
	}
	.subNavi li {
	float: left;
	position: relative;
	_height: 30px;
	}

/* amex */
#menu ul#card {
	margin-top: 20px;
	padding-left: 10px;
	}
	#menu ul#card li {
	}


/* ---------------------------------------------------------------
　↓↓各ページごとの設定↓↓
---------------------------------------------------------------*/

/* =================================================================
　■事業目的
================================================================= */
dl#p_vision dl dt {
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	}
	dl#p_vision dd span {
	display: block;
	}


/* =================================================================
　■会社概要
================================================================= */
/* --------------------------------
 会社概要
---------------------------------*/
#s_corpData,
#s_corpTop,
#s_corpPartner {
	margin-bottom: 20px;
}

#s_corpData,
#s_corpPartner {
	position: relative;
}

/* MAPアイコン用 */
#s_corpData p.map {
	display: block;
	width: 44px;
	height: 14px;
	position: absolute;
	top: 82px;
	right: 78px;
	_right: 118px;
	}
	#s_corpData p.map a {
	display: block;
	width: 44px;
	height: 14px;
	text-indent: -9999px;
	background: url(dammy.png) no-repeat;
	}
		
/* パートナー用リンク */
#s_corpPartner ul {
	height: 1px;
	}
	#s_corpPartner ul li {
	text-indent: -9999px;
	}
	#s_corpPartner ul li a {
	display: block;
	width: 210px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(dammy.png) no-repeat;
	}
	#s_corpPartner ul li#pl01 a{ top:52px; left:20px; }
	#s_corpPartner ul li#pl02 a{ top:52px; left:248px; }
	#s_corpPartner ul li#pl03 a{ top:52px; left:470px; }
	#s_corpPartner ul li#pl04 a{ top:82px; left:20px; }
	#s_corpPartner ul li#pl05 a{ top:82px; left:248px; }
	#s_corpPartner ul li#pl06 a{ top:82px; left:470px; }
	#s_corpPartner ul li#pl07 a{ top:112px; left:20px; }
	#s_corpPartner ul li#pl08 a{ top:112px; left:248px; }


/* （テーブル）役員部分 */
table #member th {
	padding-left: 0;
	border: none;
	text-align: left;
	width: 8em;
}
table #member td {
	padding-left: 0.5em;
	border: none;
}

/* --------------------------------
 役員紹介
---------------------------------*/

/* --------------------------------
 パートナー
---------------------------------*/
#p_corpPartner li{
	float: left;
	display: block;
	line-height: 2.5em;
	width: 15.5em;
	padding-left: 1.5em;
}



/* =================================================================
　■事業内容
================================================================= */
div.content_box {
	width: 708px;
	height: 150px;
	border: #333333 1px solid;
	background: #FFFFFF;
	margin-bottom: 10px;
	}
	
div.content_box dl dt img {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	}
div.content_box dl dd img{
	float: right;
	margin: 15px 35px;
	width: 420px;
	padding: 0px;
}
	
div.content_txt {
	text-indent: -9999px;
}

p.continue {
	clear: both;
	text-align: right;
	position: relative;
	left: 575px;
/*	right: 20px;*/
	bottom: 15px;
	font-size: 85%;
	width: 10em;
	}
	p.continue a:link {
	color: #6e6e6e;
	background: transparent;
	}
	p.continue a:hover,a:active {
	color: #CC0033;
	background: transparent;
	}

/* =================================================================
　■アクセス
================================================================= */
#content_map {
	padding-right: 10px;
}

/* ↓見出し */
#content_map #h2MAP {
	height: 40px;
	width: 780px;
	background: url(../img/05_access/subtitle_access.png) no-repeat;
}

/* ↓文字情報 */
#content_map #info {
	padding: 10px;
	margin-bottom: 10px;
	}
	#content_map #info dl dt {
	float: left;
	background: #95862a;
	padding: 0 0.5em;
	margin-right: 0.5em;
	color:#FFFFFF;
	}
	#content_map #info dl dt dd {
	float: right;
	}

/* ↓地図 */
div.section {
	margin: 1em 0;
}

/* Googleマップとイメージマップ */
ul.mapImg li {
	float: left;
	list-style: none;
	}
	ul.mapImg li.firstChild {
	margin-right: 10px;
	}
	
	/* イメージマップ */
	ul.mapImg li img {
	padding: 2px;
	background-color: #fff;
	border: solid 1px #aaa;
	}
	
	/* Googleマップ */
	div.gmapRap {
	background: none;
	background-color: #fff;
	padding: 3px;
	border: solid 1px #bbb;
	width: 374px;
	}
	div#gmap {
	float: left;
	width: 100%;
	height: 400px;
	width: 374px;
	background-color: #fff;
	}

/* =================================================================
　■お問い合わせ
================================================================= */
#contact {
	margin-bottom: 100px;
	position: relative;
	}

	/* メールアイコン用 */
	#contact p.mail {
	display: block;
	width: 210px;
	height: 28px;
	position: absolute;
	top: 185px;
	left: 140px;
	_left: 140px;
	background: url(dammy.png) no-repeat;
	}
	#contact p.mail a {
	display: block;
	width: 210px;
	height: 28px;
	text-indent: -9999px;
	}


/*=======================================
 [/999:] Class Module Set
=======================================*/
.clr {
 clear: both;
}

.clrBox {
 zoom: 100%;
    /* for MacIE5.x \*//*/
    overflow: hidden;
    /* end */ 
 }
 .clrBox:after {
 content: " ";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}

.clrFix {
 /*\*/
 _overflow: visible;
 _height: 1px;
 zoom: 1;
 /**/
 /*\*//*/
 display: inline-table;
 /**/

 }
 .clrFix:after {
 content: ".";
 display: block;
 height: 1px;
 clear: both;
 visibility: hidden;
 font-size: 0;
 line-height: 0;
 margin: -1px 0 0 0;
}
