@charset "UTF-8";

body{
	background:url(../images/2nd_common/back.jpg) repeat;
	
	
	}


div#header{
	height:118px;
	background:url(../images/2nd_common/header_back.jpg) repeat-x;
	
	}
	
div#header_in{
	width:960px;
	margin:0 auto;

	}

div#h_logo{
	float:left;
	}
	
div#h_logo a{
	display:block;
	width:280px;
	height:100px;	
	}
	
h1#hcopy{
	float:left;
	display:block;
	width:470px;
	height:30px;
	font-size:0.8em;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	
	}
	
div#f_dial{
	float:left;
	height:30px;
	margin:10px 0 0 0;	
	
	}
	
div#h_menu{
	float:left;
	margin:25px 0 0 0;
	height:100px;
	
	}
	
div#h_menu ul li{
	display:inline;
	margin:0 0 0 20px;
	}


div#h_menu ul a{
	color:#FFF;
	font-weight:600;
	text-shadow: 0px 0px 5px #000;
	}
	
div#h_menu ul a:hover{
	text-decoration:none;
	text-shadow: 0px 0px 5px #FFF;

	}
	
	
div#contents{
	width:960px;
	margin:0 auto;
	
	}
	
div#breadcrumb_list{
	margin:10px 0 0 0;
	font-size:0.9em;	
	}

div#breadcrumb_list a{
	color:#656565;
	text-decoration:underline;

	}

	
	
h3{
	text-align:center;
	margin:50px auto 30px;
	
	}
	
	
div.contents_block{
	width:960px;
	margin:0 auto;
	padding:20px;
	background:#FFF;
    -moz-box-shadow: 0px 0px 8px #333;　/* Firefox用 */  
    -webkit-box-shadow: 0px 0px 8px #333;　/* Safari,Google Chrome用 */  
	}
	
div#f_link{
	text-align:center;
	
	}
	
div#footer{
	background:#002B00;
	color:#FFF;
	
	}
	
div#footer_in{
	width:960px;
	margin:10px auto 0;
	padding:30px 0;
	text-align:center;

	}
	
div#footer_in h4{
	font-size:1.4em;
	font-weight:600;

	}
	
div#footer_in p{
	text-align:center;
	color:#FFF;

	}
	
address{
	background:#004713;
	color:#FFF;
	text-align:center;
	padding:20px 0;
	font-style:normal;
	font-size:0.9em;
	
	}
	
address a{
	color:#FFF;
	}
	

/*------------------------------------
戻るボタン
--------------------------------------*/


#back-top {
	position: fixed;
	bottom: 230px;
	right: 50px;
	_margin-left:auto;
	_text-align:right;
	_margin-top:-100px;
	_margin-right:50px;
}

#back-top a {
	width: 45px;
	display: block;
	text-align: center;
}

#back-top a:hover {
	color: #000;

}

/* arrow icon (span tag) */
#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	background: url(../images/2nd_common/page_top.png) no-repeat center center;
}
#back-top a:hover span {
	background: url(../images/2nd_common/page_top_on.png) no-repeat center center;
}
