@charset "UTF-8";

/* ---------- reset ---------- */

* {
margin:0;
padding:0;
}

a img {
	border : none;
}


/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	background:#004e5f url(../img/body_bg.gif) repeat-x;
	text-align:center;
	font-size : 12px;
}

#main-container {
	margin:0 auto;
	width:800px;
	text-align:left;
	background:transparent url(../img/main_container.gif) repeat-y;
}

.main-container-inner {
	padding:0 14px;
	background:transparent url(../img/main_container_bg.gif) no-repeat;
}

.main-container-inner-content {
	padding:0 14px;
	background:transparent url(../img/main_container_bg2.gif) no-repeat;
}

a {
	text-decoration:none;
	color:#1d68a9;
}

a:hover {
	text-decoration:underline;
	color:#F00;
}


/* ---------- body_end ---------- */

/* ---------- main-content ---------- */

#main-content {
	width:540px;
	float:right;
}

.header {
	height:70px;
}

.header-inTop {
	height:53px;
	padding-top:2px;
	text-align:right;
}

.header-inTop h1{
	font:9pt/120% "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	color:#369;
}

.header-inBottom {
	height:15px;
	text-align:right;
	font:9pt/120% "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	color:#333;
}

/* ---------- sidebar ---------- */

#sidebar {
	width:220px;
	background:transparent url(../img/sidebar_bg.gif) repeat-y;
	float:left;
}
.logo { text-align:center;padding:15px 0; }
.logo img { border:none; }



#main-menu {
	width:205px;
	height:138px;
	margin:13px 0px 20px 9px;
	padding:3px 0px 0px 3px;
	background:url(../img/menu_bk.gif) no-repeat #FFF;
	clear:both;
}

#main-menu li.plant a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	float:left;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_1_off.gif") top left no-repeat;
	}
	
#main-menu li.plant a:hover {
	background : url("../img/button_1_on.gif") top left no-repeat;
	}

#main-menu li.sol a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	float:left;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_2_off.gif") top left no-repeat;
	}
	
#main-menu li.sol a:hover {
	background : url("../img/button_2_on.gif") top left no-repeat;
	}

#main-menu li.document a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	float:left;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_3_off.gif") top left no-repeat;
	}
	
#main-menu li.dockment a:hover {
	background : url("../img/button_3_on.gif") top left no-repeat;
	}

#main-menu li.gaiyo a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	float:left;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_4_off.gif") top left no-repeat;
	}
	
#main-menu li.gaiyo a:hover {
	background : url("../img/button_4_on.gif") top left no-repeat;
	}

#main-menu li.circulation a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	float:left;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_5_off.gif") top left no-repeat;
	}
	
#main-menu li.circulation a:hover {
	background : url("../img/button_5_on.gif") top left no-repeat;
	}
	
.site-search{ margin-bottom:15px; }
.site-search p{
	width: 202px;
	height: 21px;
	padding:2px 0px 0px 10px;
	font:bold 10pt/130% "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	color:#FFF;
	background: transparent url(../img/search.gif) no-repeat top left;
	margin:0 9px 5px 9px;
}

#main-banner{
	width:200px;
	height:auto;
	margin-bottom:5px;
	padding-left:10px;
}

#main-banner h3{
	padding-bottom:10px;
}

.site-search form { margin:5px 9px; }
.site-search label{ display:none; }
.site-search #search{ width:135px;border:1px solid #666666;font-size:12px;margin-bottom:4px;margin-left:7px; }
.site-search input.submit {  }

.site-search img {
	margin : 0px 0px 0px 10px;
	padding : 0px;
}


#addressBox {
	width:200px;
	height:auto;
	padding-left:10px;
	margin : 0px 0px 10px 0px;
}

#addressBox p{
	font:10px "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	color:#333;
	background:#FFF;
}

#addressBox img{
	margin:10px 5px 0px 5px;
	padding-bottom:10px;
}

/* ---------- footer ---------- */

#footer { 
	width:760px;
	border-top:1px solid #ccc;
	clear:both;
	background:#FFF;
	padding:5px;
}

#footer p {
	font:8pt/120% "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	color:#999;
}

/* ---------- footer_end ---------- */

