@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg_line.gif) repeat;
	color: #522300;	
	font-size: 90%;	
	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;
}

html, body {
	height: 100%;
}

a {	
	color: #fd974f;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #5c5c38;
	}
a:active {}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#container {
	width: 998px;
	margin: 0 auto;
	border-left: 1px solid #F0E6CF;
	border-right: 1px solid #F0E6CF;
	background: #FFF;
	/*height: 100%;*/
}

#header {
	position: relative;
	height: 97px;
	border-bottom: 3px solid #F0E6CF;
}

.flower {
	position: absolute;
	bottom: -10px;
	left: 25px;
}

h1 {
	padding: 40px 0 0 110px;
}

#prologue{
	position: relative;
}

.appeal {
	width: 350px;
	margin: 60px 0 0 70px;
	float: left;
}

#prologue img {
	float: right;
	padding: 0 100px 0 0;
}

.navi {
	background: url(../img/bg_navi.jpg) repeat-x;
	padding: 0 0 0 30px;
	margin: 0 0 30px 0;
}

.navi li {
	float: left;
}

.scopeLeft, .scopeRight {
	width: 220px;
	float: left;
	padding: 0 0 0 32px;
}

.scopeCenter {
	width: 430px;
	float: left;
	padding: 0 0 0 32px;
}

#footer {
	clear: both;
	padding: 20px 30px 0 30px;
	border-top: 1px solid #F0E6CF;
}

h2 {
	background: url(../img/ttl_article.gif) no-repeat;
	padding: 13px 0 13px 45px;
	color: #FFF;
}

h3 {
	background: url(../img/ttl_snavi.gif) no-repeat;
	padding: 13px 0 13px 45px;
	margin: 0 0 12px 0;
	color: #FFF;
}

h4 {
	border-bottom: 1px solid #F0E6CF;
	margin: 15px 0 0 0;
}

.scopeCenter p {
	margin: 12px 0 0 0;
}

.scopeLeft ul, .scopeRight ul {
	margin: 0 0 25px 8px;
}

.scopeLeft a, .scopeRight a {
	background: url(../img/mark01.gif) 0 8px no-repeat;
	padding: 0 0 0 10px;
}

.scopeLeft a:hover, .scopeRight a:hover {
	background: url(../img/mark02.gif) 0 8px no-repeat;
}

#footer ul {
	margin: 0 0 10px 0;
}

#footer li {
	float: left;
	padding: 0 12px 0 0;
}

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

