/*----------------------------------------
basic
-------------------------------------------*/
*{
    margin:0;
	padding:0;
	}
	

	
body {
	margin: 0;
	background:url(../images/back.jpg) repeat-x #000;
	color:#B0B0B1;
	font-family:"Bank Gothic", Arial, Helvetica, sans-serif;
	line-height: 140%;
	}
	
a {text-decoration: none;}
a:link {color: #CCC;}
a:visited {color: #CCC;}
a:active {color: #CCC;}
a:hover {color: #CCC;}

img{
	border:none;}
	
#wrapper{
	text-align:center;
	margin:0; padding:0;}
	
#container{
	width:640px;
	margin:0 auto 0 auto;
	text-align:left;
	padding:0;
}

p{
	font-size:11px;
	text-align:justify;
	letter-spacing: 1px;
	line-height: 220%;
	color: #B0B0B1;
}

p.caution{font-size:10px;
	margin-top:0.5em;
text-align:justify;
color:#999999;}

.caption{
	font-size:10px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin-top:3px;
	color:#999999;
	line-height:3ex;
	text-align:center;}
	


/*----------------------------------------
navigation
-------------------------------------------*/

#navi{
	margin:5px 0;}
	
#navi ul li{
	float:left;
	list-style:none;
	}

#navi ul{
	background:url(../images/navi.jpg) no-repeat;
	width:640px;
	height:42px;
	margin:0;
}
		
#navi ul li a{
	display:block;
	width:160px;
	height:42px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	text-decoration: none;
	margin:0;
	}
	
#navi ul li#nav_01 a.active,
#navi ul li#nav_01 a:focus,
#navi ul li#nav_01 a:hover{
	background:url(../images/navi.jpg) no-repeat left bottom;}
	
#navi ul li#nav_02 a.active,
#navi ul li#nav_02 a:focus,
#navi ul li#nav_02 a:hover{
	background:url(../images/navi.jpg) no-repeat -160px -42px;}
	
#navi ul li#nav_03 a.active,
#navi ul li#nav_03 a:focus,
#navi ul li#nav_03 a:hover{
	background:url(../images/navi.jpg) no-repeat -320px -42px;}
	
#navi ul li#nav_04 a.active,
#navi ul li#nav_04 a:focus,
#navi ul li#nav_04 a:hover{
	background:url(../images/navi.jpg) no-repeat -480px -42px;}


#navi ul li#nav_01.active{
	display:block;
	width:158px;
	text-indent:-9999px;
	height:42px;
	background:url(../images/navi.jpg) no-repeat left bottom;}
#navi ul li#nav_02.active{
	display:block;
	width:158px;
	text-indent:-9999px;
	height:42px;
	background:url(../images/navi.jpg) no-repeat -160px -42px;}
#navi ul li#nav_03.active{
	display:block;
	width:158px;
	text-indent:-9999px;
	height:42px;
	background:url(../images/navi.jpg) no-repeat -320px -42px;}
#navi ul li#nav_04.active{
	width:158px;
	width:131px;
	text-indent:-9999px;
	height:42px;
	background:url(../images/navi.jpg) no-repeat -480px -42px;}



	
/*----------------------------------------
common
-------------------------------------------*/
p.main_photo{
	margin:40px 0;}
	
h3{margin:0 0 10px 0;}

.box{
	margin:0 0 8%;
	width:640px;
	float: left;
}
.right{
	float:right;
	margin:0 0 0 10px;}
.left{
	float:left;
	margin:0 10px 5px 0;}
	
.to_top{
	clear:both;
	text-align:right;}
.to_top2{
	clear:both;
	text-align:left;}
	
	

	
/*----------------------------------------
logo
-------------------------------------------*/



.box3 h3{margin:0 0 3px 0;
	font-size:12px;}
	
.box3 p{
	font-size:10px;
	line-height:0.8em !important;
	line-height/**/:1.2em;
	letter-spacing:0em;
	text-align:left;
	}

.box3{
	margin:7px 10px !important;
	margin /**/:7px 8px;
	float:left;
	width:300px;
	height:60px !important;
	height/**/:70px;
}


/*----------------------------------------
spec
-------------------------------------------*/
table.spec{
	float:left;
	width:310px;
	margin:0 5px !important;
	margin/**/:0 4px;
	font-size:10px;
	color:#FFF;
	border-top:solid 1px #d2d2d2;
	border-left:solid 1px #d2d2d2;}
table.spec th.title{
	background-color:#acacac;
	text-align:left;
	padding:3px;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
		}
table.spec th{
	background-color:#626262;
	text-align:left;
	padding:3px;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;}
table.spec td{
	padding:3px;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
	text-align:center;}
	

/*----------------------------------------
footer
-------------------------------------------*/
#footer{
	clear:both;
	border-top:solid 1px #b0b0b1;
	padding:10px 0;
	margin:10px 0;}
	
#footer p{
	text-align:center;
	font-size:10px;
	margin:10px 0;
	color:#b0b0b1;}

