@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.jpg) repeat-x;
	color: #666;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #2f6663;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #662402;
	}
a:active {}

/*--- clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
*html .clearfix { height: 1em; }

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(../img/wrapper_bg.jpg) repeat-y;
}

.header {
	position: relative;
	width: 850px;
	height: 120px;
}

h1 {
	padding: 25px 0 0 7px;
}

.navi {
	width: 572px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 2px;
}
	
.navi li {
	float: left;
}

h2 {
	margin: 0 0 20px 20px;
}

.secondNavi {
	width: 260px;
	float: left;
	margin: 0 0 0 15px;
}

.detail {
	width: 550px;
	float: right;
	margin: 0 10px 0 0;
}

.detail p {
	margin: 15px 20px 0 0;
}


.detail02 {
	width: 490px;
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 0 50px;
}

.detail02 ul {
	margin: 0 0 30px 15px;
}

.detail03 {
	width: 520px;
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 0 30px;
}

h3, h4 {
	background: url(../img/tone01.jpg) 0 50% no-repeat;
	padding: 3px 0 3px 38px;
}

h5 {
	font-weight: bold;
	margin: 20px 0 0 0;
}

.secondNavi ul {
	margin: 0 0 30px 20px;
}

.secondNavi li a {
	background: url(../img/tone02.jpg) 0 50% no-repeat;
	padding: 0 38px 0 15px;
}

.secondNavi li a:hover {
	background: url(../img/tone03.jpg) 0 50% no-repeat;
}

.gotop {
	clear: both;
	padding: 50px 0 10px 0;
	margin: 0 10px 0 0;
	text-align: right;
}

.gotop a{
	background: url(../img/tone02.jpg) 0 50% no-repeat;
	padding: 0 38px 0 25px;
}

.gotop a:hover{
	background: url(../img/tone03.jpg) 0 50% no-repeat;
}

.footer {
	width: 840px;
	padding: 15px 0 60px 10px;
	border-bottom: 2px solid #2F6663;
	border-top: 2px solid #2F6663;
}

.footer li {
	float: left;
	padding: 0 15px 0 0;
}

.footer p {
	margin: 30px 0 0 0;
}











































