* {		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:#ffd8d8;
}

a img { border: none;}

hr {display: none;}

/* ---- body リンクカラー ---- */
a:link, a:visited{color:#fff;font-size: 12px;}
a:hover, a:active{color:#fff;font-size: 12px;}

/* ---- レイアウト ---- */
#layoutBody {
			margin-left:auto; margin-right:auto;/*コンテンツの中央寄せ*/
			width: 748px;
			border: 1px solid #CCCCCC;
			position: relative;
			text-align: left;
			background-color:transparent;
			}

#main {
	width: 524px;
	float: left;
	padding-bottom: 20px; 
}

#nav {
	width: 188px;
	float: right;
	padding: 12px 15px 12px 15px;
	margin:20px 2px 12px 0;;
	border:1px solid #ccc;
	background-color:#fff;
}
/* ---- ヘッダー ---- */

#header {
	height: 200px;
	border-bottom: 1px solid #CCCCCC;
	width:748px;
	background:#DCD8E3 url(bg_h.jpg) right no-repeat;

}

#header h1{
			padding-top: 35px;
			padding-left: 35px;
			}

#header h1 a:link, #header h1 a:visited {
											color:#990000;
											font-size: 18px;
											text-decoration: none;
											font-weight: bold;
																}

#header h1 a:hover {
	color:#ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#header h2{
	margin-left: 35px;
	color: #F8F8FF;
	font-size: 10px;
	font-weight: normal;
}

#header p{
	margin: 0 15px 10px 0;
	text-align: right;
	color: #F8F8FF;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top:-2em;
	right:0;
	

}

#header p a{
		text-decoration: none;
		font-size: 10px;
}

/* ---- メニュー ---- */
#nav dt {
			width: 170px;
			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:2em;
	display:block;
	color:#666;
	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: #000000;
	margin-top: 5px;
	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: 478px;
	margin: 20px 0 0 8px;
	padding: 12px 14px 10px 16px;
	border: 1px solid #CCCCCC;
	letter-spacing: 1px;
	color: #666666;
	background-color:#fff;
}

#main dt{
			margin: 0 auto 30px auto;
			border-bottom: 1px solid #CCCCCC;
			border-top: 1px solid #CCCCCC;
			font-weight: bold;
			font-size: 12px;
			line-height: 200%;
			color: #999999;
			letter-spacing: 1px;
			text-align:center;
}

#main dd{margin-bottom:15px;}
#main dd a{color:#999;}

.contentl {
	width: 448px;
	margin: 20px 0 0 8px;
	padding: 12px 14px 10px 16px;
	border: 1px solid #CCCCCC;
	letter-spacing: 1px;
	color: #666666;
	background-color:#fff;
}

.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, .contentl p a{
		list-style-type: none;
		letter-spacing: 2px;
		margin-bottom:15px;
		color: #666666;
}
.contentl p a:link, .contentl p a:hover,.contentl p a:visited{
		list-style-type: none;
		letter-spacing: 2px;
		margin-bottom:15px;
		color: #666666;
		background-color:#ccc;
}
.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;
		}
		
	/* --追加フッター-- */
#link1 {
 text-align: center;
 a:link
}
#link1 a:link		{ color: #666666; text-decoration: none; }