@charset "utf-8";

/* グローバルナビゲーション */
/* for text browser */
.reader { display: none; }


/* ヘッダー */
#header {
	overflow:auto;
	width:1000px; min-height:107px;
	color:#eee;
	background:#123852 url(../images/header_bg_std.gif) repeat-x;
}

#h_logo {
	width:215px; min-height:107px;
	float:left;
}

#h_logo div a:hover {
	background:none;
}

#h_logo p {
	font-size:12px; line-height:23px;
	margin:0; padding:0 0 0 12px;
}

#ad_superbanner {
	width:768px; min-height:107px;
	float:left;
}

#ad_superbanner iframe{
	width:728px; height:90px;
	margin:8px 0 0 28px;
}

/* ローカルナビゲーション（1段目） */
#lnav1 {
	font-size:12px; overflow:hidden;
	width:1000px; min-height:3em; line-height:3em;
	background:#6a6e71 url(../images/l1_bg.gif) repeat-x left bottom;
	border-top:1px solid #fff;
}

#lnav1 ul {
	padding:0;
}

#lnav1 li {
	float:left;
	margin:0; padding:0;
	list-style-type: none;
	min-height:3em;
}

#lnav1 li.hi {
	background:#444748 url(../images/l1_hi_bg.gif) no-repeat;
}

#lnav1 li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	display:block; float:left;
	padding:0 12px;
	/* height:36px; line-height:36px;*/
	min-height:2.57em; line-height:2.57em;
}

* html #lnav1 li a {
	height:2.57em;
}

#lnav1 li.hi a {
	color:#9ed;
}

#lnav1 li a:hover {
	color:#333;
	background:#e6e7e7 url(../images/l1_over_bg.gif) repeat-x left bottom;
}

#lnav_main {
	float:left;
	width:590px;
}

#lnav_sub {
	float:right;
	width:390px;
}

#l_shadow {
	width:1000px; height:3px; line-height:0; font-size:0;
	background:url(../images/l_shadow.gif) repeat-x;	
}