@charset "Shift_JIS";

/* Body */

body {
	margin: 0px;
	font: 13px/180% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	background-color: #BAC8D8;
}
a:link, a:visited{
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #CC3366;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
* {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #004400;
	font-size: 17px;
}
h3 {
	color: #004400;
	font-size: 14px;
}
h4 {
	color: #004400;
	font-size: 13px;
}

img {
	border: none;
}
hr {
	display:none;
}
li {
	list-style-type: none;	
}

.article h2 { font-size: 1.7em; }
.article h3 { margin-left: 10px !important; font-weight: normal !important; font-size: 1.4em !important; }
.article table { margin: 15px 0 15px 10px; border-collapse: separate; }
.article caption { margin-bottom: 5px; padding: 5px; background: #f3f3f3; }
.article #item01 { width: 210px; background: #f7f2ec; }
.article th { margin-right: 1px; padding: 5px 10px; text-align: left; text-shadow: 1px 1px 1px #eee; background: #efefef; border-right: solid 1px #fff; border-bottom: solid 1px #ccc; white-space: nowrap; }
.article td { margin-right: 10px; padding: 5px 10px; border-top: solid 1px #fff; border-right: solid 1px #ffffff; border-bottom: solid 1px #cccccc; }


/* - float styles */

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clearboth {
	clear: both;
}


/* Layout */

#wrapper {
	background: url(../images/bg_content.png) repeat-y;
	width: 820px;
	margin: 0 auto;
}
#header {	
	width: 820px;
	background:url(../images/bg_header.png) left top no-repeat;
	padding-top: 20px;
}
#container {
	width: 800px;
	margin: 0 0 0 10px; 
}
#content {
	width: 580px;
	margin: 20px 10px; 
	float: left;
}
#sidebar {
	width: 190px;
	float: right;
	background: #BBCCAA url(../images/bg_sidebar.gif) repeat-y left top;
}
#main_navi {
	clear: both;
}
#footer {
	background: url(../images/bg_footer.gif) left bottom no-repeat;
	padding: 13px 0 0;
	clear: both;
}


/* Header */

#header div {
	width: 820px;
	height: 135px;
}
#header h1 a {
	width: 400px;
	height: 60px;
	margin: 20px 0 0 20px;
	text-decoration: none;
	display: block;
	text-indent: -3000px;
	float: left;
}


/* Header TopNavi */

#top_navi {
	margin-top: 20px;
	margin-right: 25px;
	float: right;
}
#top_navi li {
	display: inline;
}
#top_navi li a {
	width: 95px;
	height: 18px;
	margin-left: 5px;
	text-decoration: none;
	line-height: 1em;
	background: url(../images/top_navi.png) no-repeat;
	display: block;
	text-indent: -3000px;
	float: left;
}
#top_navi li.top_navi01 a {
	background-position: 0px 0px;
}
#top_navi li.top_navi01 a:hover {
	background-position: 0px -18px;
}
#top_navi li.top_navi02 a {
	background-position: -95px 0px;
}
#top_navi li.top_navi02 a:hover {
	background-position: -95px -18px;
}
#top_navi li.top_navi03 a {
	background-position: -190px 0px;
}
#top_navi li.top_navi03 a:hover {
	background-position: -190px -18px;
}


/* MainNavi */

#navigation {
	width: 820px;
	height: 45px;
	padding-left: 33px;
	background: url(../images/bg_navi.png) no-repeat;
	position: absolute;
	top: 110px;
	right:auto;
	left:auto;
	clear: both;
}
#navigation dl {
	width: 756px;
	height: 45px;
}
#navigation dt {
	display: inline;
}
#navigation dt a {
	width: 126px;
	height: 45px;
	text-decoration: none;
	display: block;
	text-indent: -3000px;
	float: left;
}
#navigation dt a:hover {
	background:url(../images/bg_navi_f2.png) no-repeat;
}
#navigation #navi_bt02 a:hover {
	background-position: -126px 0;
}
#navigation #navi_bt03 a:hover {
	background-position: -252px 0;
}
#navigation #navi_bt04 a:hover {
	background-position: -378px 0;
}
#navigation #navi_bt05 a:hover {
	background-position: -504px 0;
}
#navigation #navi_bt06 a:hover {
	background-position: -630px 0;
}


/* MainNavi Pull-Down */

#navigation dd ul {
	width: 150px;
	position: absolute;
	top: 45px;
	left: 0px;
	visibility: hidden;
}
#navigation dd li a {
	width: 150px;
	font: 12px/15px normal;
	color: #003B00;
	text-decoration: none;
	vertical-align: middle;
	padding: 6px 10px;
	background-color: #EFEFEF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 5px #CCCCCC;
	list-style-type: none;
	display: block;
	clear: both;
}
#navigation dd li a:hover {
	color: #CC3366;
	background: #DDDDDD url(../images/pull_link.gif) no-repeat left top;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #EEEEEE;
	border-left: solid 5px #CC3366;
}
#navigation #menu2 {
	left:159px;
}
#navigation #menu3 {
	left:285px;
}
#navigation #menu4 {
	left:411px;
}
#navigation #menu5 {
	left:537px;
}
#navigation #menu6 {
	left:663px;
}


