@charset "utf-8";

/* 基本要素
---------------------------------------------------- */

body{
	color:#333333;
	background:#1c4f0c;
}

a{
	color:#336699;
}

a:link{
}

a:visited{
}

a:hover{
	color:#608db9;
}

a:active{
}


/* レイアウトコンテナ
---------------------------------------------------- */

#container{
	margin-right:auto;
	margin-left:auto;
	width:860px;
	padding:30px 20px;
	background:#f3ede2;
}

	/* height100% */
	#container{
		height:100%;
		min-height:100%;
	}
	body>#container{
		height:auto;
	}

#contents{
	background:url(../images/bg.gif) left top repeat-y;
}

#contents h2{
	padding-bottom:20px;
	background:#f3ede2;
}

/*cleafix-----*/
#contents{zoom:1;}
#contents:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/*-----cleafix*/


/* ヘッダー
---------------------------------------------------- */

#header{
	height:53px;
}

#header h1{
	float:left;
}

#header p.tel{
	float:right;
	padding-top:27px;
}


/* メインコンテナ
---------------------------------------------------- */

#main{
	width:640px;
	float:right;
}


/* サブコンテナ
---------------------------------------------------- */

#sub{
	width:200px;
	float:left;
}


/* ナビゲーション
---------------------------------------------------- */

#navi{
	padding-bottom:25px;
	background:url(../images/navi_bg.gif) bottom center no-repeat;
}

#navi li{
	font-size:0;
}


/* フッター
---------------------------------------------------- */

#footer{
	padding-top:8px;
	background:url(../images/foot_bg.gif) top no-repeat;
	text-align:right;
	margin-top:20px;
}


/* セクション
---------------------------------------------------- */

.section{
	padding-bottom:1em;
	clear:both;
}

/*cleafix-----*/
.section{zoom:1;}
.section:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/*-----cleafix*/

.section h3{
	padding-bottom:15px;
}

.section h4{
	font-weight:bold;
	font-size:1.2em;
}

.section h4:first-letter {
	color:#bb9f6e;
}

.section h4 img{
}

.section h5{
	font-weight:bold;
	font-size:1.2em;
	color:#8a6031;
}

.section p,
.section ul,
.section ol{
	padding-bottom:1.5em;
}

.section .mark{
}


/* 全ページ共通
---------------------------------------------------- */

#lead{
	padding-bottom:20px;
}

#pagetop{
	clear:both;
}


/* よく使うクラス
---------------------------------------------------- */

.block{}
.area{}
.group{}
.text{}
.image{}
.bnr{}
.btn{}
.data{}
.term{}
.description{}
.first{}
.last{}









