@charset "utf-8";
/* CSS Document */

h1 {
		color: #666; /* 通常時*/
}
h1 a {
		color: #666; /* リンク指定時*/
}
h1 a:hover {
		color: #333; /* マウスオーバー時*/
}

/* ● 見出し*/
h2 {
		color: #666; /* 通常時*/
}
h2 a {
		color: #666; /* リンク指定時*/
}
h2 a:hover {
		color: #333; /* マウスオーバー時*/
}

h3 {	color: #444;
}
	
/* ● テキスト*/
p {
		color: #666; /* 通常時*/
}
p a {
		color: #666; /* リンク指定時*/
}
p a:hover {
		color: #333; /* マウスオーバー時*/
}
/* ● リスト項目－１*/
ul li {
		color: #666; /* 通常時*/
}
ul li a {
		color: #666; /* リンク指定時*/
}
ul li a:hover {
		color: #333; /* マウスオーバー時*/
}

/* ● リスト項目－２*/
ol li {
		color: #666; /* 通常時*/
}
ol li a {
		color: #666; /* リンク指定時*/
}
ol li a:hover {
		color: #666; /* マウスオーバー時*/
}

/* ● 定義*/
dt {
		color: #666; /* 通常時*/
}
dt a {
		color: #666; /* リンク指定時*/
}
dt a:hover {
		color: #333; /* マウスオーバー時*/
}
/* ● 用語の説明*/
dd {
		color: #666; /* 通常時*/
}
dd a {
		color: #666; /* リンク指定時*/
}
dd a:hover {
		color: #333; /* マウスオーバー時*/
}





/* ■ ****************************************/

html {
		background:url(bg002.jpg) repeat;margin:0;padding:0;
		background-attachment:fixed;
		overflow-y: scroll;
		overflow-x:hidden;
		font-family: "メイリオ", Meiryo,"Trebuchet MS","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
		filter: alpha(opacity=88);-moz-opacity:0.88;opacity:0.88;
		background:url(overlaybg.gif) center top repeat-y;margin:0;padding:0;
		background-attachment:fixed;
		margin:0 auto;padding:0;
		font-size: 80%;
		text-align: center;
		font-family: "メイリオ", Meiryo,"Trebuchet MS","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "\30e1\30a4\30ea\30aa","ＭＳ Ｐゴシック", sans-serif;
}
h1 {
		line-height: 50px;
		font-size: 280%;
		height: 50px;
}
h1 a {
		text-decoration: none;
}
h2 {
		font-size: 100%;
}
li {
		list-style-type: ;/*none*/
}
img {
		border: none;
		vertical-align: bottom;
}


/* ラップ*/
#wrapper {
		background:url(rgt-honbunbg-mdl.jpg) repeat center top;/*contとおなじbg*/
		width:520px;
		height:auto;
		margin:0 auto;
}
/* ヘッダー*/
#header {
		 background:url(rgt-honbunbg-mokuji-ue.jpg) no-repeat center top;
		 width:520px;
		 height:370px;/*370+250*/
		 margin:0 auto;
		 text-align:center;
		 color:#444;padding:0;
		 position:relative;
}

#header h1{
	overflow:hidden;
	z-index:2;
	background:url(mokujittl.png) no-repeat center top;
	width:370px;
	height:200px;/*モト画像250px*/
	position:absolute;left:75px;top:240px;
	font-size:16px;
	text-indent:-9999em;
}
*html #header h1{
	background:url(mokujittl.gif) no-repeat center top;
}

#header h1 a{
	width:370px;
	height:200px;
	display:block;
	}

#cont{
	width:520px;
	height:auto;
	margin:0 auto;
	background:url(rgt-honbunbg-mdl.jpg) repeat-y center top;
}

dl{
margin-top:120px;padding-right:35px;padding-left:25px;font-size:12px;width:425px;height:auto;text-align:left;
}

dt{
margin-left:20px;
}
dd{
margin:20px 20px 0 0;line-height:200%;
}

dd ul li a{
text-decoration:none;
color:#b18578;/*8F8885*/
border-bottom:dotted 1px #ddd;
}
dd ul li a:hover{
text-decoration:none;color:#c69;background:#e1cec9;
}


/* フッター*/
#footer {
		margin: 0 auto;
		line-height: 150%;
		text-align: center;
		width: 520px;
		height:174px;/*194-24*/
		background:url(rgt-honbunbg-btm.jpg);
		background-position:center bottom;
}


#footer address{
		padding-top:24px;
		padding-bottom: 10px;
		font-style:normal;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		color:#757575;
		text-decoration:none;
}
#footer address a{
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		color:#757575;
		border-bottom:dotted 1px #ddd;color:#222;
}
#footer address a:hover{
		background-color:#c99;
		text-decoration:none;
}

#footer p {
		margin-left: 11px;
		padding-bottom: 10px;
}
#footer dl {
		margin-bottom: 5px;
		padding: 0px 0px 5px 11px;
}
#footer ul {
		list-style-type:none;
		margin-bottom: 5px;
		padding: 0px 0px 0px 8px;
}
#footer ul a{color:#c99;font-size:11px;font-family:Georgia, "Times New Roman", Times, serif;
}
#footer dd {
		margin-left: 10px;
}



