@charset "UTF-8";

/*header*/

h1.topH1{
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	overflow:hidden;
}

#header{
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	height: 117px;
	background-position: top;
}

#headerIn{
	background-image: url(../img/header_in_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 117px;
	width: 1120px;
    margin:0 auto;
}

#headerBox{
	width: 900px;
    margin:0 auto;
}

#headMenu ul{
	float: right;
	margin-right: 80px;
	height: 25px;
}

#headMenu li{
	float: left;
	margin-right: 3px;
}

.logo{
	float: left;
	margin-top: 3px;
	height: 49px;
}

#gotop{
	float: right;
	margin-bottom: -3px;
	height: 52px;
	width: 87px;
}

#search{
	float: right;
	width: 290px;
	height: 25px;
	margin-top: 11px;
}

#search .bt_search{
	float:right;
	margin-right: 10px;
	margin-top: 2px;
}

#search .textarea{
	border: 1px solid #000000;
	width: 200px;
	padding: 3px;
	margin-top:2px;
	margin-right: 8px;
	float: left;
}

#search img{
	margin-bottom: -3px;
}

#mainMenu{
    height: 40px;
}

#mainMenu li{
	float: left;
}


/*contents*/

#container{
	text-align:left;
}

#container_in{
	width: 860px;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin:0 auto;
}


#left_menu{
	float: left;
	width: 200px;
	background-image: url(../img/left_menu_bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.left_menu_top{
	background-image: url(../img/left_menu_top.gif);
	height: 14px;
	width: 200px;
	background-position: top;
	background-repeat: no-repeat;
}

.left_menu_bottom{
	background-image: url(../img/left_menu_bottom.gif);
	height: 14px;
	width: 200px;
	background-position: top;
	background-repeat: no-repeat!important;
}

#left_menu ul{
	margin-left: 10px;
}

#left_menu li{
	padding-bottom: 3px;
}

/* sub_box  */

.sub_box{
	width: 176px;
	background-color: #FFFFFF;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.sub_box li{
	background-image: url(../img/sub_box_ya.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.sub_box ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* sub_box02 */

.sub_box02{
	width: 176px;
	background-color: #FFFFFF;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.sub_box02 li{

}

.sub_box02 ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

#main{
	float: right;
	width: 640px;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.main_top{
	background-image: url(../img/main_top.gif);
	height: 14px;
	width: 640px;
	background-repeat: no-repeat!important;
}

.main_bottom{
	background-image: url(../img/main_bottom.gif);
	height: 14px;
	width: 640px;
	background-repeat: no-repeat!important;
}


/*footer*/

#footer{
	width:100%;
	height:25%;
	background-color: #4C7B2D;
	background-image: url(../img/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#footerBox{
	width:900px;
	padding-top:63px;
	text-align:left;
    margin:0 auto;
}

#footerList{
	border: 1px solid #FFFFFF;
	height: 30px;
	color: #FFFFFF;
	width: 875px;
    margin:0 auto;
}

#footerList ul{
	padding-top: 4px;
	padding-left: 53px;
}

#footerList li{
	float: left;
	color: #FFFFFF;
	margin-right: 5px;
}

#footerList a{
	color: #FFFFFF;
	text-decoration: none;
}

#footerList a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#fbt{
	float: right;
	width: 165px;
	margin-top: 5px;
	margin-right: 12px;
}

address{
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 11px;
}

#copy{
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 10px;
}

/*other*/

.pagetop{
	text-align: right;
	padding-top: 10px;
}

.pan{
	margin-bottom: 10px;
}

.nosp{
	margin: 0px;
	padding: 0px;
}

.hidden{
	display: none;
}

.w_sp{
	min-height:395px;
    height: auto !important;
    height: 395px;
}