* {		margin: 0; padding: 0;font-weight:normal; list-style-type: none;} 
* a{	text-decoration:none;}

/* ---- body ---- */
body {
		margin-top: 20px;
		line-height: 140%;
		font-size: 12px;
		color: #666666;
		letter-spacing: 1px;
		background-color:#616161;}

a img { border: none;}

hr {display: none;}

/* ---- body リンクカラー ---- */
a:link, a:visited{color:#d20000;font-size: 12px;}
a:hover, a:active{color:#d20000;font-size: 12px;}

/* ---- レイアウト ---- */
#layoutBody {
			margin-left:auto; margin-right:auto;/*コンテンツの中央寄せ*/
			width: 748px;
			border: 1px solid #797985;
			position: relative;
			text-align: left;
			background-color:#000;
			}

#main {
	width: 424px;
	float: right;
	padding-bottom: 20px; 
}

#nav {
	width: 288px;
	float: left;
	padding: 12px 15px 12px 15px;
	margin:20px 0 12px 2px;
	border:1px solid #ccc;
	background:#797985 url(bgl.jpg) -5px -97px no-repeat;

	background-color:#fff;
}
/* ---- ヘッダー ---- */

#header {
	height: 90px;
	border-bottom: 1px solid #CCCCCC;
	width:748px;
	background:#797985 url(bgl.jpg) 0 0 no-repeat;

}

#header h1{
	padding-top: 35px;
	padding-left: 35px;
}

#header h1 a:link, #header h1 a:visited {
	color:#d20000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
					}

#header h1 a:hover {color:#000; }

#header h2{
	margin-left: 35px;
	color: #d20000;
	font-size: 10px;
	font-weight: normal;
}

#header h3{
	margin: 0 15px 10px 0;
	text-align: right;
	color:#d20000;
	font-size: 10px;
	font-weight: normal;

}

#header h3 a{text-decoration: none;color:#d20000;font-size: 10px;}

/* ---- メニュー ---- */
#nav dt {
			width: 270px;
			margin: 0 auto 30px auto;
			border-bottom: 1px solid #d20000;
			border-top: 1px solid #d20000;
			font-weight: bold;
			font-size: 12px;
			line-height: 200%;
			color: #999999;
			letter-spacing: 1px;
			text-align:center;
			text-transform:uppercase;
			}

#nav dd{margin-bottom:15px;}

#nav dd a:link, #nav dd a:visited {
	margin-top: 5px;
	padding-left:1.5em;
	display:block;
	color:#d20000;
	font-size: 12px;
	background:transparent url(bg_n.gif) left no-repeat;
}

#nav dd a:hover {
	display:block;
	text-decoration: underline;
	font-size: 12px;
	color: #d20000;
	margin-top: 5px 0 0 0;
	text-decoration:none;
	background:transparent url(bg_nh.gif) left no-repeat;
}

/* ---- フッターメニュー ---- */
#footer {
			clear: both;
			width: 748px;
			padding: 10px 0;
			border-top: 1px solid #CCCCCC;
			background-color: transparent;
			font-size: 12px;
			color: #999999;
			text-align: center;
}
#footer a {color: #d20000;font-size: 12px;}
#footer a:hover {color:#d20000;font-size: 12px;text-decoration: underline;}
/* --サイトマップ、サイトマップ-- */
#main dl{
	width: 378px;
	margin: 20px 0 0 8px;
	padding: 12px 14px 10px 16px;
	border: 1px solid #CCCCCC;
	letter-spacing: 1px;
	color: #d20000;
	background:#797985 url(bgl.jpg) -330px -97px no-repeat;
}

#main dt{
			margin: 0 auto 30px auto;
			border-bottom: 1px solid #d20000;
			border-top: 1px solid #d20000;
			font-weight: bold;
			font-size: 12px;
			line-height: 200%;
			color: #999999;
			letter-spacing: 1px;
			text-align:center;
}

#main dd{margin-bottom:15px;}

.contentl {
	width: 378px;
	margin: 20px 0 0 8px;
	padding: 12px 14px 10px 16px;
	border: 1px solid #ccc;
	letter-spacing: 1px;
	color: #fff;
	background:#797985 url(bgl.jpg) -330px -97px repeat-y;
	background-color:#000;
	background-repeat: no-repeat;
}

.contentl h3{
			border-bottom: 1px solid #d20000;
			border-top: 1px solid #d20000;
	padding: 5px 0 4px 15px;
	color: #d20000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}

.contentl p{
	list-style-type: none;
	letter-spacing: 2px;
	margin-bottom:15px;
}
.contentl ul li{
	list-style-type: square;
	letter-spacing: 2px;
	margin: 0 0 15px 15px;
	text-indent: 12px;
}
.contentl ul li a{
	text-decoration: none;
	margin:14px 0;
}

.contentl dt{
		margin: 5px 0 15px 15px;
		}
