﻿
/* 骨格 */

.outline-t {
	width:100%;
}
.outline-b {
	width:100%;
	background: url(../pic/foot-beige.png) repeat-x bottom;
}
.mainframe {
	max-width: 700px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* ヘッダー */
.head {
	text-align: left;
	border-bottom: solid 1px #eeeeee;
	background: url(../pic/head-bar-beige.png) repeat-x bottom #ddbb88;
}

/* フッター */

.foot {
	height: 80px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#foot-waku {
	position: relative;
	font-size:12px;
	color: #ffffff;
	text-align:center;
	margin:0px auto;
	padding:25px 0px 0px 0px;
}
#foot-waku a, #foot-waku a:visited, #foot-waku a:active, #foot-waku a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* 見出し */

h1 {
	max-width: 700px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 auto;
	padding: 7px 0px 7px 5px;
}
.h-bar h2,.h-bar h3 {
	color:#555555;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	background: url(../pic/h-bar-beige.png) no-repeat top left #ffffff;
	border-bottom: solid 1px #eeeeee;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 8px 40px;
}
.pic-mida h2,.pic-mida h3 {
	color:#555555;
	font-size: 16px;
	text-align: left;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:: 0px 0px 0px 0px;
}
.line h4 {
	color:#555555;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-left: solid 7px #bb8855;
	border-bottom: solid 1px #aa7744;
	margin: 0px 5px 5px 5px;
	padding: 3px 0px 2px 12px;
}

