@charset "Shift_JIS";

@import "contents.css";	/* コンテンツ内スタイル */
@import "contents_j.css";	/* j用パッチ */


body {
	color: #333;
	margin: 0;
	padding: 0;
}

a:link { color: #217dae; text-decoration: underline; }
a:visited { color: #217dae; text-decoration: underline; }
a:hover { color: #217dae; text-decoration: none; }


.line1 {
	background: url("img/line_01.gif") left repeat-x;
}
.line2 {
	background: url("img/line_02.gif") left repeat-x;
}



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

/* ヘッダー */

#lHeader {
	width: 760px;
	background: #fff url("img/bg_header.gif") repeat-x;
}
#lHeader .bLogo {
	vertical-align: top;
}
#lHeader .bMenu {
	padding: 16px 11px 0 0;
	vertical-align: top;
}
#lHeader .bLine {
	height: 5px;
	background: #FFA23F;
}

/* メイン */

#lMain {
	width: 760px;
	margin: 14px 0 0 0;
}

#lMain .bMenu {		/* 左メニュー部 */
	width: 192px;
	padding: 0 0 20px 0;
	vertical-align: top;
}
#lMain .bSpace {
	width: 9px;
}
#lMain .bContents {	/* コンテンツ部 */
	width: 559px;
	padding: 0 0 10px 0;
	vertical-align: top;
}

/* フッター */

#lFooter {
	width: 760px;
	height: 79px;
	margin: 2px 0 0 0;
	background: #d8d8d8 url("img/bg_footer.gif") no-repeat;
}
#lFooter .bMain {
	vertical-align: top;
}
#lFooter .bMenu {
	width: 100%;
	height: 19px;
	margin: 5px 0 0 0;
	background: #e9e9e9;
}
#lFooter .bMenu td {
	font-size: 10px;
	color: #666;
	text-align: center;
}
#lFooter .bMenu td a {
	color: #666;
	text-decoration: none;
}
#lFooter p.copyright {
	margin: 13px 0 0 0;
	font-size: 10px;
	color:fff;
	text-align: center;
}


/* 左メニュー */
/* -------------------------------------------------- */

#lMain .bMenu .mMenu {
}
#lMain .bMenu .sMenu {
	width: 192px;
}
#lMain .bMenu .sMenu table .line {
	background: #c4cbcd;
}
#lMain .bMenu .sMenu .spacer {
	background: #fff;
}


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

#lMain .bContents .contentsTitle {
	width: 559px;
	height: 116px;
	background: #fff url("img/bg_title.jpg") no-repeat;
}
#lMain .bContents .contentsTitle img {
	display: block;
}

#lMain .bContents .contents {
	width: 547px;
	margin: 0 0 0 12px;
	background: #fff;
}