/* Header SubNavi */

#sub_navi {
	height: 40px;
	padding: 0px 38px 0px 165px;
	background: url(../images/sub_navi.gif) no-repeat;
}
#sub_navi li {
	display: inline;
	text-indent: -3000px;
	float: left;
}
#sub_navi li a {
	height: 30px;
	text-decoration: none;
	display: block;
}
#sub_navi li.sub_navi01 a {
	width: 130px;
}
#sub_navi li.sub_navi02 a {
	width: 110px;
}
#sub_navi li.sub_navi03 a {
	width: 115px;
}
#sub_navi li.sub_navi04 a {
	width: 125px;
}
#sub_navi li.sub_navi05 a {
	width: 130px;
}
#sub_navi li a:hover {
	background-image: url(../images/sub_over.png);
}



/* Side Menu */

#right_side {
	width: 170px;
	padding: 10px 0 10px 10px;
	background-image: url(../images/bg_sidebar_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right_side h3 {
	border: 1px ridge #CCCCCC;
	font: bold 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 7px;
	background-color: #77BB99;
	text-align: center;
}
#right_side ol {
	margin-bottom: 30px;
}
#right_side ol li {
	margin: 0; 
	display: block;
}
#right_side ol li a {
	/*font: 0.9em/1.2em none;
	text-decoration: none;
	padding: 8px 0px 8px 18px;
	display: block;
	background: #EFEFE4 url(../images/side_menu.gif) repeat-y left top;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #CCCCCC #CCCCCC;*/
	width: 144px;
	font: 12px/15px normal;
	color: #003B00;
	text-decoration: none;
	vertical-align: middle;
	padding: 6px 10px;
	background-color: #EFEFEF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 5px #CCCCCC;
	list-style-type: none;
	display: block;
	clear: both;
}
#right_side ol li a:hover {
	color: #003333;
	background: #DEECE1;
	border-color: #CCCCCC #CCCCCC #FFFFFF #77BB99;
}

#sidebar p {
	margin-bottom: 10px;
}
#sidebar img {
	margin-bottom: 3px;
}


/* Side Departments */

ul#departments {
	margin: 0 0 20px;
	padding: 0;
}
ul#departments li a {
	width: 175px;
	height: 70px;
	text-decoration: none;
	margin-bottom: 3px;
	text-indent: -3000px;
	display: block;
}
ul#departments li.navi01 a {
	background: url(../images/side_seibutsu.gif) no-repeat left top;
}

ul#departments li.navi02 a {
	background: url(../images/side_bunshi.gif) no-repeat left top;
}

ul#departments li.navi03 a {
	background: url(../images/side_shigen.gif) no-repeat left top;
}

ul#departments li.navi04 a {
	background: url(../images/side_eigei.gif) no-repeat left top;
}

ul#departments li.navi05 a {
	background: url(../images/side_kankyo.gif) no-repeat left top;
}
ul#departments li a:hover {
	background-position: right top;
}


/* Side Links */

ul#links {
	margin: 0;
	padding: 0;
}
ul#links li {
	font: 11px/2.5em normal;
	padding-left: 25px;
	background: url(../images/links.gif) no-repeat left center;
	list-style-type: none;
}
ul#links li a {
	color: #333333;
}


/* To Top */

.top_link {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	padding-right: 25px;
}
.page_to_top {
	margin: 0;
	padding: 0 10px 0 0;
	font: 0.8em/20px "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	clear: both;
}
.page_to_top a {
	text-decoration: none;
}


/* Footer */

#footer div {
	height: 25px;
	padding: 0 25px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	background: url(../images/footer.png) no-repeat center top;
}
#footer div a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer div a:hover {
	color: #004400;
}
#footer address {
	height: 60px;
	margin: 5px 20px 20px;
	padding: 3px 75px 15px;
	color: #999999;
	font: 11px normal "Times New Roman", Times, serif;
	background: url(../images/nature.gif) no-repeat 10px top;
}
#footer address span {
	color: #004400;
	font: 14px bold Arial, Helvetica, sans-serif;	
}
#footer address span span{
	color: #666666;
	font: 13px/180% "Times New Roman", Times, serif;
}


/* Local Navi */

#localNAV {
	width: 760px;
	margin: 0 10px;
	padding: 10px 20px 5px;
	font-size: 0.85em;
	line-height: 1em;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}
#localNAV a {
	text-decoration: none;
}

/* Text */

.red {
	color: #FF0000;
}

.spacing_t20 { margin-top: 20px; !important }
.spacing_t50 { margin-top: 50px; !important }

