@charset "UTF-8";

@import "reset.css";
@import "base.css";


/* ******************************************
 ヘッダー　定義
****************************************** */

#header-wrap {
	width: 100%;
	height: 68px;
	background: url(../images/header_bg.gif) top left repeat-x;
	text-align: center;
}

.header {
	width: 798px;
	height: 68px;
	margin: 0px auto;
	text-align: left;
}

.header h1 {
	display: inline;
	float: left;
	width: 204px;
	height: 42px;
	margin: 16px 0px 0px 10px;
}

.header div.header-Rt01 {
	display: inline;
	float: right;
	width: 390px;
	margin-top: 23px;
}

.header div.header-Rt02 {
	display: inline;
	float: right;
	width: 64px;
	margin-top: 26px;
	margin-left: 50px;
	margin-right: 30px;
}

.header div.header-navi li {
	display: inline;
}

/* safari only \*/  
html[xmlns*=""] body:last-child .header div.header-navi li {
	font-size: 0.85em;
}

/* ******************************************
 ナビゲーション　定義
****************************************** */

/* メニューボタン定義 */

ul.dropdown li.nav-bt {
	padding-bottom:3px;
}

ul.dropdown .nav-bt {
	float: left;
	zoom: 1;
	position: relative;
}

/* サブメニュー定義 */

ul.dropdown .nav-bt ul {
	width: 130px;
	border: 1px solid #b3b3b3;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background: #eeeeee;
}

ul.dropdown .nav-bt ul a:hover {
	color:#F90;
}

ul.dropdown .nav-bt ul.history {
	width: 320px;
}

ul.dropdown .nav-bt ul li {
	font-size:13px;
	display:block;
	padding:8px 0px 8px 10px;
	border-bottom: 1px solid #cccccc;
}

ul.dropdown li img {
	cursor:pointer;
}

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

#contents-wrap-top {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	min-height:450px;
	height: auto !important;
	height: 450px;
	background-color: #ffffff;
}

#contents-wrap {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	min-height:450px;
	height: auto !important;
	height: 450px;
	background-color: #171717;
}

#contents-wrap-detail {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	min-height:450px;
	height: auto !important;
	height: 450px;
	background-color: #171717;
}

.contents {
	width: 798px;
	margin: 0px auto;
	text-align: left;
	background-color: #171717;
}

/* ******************************************
 左ブロック　定義
****************************************** */

.left_block {
	width: 131px;
	float: left;
	text-align: center;
}

.lb-area01 {
	width: 131px;
	padding-bottom: 20px;
}
.lb-area02 {
	width: 131px;
}

.lb-area02 li {
	margin-bottom: 3px;
}

.lb-area-meibo {
	height: 295px;
	background-image: url(/images/contents/leftnavi_list_meibo_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 7px;
	padding-top: 5px;
}

/* 上書き指定 */
* html body .lb-area-meibo {
	padding-left: 0px;
}
*:first-child+html .lb-area-meibo {
	padding-left: 0px;
}

.lb-area-table-meibo{
	width: 131px;
	font-size:12px;
}

/* safari only \*/  
html[xmlns*=""] body:last-child .lb-area-table-meibo {
	font-size: 0.65em;
}

.lb-area-table-meibo td{
	margin:0px;
	padding:3px 4px;
}

.lb-area-table-meibo p{
	text-decoration: underline;
}

.lb-area-50on {
	height: 240px;
	background-image: url(/images/contents/leftnavi_list_50on_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 7px;
	padding-top: 5px;
}

/* 上書き指定 */
* html body .lb-area-50on {
	padding-left: 0px;
}
*:first-child+html .lb-area-50on {
	padding-left: 0px;
}

.lb-area-table-50on{
	width: 131px;
	font-size: 80%;
	margin: 0 auto;
}

/* safari only \*/  
html[xmlns*=""] body:last-child .lb-area-table-50on {
	font-size: 0.8em;
}

.lb-area-table-50on tr td{
	padding: 3px 1px;
}

.lb-area-table-50on p{
	text-decoration: underline;
}

/* ******************************************
 メインコンテンツ　定義
****************************************** */

.main {
	width: 625px;
	float: right;
	padding: 0 20px auto 20px;
	min-height:520px;
	height: auto !important;
	height: 520px;
}


/* ******************************************
 フッター　定義
****************************************** */

#footer-wrap {
	width: 100%;
	text-align: center;
	background: #171717;
	border-top: 1px solid #ffffff;
}

.footer {
	width: 798px;
	height: 33px;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: left;
}

.footer div.footer-image {
	width: 496px;
	height: 33px;
	background: url(/shared/images/footer_copyright.gif) right bottom no-repeat;
	float: right;
	text-align: right;
}
