@charset "Shift_JIS";

@import "default_menu.css";

body {
	margin: 0;
	padding: 0;
	color: #444;
	background: #fff;
}

a {
	color: #344b75;
}

img {
	border: 0;
}



/* レイアウト */
/* -------------------------------------------- */

#wrapper {
	width: 750px;
	float: left;
	background: url("../img/spacer_g.gif") right top repeat-y;
}

#headerBox {
	width: 749px;
	height: 80px;
	float: left;
}

#contentsBox {
	width: 749px;
	float: left;
	margin: 1px 0 0 0;
	background: #fff url("../img/bg_contentsbox.gif") left repeat-y;
}

#footerBox {
	width: 749px;
	height: 75px;
	float: left;
}

.lineBox {
	width: 749px;
	height: 4px;
	clear: left;
	background: #435d88;
}
.lineBox .redLine {
	display: block;
	width: 202px;
	height: 4px;
	background: #a10909;
}
.lineBottom {
	width: 202px;
	height: 1px;
	margin: 0 0 4px 0;
	clear: left;
	background: #ccc;
}



/* ヘッダー部 */
/* -------------------------------------------- */

#headerBox #logoBox {
	width: 202px;
	float: left;
}
#headerBox #logoBox img.logo {
	display: blocx;
	margin: 24px 0 0 10px;
}

#headerBox #topMenuBox {
	padding: 0 15px 0 0;
}
#headerBox .topMenu {
	float: right;
	margin: 37px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 70%;
	line-height: 1.1;
	background: url("../img/sep_menu_01.gif") right top no-repeat;
}
#headerBox .topMenu li {
	width: 90px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url("../img/sep_menu_01.gif") left top no-repeat;
	text-align: center;
}
#headerBox .topMenu li a {
	color: #333;
	text-decoration: none;
}
#headerBox .topMenu li a:hover {
	color: #3a597d;
	text-decoration: underline;
}



/* コンテンツ部 */
/* -------------------------------------------- */

#menuArea {
	float: left;
	display: inline;
	width: 202px;
	margin: 0 1px 0 0;
	padding: 0;
}

#mainArea {
	float: left;
	width: 546px;
	margin: 0;
	padding: 0;
}


#etcBox {
	float: left;
	width: 202px;
	margin: 0;
	padding: 0 0 20px 0;
/*	background: url("../img/spacer_g.gif") right top repeat-y;	*/
}
#etcBox .margin {
	float: left;
	width: 202px;
	height: 16px;
	background: #fff;
}


/* バナー */

.bannerBox {
	float: left;
	width: 201px;
	margin: 0;
}
.bannerBox .banner {
	clear: left;
	margin: 0;
	padding: 8px 0 8px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
.bannerBox .banner img {
	display: block;
	margin: 0 auto 0 auto;
}
.bannerBox .top {
	border-top: none;
}
.bannerBox a {
}

#menuArea p.banner2 {
	/*clear: both;*/
	clear: left;
	margin: 0 0 10px;
	padding-top: 10px;
	text-align: center;
}

#menuArea p.banner2 img {
	margin: 0 auto;
	display: block;
}

/* テキストメニュー */

#etcBox ul {
	float: left;
	width: 201px;
	margin: 0;
	padding: 14px 0 0 0;
	background: url("../img/line_01.gif") left top repeat-x;
	list-style: none;
}
#etcBox ul li {
	clear: left;
	width: 177px;
	margin: 0 0 10px 10px;
	padding: 0 0 0 14px;
	font-size: 75%;
	line-height: 1.2;
	background: url("../img/bg_arrow_03.gif") 0 2px no-repeat;
}



/* フッター部 */
/* -------------------------------------------- */

#footerBox #bottomMenuBox {
	padding: 0 0 0 10px;
}
#footerBox .bottomMenu {
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 70%;
	line-height: 1.1;
	background: url("../img/sep_menu_01.gif") left top no-repeat;
}
#footerBox .bottomMenu li {
	width: 90px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url("../img/sep_menu_01.gif") right top no-repeat;
	text-align: center;
}
#footerBox .bottomMenu li.bmLink {
	width: 60px;
}
#footerBox .bottomMenu li.bmOffice {
	width: 80px;
}
#footerBox .bottomMenu li.bmPolicy {
	width: 94px;
}
#footerBox .bottomMenu li a {
	color: #333;
	text-decoration: none;
}
#footerBox .bottomMenu li a:hover {
	color: #3a597d;
	text-decoration: underline;
}

#footerBox .copyright {
	font: "ＭＳ Ｐゴシック", Osaka;
	float: right;
	margin: 15px 15px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.1;
}
