@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
	reset CSS
---------------------------------------- */

*{
	margin:0;
	padding:0;
	font-style:normal;
}

p,ul,ol {
	margin:0;
	line-height:150%;
}

p img {line-height:0;}

img{
	border:0;
	vertical-align:bottom;
}

textarea{font-size:100%;}


/* ----------------------------------------
	base CSS
---------------------------------------- */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	color:#666666;
	text-align:center;
	letter-spacing:1px;
	background:#A8BCC3;
}

#wrapper{
	margin:0px auto;
	text-align:left;
	width:800px;
	background:url(img/wrapper_bg.jpg) repeat-y;
}

/* -- ヘッダー -- */
#header{
	width:800px;
	height:130px;
	background: url(img/header_bg.jpg) no-repeat top;
	position:relative;
}
#header h1{
	position:absolute;
	top:30px;
	left:40px;
	font-size:170%;
	letter-spacing:0;
	font-weight:bold;
	color:#FFF;
}

#header p{
	position:absolute;
	top:55px;
	left:40px;
	font-size:98%;
	letter-spacing:0;
	font-weight: normal;
	color:#FFF;	
}

/* -- コンテナ -- */
#container{
	background: url(../img/common/container_bg.png) repeat-y top;
	padding:20px 40px 20px 30px;
}


/* -- メイン-- */
#container #main{
	width:520px;
	float:right;
	display:inline;
}

/* -- サイド-- */
#container #side{
	width:160px;
	float:left;
	display:inline;
}

#container #side dl{
	color:#6F5436;
	margin-bottom:30px;
	line-height:130%;
}


#container #side dl dt{
	border-bottom:1px #6F5436 solid;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	
}
#container #side dl dd{
	background:url(img/side_icon_01.jpg) no-repeat left 2px;
	padding-left:15px;
	padding-bottom:7px;
}


/* -- フッター -- */
#footer{
	background: url(img/footer_bg.jpg) no-repeat bottom;
	width:800px;
	height:60px;
	color:#FFF;
	font-size:95%;
}
#footer address{
	text-align:center;
	padding-top:20px;
}
#footer p{
	text-align:center;
}


/* -- タグ管理 -- */


h1 a{
	text-decoration:none;
	color:#FFF;
}
h1 a:hover{
	text-decoration:none;
	color:#FFF;
}

h2{
	background-color:#F1E6C7;
	color:#6F5436;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	margin-bottom:15px;
}

h3{
	color:#6F5436;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:0;
	margin-bottom:15px;
	border-bottom:1px #666 dashed;
	font-size:110%;
}

h4{
	border-left:12px solid #78855E;
	color:#78855E;
	font-weight: bold;
	padding-left:5px;
	margin-bottom:15px;
	font-size:100%;
}

/* テキスト */
p.text{
	padding-bottom:10px;
	
}

p.text_b{
	padding-bottom:20px;
}


/* リスト */

ul{
	list-style-type:square;
	padding-bottom:10px;
	margin-left:15px;
}

ol{
	padding-bottom:10px;
	margin-left:15px;
}


/* テキストリンク */
a{
	color:#6F5436;
	cursor:pointer;
	text-decoration:underline;
}

a:hover{
	color:#444;
	text-decoration:underline;
}


/* ----------------------------------------
  1-11.クリアフィックス
---------------------------------------- */

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.clearfix {
	zoom:100%;
}