@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: #fafdf4;
	color: #4c3617;	
	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: #ff9d00;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #117c3a;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Container {
	width: 900px;
	margin: 0 auto;
	background: url(../img/repetition.jpg) repeat-y;
}

.header {
	width: 900px;
	height: 105px;
	position: relative;
}

h1 {
	padding: 10px 0 0 15px;
}

.meinnavi {
	position: absolute;
	bottom: 0;
	left: 250px;
	width: 640px;
	height: 45px;
}

.meinnavi li {
	float: left;
}

.meincontent {
	width: 800px;
	margin: 30px 0 0 50px;
}

.suvGuide {
	width: 270px;
	float: right;
	display: inline;
	background: #e0f5b3;
}

h2 {
	background: url(../img/line02.gif) bottom repeat-x;
	margin: 20px 0 10px 0;
	padding: 0 0 3px 20px;
}

.suvGuide ul {
	margin: 0 20px 30px;
}

.suvGuide li {
	background: url(../img/line03.gif) bottom repeat-x;
	padding: 0 0 3px 10px;
}

.content {
	width: 500px;
	float: left;
	display: inline;
}

h3 {
	background: url(../img/line01.gif) bottom repeat-x;
	margin: 20px 0 20px 0;
	padding: 0 0 3px 20px;
	font-size: 120%;
}

.content p {
	margin: 0 0 13px 0;
}

.rightInner01 {
	padding: 0 0 0 20px;
}

.rightInner01 h5 {
	margin: 20px 0 0 0;
	padding: 0 0 0 6px;
	border-left: 3px solid #4c3617;
}

.rightInner02 {
	padding: 0 0 0 45px;
}

.rightInner02 ul {
	padding: 0 0 20px 25px;
}

.footerInner {
	background: url(../img/repetitionfooter.jpg) repeat-y;
	margin: 100px 0 0 0;
}

.footer {
	background: url(../img/close.jpg) bottom no-repeat;
	padding: 20px 0 10px 0;
}

.footer ul, .footer p {
	padding:  0 0 30px 30px;
}

.footer li {
	float: left;
	padding: 0 20px 0 0;
}

h4 {
	margin: 0 0 0 30px;
	border-bottom: 1px solid #4c3617;
	padding: 0 0 2px 5px;
}

.link {
	margin: 3px 0 30px 60px;
}




















































