@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: #e7decd;
	color: #533601;	
	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: #ffa500;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #03d4bf;
	}
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: 853px;
	margin: 0 auto;
	background: url(../img/wrapper_bg.gif) repeat-y;
	}

.header {
	position:relative;
	width: 853px;
	height: 102px;
	background: url(../img/header_bg.gif) no-repeat;
	margin: 0 0 25px 0;
}

h1 {
	position: absolute;
	top: 20px;
	left: 20px;
}

.globalNavi {
	width: 609px;
	height: 18px;
	position: absolute;
	bottom: 25px;
	left: 220px;
}

.globalNavi li {
	float: left;
}

.mein {
	width: 853px;
}

.navi {
	width: 182px;
	float: left;
	padding: 0 8px;
}

h2 {
	font-weight: bold;
	color: #FFF;
}

.navi ul {
	margin: 0 0 35px 10px;
}

.navi li a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	font-size: 12px;	
}

.navi li a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
}

.navi p {
	color:#FFFFFF;
	font-size:12px;
	margin:0 0 30px 0;
}


.content {
	width: 640px;
	float: right;
}

.content p {
	margin:5px 0px 10px 0px;
	/* line-height:150%; */
}

.siteImg {
	margin: 0 0 30px 0;
}

h3 {
	width: 550px;
	font-weight: bold;
	background: url(../img/point03.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 10px 10px;
	border-bottom: 2px solid #ffa500;
}

h4 {
	font-weight: bold;
	margin: 0 0 10px 0px;
}

.contentInner {
	width: 530px;
	margin: 0 0 0 25px;
}

.contentInner02 {
	width: 460px;
	margin: 0 0 0 50px;
}

.contentInner02 h4 {
	font-weight: bold;
	margin: 20px 0 3px 0;
}

.contentInner02 ul {
	margin: 0 0 0 25px;
}


table{
	margin:20px 0;
}

.pk{
	font-size: 80%;
}

.pk span:after{
	content: '>';
	padding: 0 5px;
}

.pk span:last-child:after{
  content: '';
}


.footer {
	clear: both;
	margin: 100px 0 0 0;
	padding: 0 0 50px 0;
	background: url(../img/footer_bg.gif) repeat-x #a18f6d;
}

.footer p {
	text-align: right;
	padding: 15px 15px 15px 0;
	color: #e7decd;
}

.footer ul {
	margin: 10px 0 0 15px;
}

.footer li {
	float: left;
	margin: 0 0 0 20px;
	line-height: 1em;
	font-size: 11px;	
}

.footer li a {
	margin: 0 20px 0 0;
}
	

.partition {
	border-right: 1px solid #ffa500;
}





























