@charset "euc-jp";

/* CSS Document */

/* BASE CONFIG
---------------------------------------------------------- */

form, img, p {
	margin: 0;
	padding: 0;
	}

ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff ;
	color: #303030;
	text-align: left;
	font-size: 90%;
	line-height: 180%;
	font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
	background: url(../images/bg_gradation.gif) top repeat-x;
	}

a:link {
	color: #547C3D;
	text-decoration: underline;
	}
a:visited {
	color: #547C3D;
	text-decoration: underline;
	}
a:active {
	color: #547C3D;
	text-decoration: underline;
	}
a:hover {
	color: #6C5026;
	text-decoration: underline;
	}


h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h2 {
	margin-bottom: 10px;
	}
	
h3 {
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: bold;
	line-height: 150%;
	}
	
h4 {
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 130%;
	}


/* RAYOUT
---------------------------------------------------------- */

#mainframe{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 810px;
	text-align: left;
	overflow: hidden;
	background: url(../images/bg_main.gif) top center repeat-y;
	}

#side_unit {
	margin: 0;
	padding: 0;
	float: left;
	}

#center_unit {
	width: 800px;
	float: left;
	}


/* HEADER
---------------------------------------------------------- */

#header {
	width: 800px;
	height: 94px;
	overflow: hidden;
	background: url(../images/header_bg.gif) top repeat-x;
	}

#header p {
	margin: 10px 10px 0 0;
	font-size: 80%;
	text-align: right;
	}

#header h1 {
	margin: 10px 0 0 20px;
	}


/* MENU
---------------------------------------------------------- */

#menu {
	width: 796px;
	height: 49px;
	padding: 2px;
	background: url(../images/menu_bg.gif) top repeat-x;
	}

#menu ul {
	margin-left: 15px;
	padding-left: 3px;
	height: 49px;
	background: url(../images/menu_line.gif) top left repeat-y;
	}

#menu li {
	display: block;
	width: 140px;
	height: 49px;
	float: left;
	padding-right: 3px;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/menu_line.gif) top right repeat-y;
	}

#menu li a {
	display: block;
	width: 140px;
	height: 49px;
	float: left;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
	}

/*------off*/
#menu li.toppage a {
	background:url(../images/menu_toppage.gif) no-repeat;
	}
#menu li.outline a {
	background:url(../images/menu_outline.gif) no-repeat;
	}
#menu li.example a {
	background:url(../images/menu_example.gif) no-repeat;
	}
#menu li.access a {
	background:url(../images/menu_access.gif) no-repeat;
	}

/*------on*/
#menu li.toppage a:hover {
	background:url(../images/menu_toppage_on.gif) no-repeat;
	}
#menu li.outline a:hover {
	background:url(../images/menu_outline_on.gif) no-repeat;
	}
#menu li.example a:hover {
	background:url(../images/menu_example_on.gif) no-repeat;
	}
#menu li.access a:hover {
	background:url(../images/menu_access_on.gif) no-repeat;
	}

/* PHOTO
---------------------------------------------------------- */

#photo_box {
	padding: 20px;
	}

/* CONTENTS
---------------------------------------------------------- */

#contents_box {
	margin: 0 20px 20px 20px;
	clear: both;
	}

#contents_box p {
	padding: 0 10px 0 10px;
	}

/* NEWS
---------------------------------------------------------- */

#news_box {
	width: 525px;
	padding: 0 15px 20px 20px;
	float: left;
	}

#news_topic {
	padding: 10px;
	font-size: 90%;
	line-height: 140%;
	width: 500px;
}

#news_topic dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

#news_topic dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px dotted #ccc;
	width: 8em;
	float: left;
	color: #4B9D27;
}
	
#news_topic dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-top: 1px dotted #ccc;
}

#news_topic span {
	color: #336636;
	text-decoration: underline;
	font-weight: bold;
}


/* NEWS2
---------------------------------------------------------- */

#news2_box {
	width: 760px;
	padding: 0 15px 20px 20px;
	float: left;
	}

#news2_topic {
	padding: 10px;
	font-size: 90%;
	line-height: 140%;
	width: 740px;
}

#news2_topic dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

#news2_topic dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px dotted #ccc;
	width: 8em;
	float: left;
	color: #4B9D27;
}
	
#news2_topic dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-top: 1px dotted #ccc;
}

#news2_topic span {
	color: #336636;
	text-decoration: underline;
	font-weight: bold;
}


/* BANNER
---------------------------------------------------------- */

#banner_box {
	width: 220px;
	padding: 0 20px 20px 0;
	float: left;
	}

/* OUTLINE
---------------------------------------------------------- */

.td_left { border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.td_right { border-bottom: 1px solid #CCCCCC; }

/* FOOTER
---------------------------------------------------------- */

#footer {
	width: 800px;
	padding: 20px 0 20px 0;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	background: #034507;
	clear: both;
	}
