@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {	
	background: url(../img/header_bg.jpg) repeat-x;
	color: #333;	
	font-size: 13px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.5;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #569da8;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #c4786f;
	}
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; }

#wrap {
	width: 964px;
	margin: 0 auto;
	background: url(../img/wrap_bg.gif) repeat-y;
	padding: 0 0 50px 2px;
	position: relative;
	}

#header {
	width: 960px;
	height: 71px;
	}

h1 {
	margin-left: 8px;
	}
.nav {
	width: 960px;
	height: 36px;
	background: url(../img/gnav_bg.jpg) top left repeat-x;
	}

.nav li {
	float: left;
	}

#content {
	width: 960px;
	}


.leftContent {
	width: 235px;
	float: left;
	margin: 15px 0 0 15px;
	}
*html .leftContent {
	margin: 15px 0 0 5px;
	}
	
.leftContent h2 {
	background: url(../img/leftnav01.jpg) top center no-repeat;
	width: 224px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0 0 15px;
	}
	
.leftContent ul {
	margin: 0 0 20px 20px;
	}

.rightContent {
	width: 655px;
	float: right;
	padding: 20px 25px 20px 20px;
	}



.pk{
	font-size: 80%;
}

.pk span:after{
	content: '>';
	padding: 0 5px;
}

.pk span:last-child:after{
  content: '';
}


table{
	margin:20px 0;
}

table th,table td {
	padding:5px;
}


#footer {
	background: url(../img/footer_bg.jpg) repeat-x #0f336f;
	padding-bottom: 40px;
	}

.footerInner {
	width: 964px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 0 100px 0;
	}

.footerInner ul {
	margin: 0 0 20px 0;
	}

.footerInner li {
	display: inline;
	margin-right: 15px;
	border-right: solid 1px #FFFFFF;
	padding-right: 15px;
	}

.footerInner li a {
	color: #FFFFFF;
	}

.footerInner li a:hover {
	color: #c4786f;
	}

.footerInner p {
	color: #FFFFFF;
	margin-top: 30px;
	}

/* =================================================================== 
 * style info :  左ナビゲーション三角設定
 * =================================================================== */
 
.leftContent li {
	padding-left: 20px;
	margin-bottom: 3px;
	}
 
.title01 li {
	background: url(../img/point01.gif) 0 50% no-repeat;
	}



/* =================================================================== 
 * style info :  記事の中の共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
.rightContent {
	font-size: 110%;
	}

.rightContent h3 {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #705e22;
	border-left: 4px solid #705e22;
	color: #705e22;
	padding-left: 15px;
	margin-bottom: 20px;
	}

.rightContent h4 {
	font-weight: bold;
	color: #705e22;
	margin: 20px 0;
	}

.typ01 {
	margin-top: 40px;
	}

.rightContent p {
	margin-bottom: 20px;
	}



.pagetop {
	position: absolute;
	bottom: 0;
	right: 30px;
	}


/* =================================================================== 
 * style info :  サイトマップの設定 (この箇所は基本的に変更しない) 
 * =================================================================== */


.mapdetail {
	margin: 0 0 30px 50px;
	}

.mapdetail li {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding-left: 20px;
	font-size: 110%;
	line-height: 2.2em;
	}























