@charset "UTF-8";

/* ---------- reset ---------- */

* {
margin:0;
padding:0;
}

a img {
	border : none;
}

.clrfix {
	display					: inline-block;
}

.clrfix:after {
	content					: ".";
	display					: block;
	height					: 0;
	clear					: both;
	visibility				: hidden;
}


/* ---------- 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:0; }
.logo img { border:none; }



#main-menu {
	width:205px;
	height:138px;
	margin:8px 0px 20px 9px;
	padding:3px 0px 0px 3px;
	background:url(../img/menu_bk.gif) no-repeat #FFF;
	list-style-type:none;
	clear:both;
}

#main-menu li.plant a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_1_off.gif") top left no-repeat;
	display:block;
	}
	
#main-menu li.plant a:hover {
	background : url("../img/button_1_on.gif") top left no-repeat;
	display:block;
	}

#main-menu li.sol a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_2_off.gif") top left no-repeat;
	display:block;
	}
	
#main-menu li.sol a:hover {
	background : url("../img/button_2_on.gif") top left no-repeat;
	display:block;
	}

#main-menu li.document a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_3_off.gif") top left no-repeat;
	display:block;
	}
	
#main-menu li.dockment a:hover {
	background : url("../img/button_3_on.gif") top left no-repeat;
	display:block;
	}

#main-menu li.gaiyo a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_4_off.gif") top left no-repeat;
	display:block;
	}
	
#main-menu li.gaiyo a:hover {
	background : url("../img/button_4_on.gif") top left no-repeat;
	display:block;
	}

#main-menu li.circulation a {
	width:196px;
	height:25px;
	margin-bottom : 1px;
	list-style-type:none;
	text-indent : -9999px;
	background : url("../img/button_5_off.gif") top left no-repeat;
	display:block;
	}
	
#main-menu li.circulation a:hover {
	background : url("../img/button_5_on.gif") top left no-repeat;
	display:block;
	}
	
.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 { 
	margin : 0px;
	padding : 0px;
	width:760px;
	border-top:1px solid #ccc;
	clear:both;
	background:#FFF;
}

.foo01 {
	text-align:right;
	margin : 5px 0px 0px 0px;
	float : right;
	line-height : 22px;
}

.foo02 {
	margin : 5px 0px 0px 0px;
	padding : 0px;
	float : left;
	width : 200px;
}

/* ---------- footer_end ---------- */


.clr {
	height : 1px;
	clear : both;
	margin : 0;
	padding : 0;
}

.clr hr {
	display : none;
}

.navi {
	margin-top:50px;
}

.counter {
	margin : 2px 0px 0px 5px;
	padding : 0px;
	font-size : 10px;
	color : #666;
	text-align:center;
}

.toto {
	margin : 50px 0px 0px 0px;
	padding : 0px;
	width : 535px;
}

.toto-sol {
	margin : 30px 0px 0px 0px;
	padding : 0px;
	width : 535px;
}

.toto-sol p {
	margin : 0px;
	padding : 0px;
}


