* {		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:#FFFFFF;
}

a img { border: none;}

hr {display: none;}

/* ---- body リンクカラー ---- */
a:link, a:visited{color:#737373;font-size: 12px;}
a:hover, a:active{color:#66CCFF;font-size: 12px;}

/* ---- レイアウト ---- */
#layoutBody {
			margin-left:auto; margin-right:auto;/*コンテンツの中央寄せ*/
			width: 748px;
			border:  none;
			position: relative;
			text-align: left;
			background-color:transparent;
			}

#main {
	width: 524px;
	padding-bottom: 20px;
	position:absolute;
	top:151px;
	left:100px;
	background-color:#FFF;
	height: 300px;
}

#nav {
	display:block;
	width: 710px;
	height:100px;
	padding: 5px;
	background-color:#ffff00;
	color:#000;
	position:absolute;
	top:60px;
	left:100px;
}
/* ---- ヘッダー ---- */

#header {
	/*height: 90px;*/
	width:748px;
	background-color:transparent;

}

#header h1{}

#header h1 a:link, #header h1 a:visited {
	width:150px;
	height:550px;
	color:#fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	position:absolute;
	top:10px;
	left:-50px;
	background-image:url(bg_h.gif);
	text-indent:-9999px;
					}

#header h1 a:hover {color:#FFFFFF; 	background-image:url(bg_hh.gif);}

#header h2{
	margin: 0 15px 0 0;
	color: #F8F8FF;
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	padding:300px 10px 0 10px;
	
	width:126px;
	height:250px;
	position:absolute;
	top:170px;
	left:624px;
	background-color:blue;

}

#header h3{
	margin: 0 15px 0 0;
	text-align: right;
	color: #6f6f6f;
	font-size: 10px;
	font-weight: normal;

}

#header h3 a{text-decoration: none;font-size: 10px;color:#6f6f6f;}

/* ---- メニュー ---- */
#nav dt {
			width: 170px;
			margin: 0 auto 30px auto;
			font-weight: bold;
			font-size: 9px;
			line-height: 200%;
			color: #e4e414;
			letter-spacing: 1px;
			text-align:center;
			text-transform:uppercase;
			vertical-align:top;
}


#nav dd a:link, #nav dd a:visited {
									display: inline;
									float: left;
									margin-left:16px;
									color:#666;
									font-size: 9px;
									border-bottom:3px solid #ffff00;
									vertical-align:bottom;
}

#nav dd a:hover {
						display: inline;
						float: left;
						margin-left:16px;
						color:#666;
						font-size: 9px;
						border-bottom:3px solid #e7e700;
			vertical-align:bottom;
}

/* ---- フッターメニュー ---- */
#footer {
			clear: both;
			display:block;
			width: 300px;
			height:150px;
			padding:0 10px 10px 0;
			background-color: #000;
			font-size: 12px;
			color: #FFF;
			text-align: center;
			position:absolute;
			top:560px;
			left:-210px;
			text-align:right;
			}

#footer a {color: #fff;font-size: 9px;text-align:right;border-right:2px solid #000;}
#footer a:hover {color:#fff;font-size: 9px;text-decoration: none;text-align:right;	border-right:2px solid #FFF;
}
/* --サイトマップ、サイトマップ-- */
#main dl{
	width: 334px;
	height:440px;
	margin: 20px 0 0 8px;
	padding: 10px 14px 10px 160px;
	letter-spacing: 1px;
	color: #666666;
	background-color:#fff;
}

#main dt{
			margin: 0 auto 30px auto;
			font-weight: bold;
			font-size: 6em;
			line-height: 200%;
			color: #e7e7e7;
			letter-spacing: 0;
			text-align:left;
			text-indent: -0.5em;
}

#main dd{margin-bottom:15px;}

.contentl {
	width: 478px;
	margin: 20px 0 0 0;
	padding: 20px 14px 10px 16px;
	letter-spacing: 1px;
	color: #666666;
	background-color:transparent;
}

.contentl h3{
	background-color: transparent;
	padding: 5px 0 4px 50px;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}

.contentl p{
	list-style-type: none;
	letter-spacing: 2px;
	margin-bottom:15px;
	padding-left:50px;
}
.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;
}
