@charset "shift_jis";

/* ------------------
 BODY
 ------------------*/

html {
	overflow-y:scroll;
     }

body {
	width:100%;
	height:100%;
	margin:0px;
    padding:0px;
	color:#666666;
	line-height:1.4em;
	font-size:14px;
	background-color:#fff;
	overflow: hidden;
	}


/* ------------------
@LINK COLOR
 ------------------*/

a:link {
	color: #666;
	text-decoration:none;
	}
	
a:visited {
	color: #666;
	text-decoration:none;
	}
	
a:hover {
	color: #00733A;
	text-decoration:underline;
	}

/* ------------------
 CONTENTS
 ------------------*/
 
#contents{
	width:auto;
	height:100%;
	margin:0 auto 0 auto;
	}
	
/* ------------------
 CONTAINER
 ------------------*/
 
#container{
	width:1000px;
	height:100%;
	margin:0 auto 0 auto;
	padding:10px 0 40px 0;
	}
	
.assist-navi{
	width:900px;
	height:auto;
	text-align:right;
	margin:10px auto 0 auto;
	*margin:10px auto 10px auto;
	font-size:10px;
	}
	
.assist-navi p{}
 
/* ------------------
 HEADER
 ------------------*/

#header_line{
	width:100%;
	height:5px;
	background-color:#00733A;
	}

#header_box{
	width:900px;
	height:auto;
	margin:20px auto 10px auto;
	}

#logo{
	width:67px;
	height:67px;
	float:left;
	}
	
#header_navi{
	width:410px;
	height:20px;
	float:right;
	}
	
.navi{
	float:right;
	margin:0 0 0 20px;
	background-image:url(../images/common/list1.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 10px;
	}
	
#menu_box{
	width:900px;
	height:50px;
	margin:10px auto 0 auto;
	}

.menu_btn{
	width:127px;
	height:50px;
	margin:0 2px 0 0;
	float:left;
	}

.menu_btn2{
	width:127px;
	height:50px;
	margin:0 0 0 -1px;
	float:left;
	}


/* ------------------
 FOOTER
 ------------------*/
 
#footer_box{
	width:900px;
	height:auto;
	margin:10px auto 10px auto;
	}

#footer_line{
	height:1px;
	background-color:#00733A;
	}
	
#footer_left{
	float:left;
	width:350px;
	height:auto;
	}
	
#footer_right{
	float:right;
	width:550px;
	height:auto;
	}
	
.f_title{
	font-weight:bold;
	}
	
#footer_navi_left{
	float:left;
	margin:0 0 0 60px;
	border:1px solid #fff;
	}

#footer_navi_center{
	float:left;
	margin:0 0 0 0;
	border:1px solid #fff;
	}
	
#footer_navi_right{
	float:left;
	margin:0 0 0 0;
	border:1px solid #fff;
	}
	
#footer_navi_left li{
	list-style:none;
	list-style-image:url(../images/common/list1.jpg);
	line-height:1.8em;
	}
	
#footer_navi_center li{
	list-style:none;
	list-style-image:url(../images/common/list1.jpg);
	line-height:1.8em;
	}
	
#footer_navi_right li{
	list-style:none;
	line-height:1.8em;
	font-size:10px;
	}

#copywrite{
	width:100%;
	height:30px;
	background-color:#cccccc;
	text-align:center;
	color:#555555;
	font-size:12px;
	padding:15px 0 0 0;
	margin:0 0 0 0;
	}
	
.style1 {color: #005C32}