body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*background: url(../i/bg.gif) repeat-y 50% 0;*/
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-image: url(../i_bg/dot.gif);
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Lucida Grande", Verdana;
	}
	
/* layout 
---------------------------*/
a:link {
	color: #00f;
	text-decoration: none;
	}
a:visited {
	color: #00f;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}

/* layout */

#wrap {
	width: 640px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}
#content {
	float: right;
	width: 65%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	padding: 0 15px 15px 0;
	margin-top: 25px;
	}

#footer {
	clear: both;
	background-color: #eaf7d4;
	}
	
#footer p {
	margin: 0 0 0 50px;
	padding: 15px;
	font-size: 90%;
	color: #333; 
	}


/* header */

#header {
	/*border-bottom: 3px solid #adc299;*/
	/*background-image: url(../i_bg/header_logo02.jpg);	*//*background: url(../i/CRW_6637_04.jpg) no-repeat top right;*/
	height: 94px;
	}
	
	/*#wrap #header img {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}*/
#header h1 {
	margin: 0;
	font-family: Georgia, serif,;
	font-size: 80%;
	color: #374C0E;
	border-bottom: 1px solid #adc299;
	font-weight: normal;
	padding-left: 5px;
	}
	
	/*#top #wrap #header img {
	border-bottom: 3px solid #adc299;
}*/

#header img {
	border-bottom: 1px solid #adc299;
}

#header h1 a:link {
	text-decoration: none;
	color: #374C0E;
	}
#header a:visited {
	color: #374C0E;
	text-decoration: none;
	}
#header a:hover {
	color: #374C0E;
	text-decoration: none;
	}
	
/* content */

#content p {
margin: 0 0 15px 10px ;
}

#content h2 {
	margin: 1 0 1em 0;
	padding: 0;
	font-size: 110%;
	border-bottom-style: dotted;
	border-bottom-color: #466432;
	border-bottom-width: 1px;
	}
	
	
	
	
	
#content h3 {
	border-bottom:#ccc dotted 1px;
	padding-left: 5px;
	font-size: 100%;
	border-top: #ccc dotted 1px;
	background-color: #eaf7d4;
	}
img.roots{
	float:left;
	padding: 0 10px 5px 0;
}
img.roots02{
	float:left;
	margin: 0 10px 5px 0;
	border: #efe1a5 solid 1px ;
    padding: 3px ;
    background-color: #fff ;
}
img.roots03{
	float:right;
	margin: 0 10px 5px 0;
	border: #efe1a5 solid 1px ;
    padding: 3px ;
    background-color: #fff ;
}
#content .section {
	margin: 20px 0;
	clear: both;
}

	
/* sidebars */

#sidebar {
	float: left;
	width: 20%;
	margin: 15px;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-size: 100%;
	font-weight: normal;
	color: #693;
	}
	
#sidebar.box h4 {
	margin: 0;
	padding: 6px 0 6px 20px;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	color: #693;
	
	}
/*.box p, .box ul {
	margin: 0;
	padding: 0 10px;
	}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	}
.box ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	/*background: #CC0000 url(../i_bg/list_marker_white.gif) left center no-repeat; 
	}

.box ul li a {
	padding: 10px 0 10px 10px;
	background: #FFFFFF url(../i_bg/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 120px;
	width : 130px;
	color: #333333;
	text-decoration: none;
}

/*.box ul li a:hover {
    color: #FFFFFF; 
	background-image: none; 
	background-color: transparent;
	}*/
	
#navigation {
	width: 130px;
	margin-top: 45px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	background: #466432 url(../i_bg/list_marker_white.gif) left center no-repeat; 
}
#navigation a {
	padding: 4px 0 4px 10px;
	background: #FFFFFF url(../i_bg/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 120px;
	width /**/: 130px;
	color: #333333;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF; 
	background-image: none;
	background-color: transparent;
}
table{
border:solid 1px #ccc;
border-collaps:collapse;
}
table th{
	border:solid 1px #ccc;
	padding: 4px;
}
table td{
	border:solid 1px #ccc;
	padding: 4px;
	vertical-align: top;
}
/*body#top #top_tab a{
background: #466432 url(../i_bg/list_marker_white.gif) left center no-repeat;
color: #FFFFFF;
background-color: transparent;
background-image: none;
}*/
#wrap #content ul {
	list-style-type: none;
}


