@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
}


#container{
	width:770px;
	margin:0 auto;
	text-align:left;
}

/*-----------link-----------*/

a{
	text-decoration:none;
	color:#666666;
}


a:hover{
	color:#F60;
}

#contents_right a{
	text-decoration:underline;
	color:#666666;
}

#contents_right a:hover{
	color:#F60;
}


#header_right a{
	text-decoration:none;
	color:#FF3D12;
}

#header_right a:hover{
	color:#F90;
}



/*-----------img-----------*/

img{
	border:none;
}

/*-----------font-----------*/

h1{
	font-size:16px;
}

h2{
	font-size:14px;
}

h3,h4,h5,h6{
	font-size:12px;
}



/*-----------clear-----------*/

.contents_clear{
	clear:both;
}


/*-----------header-----------*/

#header{
	width:770px;
	height:48px;
	margin-top:20px;
}

#logo{
	width:259px;
	float:left;
}

#header_right{
	width:180px;
	float:right;
	text-align:right;
	margin-top:20px;
	

}

#header_right li{
	list-style:none;
	width:80px;
	float:left;
}

#header_right .h_inquiry{
	margin-right:20px;
}

.font{
	color:#F30F30;
}


/*-----------navi-----------*/



#navi_img{
	margin-bottom:10px;
}

#navi{
	position:relative;
	margin:0 auto;
	line-height:0em;
}


#navi img{
	border:none;
	line-height:0em;
}


/*IE6Hack*/
* html #navi{
	margin-top:-3px;}

/*IE7Hack*/
:first-child+html #navi {
	margin-top:-3px;}

#navi #navi_bt{
	width:399px;
	float:left;
	margin:0 auto;
}

#navi li{
	list-style:none;
	float:left;
	margin:0 auto;
}

#navi .navi_last{
	width:371px;
	float:right;
	margin:0 auto;
}


#navi .n_shadow{
	
	width:770px;
	height:10px;
	position:relative;
	
}

/*IE6Hack*/
* html .n_shadow { 
	width:770px;
	height:10px;
	margin-top:-3px;}

/*IE7Hack*/
:first-child+html .n_shadow {
	width:770px;
	height:10px;
	margin-top:-3px;}



/*-----------navi（トップページのみ)-----------*/


#navi_img{
	margin-bottom:10px;
}

#navitop{
	position:relative;
	margin:0 auto;
	line-height:0em;
}


#navitop img{
	border:none;
	line-height:0em;
}

/*IE6Hack*/
* html #navitop{ 
	line-height:-3px;}

/*IE7Hack*/
:first-child+html #navitop{
	line-height:-3px;}


#navitop #navi_bt{
	width:399px;
	float:left;
	margin:0 auto;
}

#navitop li{
	list-style:none;
	float:left;
	margin:0 auto;
}

#navitop .navi_last{
	width:371px;
	float:right;
	margin:0 auto;
}


.top_n_shadow{
	
	width:770px;
	height:10px;
	position:relative;
	
}

/*IE6Hack*/
* html .top_n_shadow { 
	width:770px;
	height:10px;
	margin-top:-3px;}

/*IE7Hack*/
:first-child+html .top_n_shadow {
	width:770px;
	height:10px;
	margin-top:-3px;}



/*-----------side_navi-----------*/

#side_navi{
	margin-bottom:20px;
}

#side_navi p{
	border-bottom:#CCC solid 1px;
	margin-bottom:10px;
	padding-bottom:5px;
	
}

#side_navi p span{
	color:#F00;
	margin-right:5px;
	
}

.side_img{
	margin-bottom:10px;
}

#banner{
}

.bn{
	margin-bottom:20px;
}

.bn2{
	margin-bottom:5px;
}

#banner p{
	text-align:center;
}

/*-----------pankuzu-----------*/

#pankuzu{
	margin-bottom:10px;
	color:#999;
}

/*-----------contents-----------*/

/*IE6Hack*/


/*IE7Hack*/


#contents{
	margin-bottom:20px;
}

#contents_right{
	width:570px;
	float:right;
	
	
}

#title{
	margin-bottom:20px;}


#contents_left{
	width:180px;
	float:left;
	margin-right:20px;
	margin-bottom:0px;
}

/*-----------footer-----------*/

#ss{
	color:#FFF;
}

#footer{
	border-top:#CCCCCC solid 5px;
	padding-top:10px;
	color:#999999;
	text-align:center;
	margin-bottom:20px;
}



#footer li{
	list-style:none;
	display:inline;
	border-right:solid 1px;
	padding:0 10px;
}

#footer p{
	margin-top:8px;
}




