@charset "utf-8";
/*formatting style
------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	background-color: #FFF;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}

hr {
	display: none;
}

/*link styles
------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #83C400;
	text-decoration: none;
}
a:visited {
	color: #83C400;
	text-decoration: none;
}

a:hover {
	color: #69C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
		
	
}
/*basic layout
------------------------*/


#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin: 0px auto;
	height: 1300px;
	padding: 25px;
	color: #666;
}


#header {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-bottom:20px;
	
}


#main {
	width:650px;
	height: auto;
	background-color:#EFEFEF;
	float:left;
	border-top: 1px dotted #CCC;	
	
}
#sidebar {
	width: 300px;
	padding: 10px;
	background-color:#FFF;
	float:left;
	border-top: 1px dotted #CCC;
	height: auto;
	display:inline;
	
	
}	

#footer {
	color: #333;
	background-color: #FFF;
	padding: 10px;
	clear: both;
	width: 1000px;
	margin:10px;	
}
#contents {
	width: 600px;
	
	}




/* header styles
------------------------*/
#header h1 {
	font-size: 13px;
	font-style: normal;
	color: #666;
}
#header h2 {
	font-size: 13px;
	font-style: normal;
	color: #666;
	margin-top: 8px;
}
#header #logo {
	float:left;
	margin-right:550px;
	
}
#header .topimg {
	width: 600px;
	height: 264px;
	background-image: url(img/topimg5.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	
	}
#header .garden{
	float: left;
	margin-left:10px;
	margin-top:10px;
}



#header.taiken {
	
	
	margin: 10px;	
}



/* main styles
------------------------*/
#main .text{
	width:610px;
	height: auto;
	background-color:#FFF;
	margin:10px;
	padding:10px;
	
	
}

#main #illust{
	float: left;
	margin-right:20px;
	
	
}

#main .esarthq {
	font-size: 23px;
	height: auto;
	width: 600px;
	border: thin solid #B0DD00;
	background-color: #B0DD00;
	color: #FFF;
	padding: 5px;
}

#main .esarthq a:hover {
	font-size: 23px;
	height: auto;
	width: 600px;
	border: thin solid #B0DD00;
	background-color: #B0DD00;
	color: #FFF;
	padding: 5px;
}
#main .esarthq a:link {
	font-size: 23px;
	height: auto;
	width: 600px;
	border: thin solid #B0DD00;
	background-color: #B0DD00;
	color: #FFF;
	padding: 5px;
}
#main .esarthq a:visited {
	font-size: 23px;
	height: auto;
	width: 500px;
	border: thin solid #B0DD00;
	background-color: #B0DD00;
	color: #FFF;
	padding: 5px;
}



#main #photo{
	
	margin-bottom:10px;
	
}
#main #photo2{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
}


#main  h1{
	color:#666;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
	font-size: 18px;
	clear:both;
}

#main  h2 {
	color:#F90;
	font-size: 14px;
	margin-top: 15px;
	
}
#main  h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	color: #333;
}


#main .text dl  {
	clear: both;
	margin-top:20px;
	}

#main .text dl dt {
	float: left;
	clear: both;
	padding-right:10px;
	
	}	
	
#main .text dd  {
	clear: right;
	height:139px;
	}

#main .text h1{
	color:#666;
	border-bottom: 1px dashed #999;
	width: 600px;
	font-size: 18px;
	padding: 7px;	
	
}
#main .text h2{
	
	color:#F90;
	
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;	
	
}



/* table
------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-collapse:separate;
	width: 550px;
}

#main table th {
	text-align: center;
	padding: 5px 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;	
}
#main table tr.odd {
	background-color: #EFEFEF;		
}
#main table th.mone {
	border-right: 1px solid #CCC;		
}
#main table td.mone {
	border-right: 1px solid #CCC;
}
/*  bus table styles
------------------------*/
#main .bus table {
	margin-bottom: 0px;
	border-top: 1px solid #CCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-collapse:separate;
	width: auto ;
}
 #main .text .bus table tr th{
background-color: #CCC;
}
#main .bus table th {
	text-align: center;
	padding: 1px;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width:auto;
	font-size:11px;
	text-align: center;	
	
}




#main .bus table td {
	padding: 1px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width:auto;
	text-align: center;	
}

#main .bus table th.mone {
	border-right: 1px solid #CCC;		
}
#main .bus table td.mone {
	border-right: 1px solid #CCC;
}
/* sidebar styles
------------------------*/
#sidebar ul li{
	
	font-size: 13px;
	margin: 10px;
}


#sidebar.info h2{
	color:#F93;
	margin-bottom: 10px;
	padding-top: 50px;
	margin-left: 20px;
	width: 340px;
	font-size: 14px;
	clear:both;
}
#sidebar .twitter{
	float: left;
	height: 200px;
	width: 330px;
	background-color: #FFF;
	margin: 5px 5px 30px;
	
}
#sidebar #illust{
	float: left;
	margin-right:20px;
	
	
}


#sidebar .info{
	float: left;
	height: 200px;
	width: 295px;
	background-color: #FFF;
	margin: 5px 5px 15px;
	border: 1px solid #CCC;
}

#sidebar .info ul{
	margin: 10px 0px 0px 10px;
	color: #666;	
}

#sidebar .oideyo {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #F4F4F4;
	width: 295px;
	height: 70px;
	padding: 5px;
}

#sidebar .forestlife{
	float: left;
	margin-bottom: 5px;	
	height: 100px;
	width: 200px;
	margin: 0px 20px 50px 100px;
}
#sidebar  h1{
	color:#666;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	margin-top: 30px;
	width: auto;
	font-size: 14px;
	clear:both;
}

#sidebar  h2 {
	color:#F93;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;	
}
#sidebar  h3 {
	font-size: 15px;
	font-weight: bold;
	color:#B0DD00;
}
#sidebar .forestlife  h4 a {
	font-size: 15px;
	font-weight: bold;
	color:#999;
}
#sidebar .oideyo  h4 a {
	font-size: 15px;
	font-weight: bold;
	color:#999;
}














/*footer styles
------------------------*/

#footer p {
	margin: 20px;
	float: right;
	
}
#footer p a {
	color: #999;
}
#footer p a:hover {
	color: #CCC;
	text-decoration: none;
}
#footer address {
	color: #666;
}

