@charset "UTF-8";

@import "reset.css";
@import "base.css";


/* ******************************************
 ヘッダー　定義
****************************************** */

#header-wrap {
	width: 100%;
	height: 73px;
	margin-bottom: 10px;
	background: url(../images/header_bg.gif) top left repeat-x;
	text-align: center;
}

.header {
	width: 798px;
	margin: 0px auto;
	text-align: left;
}

.header h1 {
	display: inline;
	float: left;
	width: 399px;
	height: 21px;
	margin: 28px 0px 0px 6px;
}

.header div.header-Rt {
	display: inline;
	float: right;
	width: 330px;
	margin-top: 23px;
	margin-right: 5px;
}
*html .header div.header-Rt {
	margin-right: 0px;
}

.header div.header-Rt div.header-nav01 {
	width: 330px;
	text-align: right;
	margin-bottom: 10px;
}

.header div.header-Rt div.header-nav02 {
	width: 330px;
	text-align: right;
}

.header div.header-nav02 li {
	display: inline;
	float: right;
	margin-left: 8px;
	padding-left: 14px;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 12px;
	height: 12px;
	background: url(../images/header_ic.gif) top left no-repeat;
}




/* ******************************************
 ナビゲーション　定義
****************************************** */

#nav-wrap {
	width: 100%;
	height: 36px;
	margin-bottom: 8px;
	text-align: center;
}

.nav {
	width: 801px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 3;
	left: 1px;
}

/* メニューボタン定義 */

ul.dropdown li.nav-bt {
	padding-bottom: 3px;
}

ul.dropdown {
}

ul.dropdown li {
	float: left;
	zoom: 1;
	position: relative;
}

ul.dropdown li a {
	display: block;
}

ul.dropdown li.hover,ul.dropdown li:hover {
	position: relative;
}


/* サブメニュー定義 */

ul.dropdown ul {
	width: 200px;
	border: 1px solid #949fb5;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

ul.dropdown ul li	{
	float: none;
	background: #f2f5fb;
	border-bottom: 1px solid #dadfe9;
}
*html ul.dropdown ul li {
	display: inline;
	width: 100%;
}
*+html ul.dropdown ul li {
	display: inline;
	width: 100%;
}
ul.dropdown ul li.borderNone	{
	border-bottom: 0px !important;
}

ul.dropdown ul li a	{
	width: 190px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #696969;
	display: inline-block;
} 

ul.dropdown ul li a:hover	{
	background: #dadfe9;
	color: #4360a7;
} 


/* ******************************************
 メインビジュアル　定義
****************************************** */

#mv-wrap {
	width: 100%;
	margin-bottom: 18px;
	text-align: center;
}

.mv {
	width: 798px;
	margin: 0px auto;
	text-align: left;
}


/* ******************************************
 コンテンツ大枠　定義
****************************************** */

#contents-wrap {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.contents {
	width: 798px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/contents_bg.gif) top left repeat-y;
}


/* ******************************************
 サブコンテンツ　定義
****************************************** */

.sub {
	width: 205px;
	float: left;
	text-align: center;
}

.bt-area01 {
	width: 205px;
	background: #FFFFFF;
	padding-bottom: 15px;
}
.bt-area01 li {
	padding-bottom: 7px;
}

.bt-area02 {
	width: 205px;
	text-align: center;
	background: url(../images/common_bg_003.gif) top left no-repeat;
}

.bt-area02 h3 {
	width: 205px;
	padding-bottom: 15px;
}

.bt-area02 li {
	width: 191px;
	margin: 0px auto 7px auto;
}



/* ******************************************
 メインコンテンツ　定義
****************************************** */

.main {
	width: 566px;
	float: right;
}

.pankuzu {
	width: 566px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e4;
}

.pankuzu li {
	display: inline;
	margin-left: 4px;
	font-size: 70%;
	color: #8d8d8d;
	line-height: 1.2em;
}

.pankuzu a {
	text-decoration: underline;
}

/* メインタイトル */
.main-title {
	width: 566px;
	height: 60px;
	margin-bottom: 30px;
}

/* サブタイトル */
.sub-title {
	width: 566px;
	margin-bottom: 30px;
	background: url(../images/common_title_bg_001.gif) left bottom no-repeat;
	font-size: 90%;
	color: #1a2c58;
	font-weight: bold;
	text-indent: 15px;
	height: 21px;
	line-height: 19px;
}


/* ******************************************
 フッター　定義
****************************************** */

#footer-wrap {
	width: 100%;
	text-align: center;
	background: #dbe2ea;
	border-top: 1px solid #0757b1;
}

.footer {
	width: 798px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
}

.footer address {
	float: left;
	color: #0757b1;
	font-size: 10px;
	line-height: 1.2em;
	text-indent: 10px;
}

.footer div {
	float: right;
	text-align: right;
}

.footer li {
	margin-right: 10px;
	display: inline;
	color: #0757b1;
	font-size: 10px;
	line-height: 1.2em;
}

.footer li a {
	color: #4360a7;
	text-decoration: underline;
}
