<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

h1,h2,h3,h4 {
	font-size:100%;
	font-weight:lighter;
}

/*-背景画像-*/
.tdg1 {
	height:80px;
	background:url(img/bg/bl1.jpg);
}
.tdg2 {
	height:80px;
	width:350px;
	background:url(img/bg/bl2.jpg);
}
.tdg3 {
	height:80px;
	width:350px;
	background:url(img/bg/bl3.jpg);
}
.td1 {
	background:url(img/bg/grd.jpg);
}
.td2 {
	background:url(img/bg/tree.jpg);
}

/*body
---------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
	/*background-image: url(images/Top.jpg);*/
	background-position: top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
body a {
	text-decoration:none;
}
body a:link,a:visited {
	color:#000000;
}
body a:hover {
	color:#999999;
}
/*wrapper
---------------------------------------------------------------------------*/
#wrapper {
	width: 1100px;
}
/*header
---------------------------------------------------------------------------*/
#header {
	height: auto;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
}
#header img {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom:10px;
}
#header h1 {
	font-size: 10px;
	color: #dddddd;
	margin-left: 20px;
	margin-top:2px;
}
#header .rogo{
	margin-top: 40px;
	margin-left: 20px;
}
#header p {
	font-size: 10px;
	color: #dddddd;
	text-align: right;
	margin-right: 10px;
	line-height: 1em;
}
#header h2 {
	font-size: 11px;
	color: #dddddd;
	text-align: right;
	margin-right: 10px;
	line-height: 1em;
}
#header h3 {
	font-size: 10px;
	color: #dddddd;
	text-align: right;
	margin-right: 10px;
}
/*main_img
---------------------------------------------------------------------------*/
#main_img {
	width: 1000px;
	height: auto;
}
/*menu_img
---------------------------------------------------------------------------*/
#menu_img {
	width:800px;
	margin-top: 0px;
	margin-left:200px;
	}
/*navi
---------------------------------------------------------------------------*/
#navi {
	width:1000px;
	height: 75px;
	margin-top:0px;
	margin-left:0px;
	}

/*main
---------------------------------------------------------------------------*/
#main{
	float: left;
	margin-top:50px;
	margin-left:35px;
	width:550px;
	padding-top:0px;
}

/*main_navi
---------------------------------------------------------------------------*/
#main_navi {
	width: auto;
	margin-bottom: 15px;
	margin-top: 30px;
}
#main_navi h4 {
	margin-right: 9px;
	float:left;
	margin-bottom:20px;
}
/*main_news
---------------------------------------------------------------------------*/
.line tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
}

#main_news {
	width: 480px;
	height:180px;
	font-size: 11px;
	color: #333;
	line-height: 25px;
	margin-bottom: 60px;
	background-color:#F8F8F8
	clear:both;
}
#main_news table {
	border-collapse: collapse;
}
#main_news strong{
	color:#666;
	font-size:10px;
}
#main_news img {
	margin-top:0px;
}

#main_news a {
	margin-top: 10px;
	margin-left: 0px;
}

/*list
---------------------------------------------------------------------------*/
#list{
	float:right;
	margin-right:100px;
	margin-top:75px;
	margin-left:20px;
	width:360px;
	height:auto;
	padding-top:0px;
}


/*guide
---------------------------------------------------------------------------*/
#guide{
	float: left;
	margin-top:35px;
	margin-left:60px;
	width:900px;
	padding-top:0px;
}

/*footer
---------------------------------------------------------------------------*/
#link {
	width:1000px;
	clear: both;
	height: 100px;
	text-align:center;
	margin-top:100px;
}
#link img{
	margin-left:5px;
	margin-top:5px;
}
#footer {
	color:#ffffff;
	text-align: center;
	font-size: 11px;
	padding-top:20px;
	height:5px;
	width: 1000px;
}
#footer img{
	margin-right:10px;
	margin-top:10px;
}
</pre></body></html>