/* 基本設定 */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif, Arial;
}

/* クリア設定 */
.clear {
	clear: both;
}

/* 強調表示設定 */
strong {
	color: #900;
	font-weight: bold;
}

/* Aタグ（テキスト）設定 */
a {
	color: #600;
	text-decoration: none;
}
a:hover{
	color:#f60;
}

/* Aタグ（画像）設定 */
a img {
	border: 0;
}

/* ボディ設定 */
body {
	background: #fffffe;
	text-align: center;
}

/* ヘッダ設定 */
#headerblock {
	width: 802px;
	margin: 0 auto 0;
}

/* Hタグ設定 */
h1 {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin: 5px 0 10px;
	padding: 5px 0 5px 5px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	color: #705c3f;
	border-left: 5px solid #705c3f;
	border-bottom: 1px solid #705c3f;
}

/* 上部リンクテキスト設定 */
.headmenu {
	margin: 5px 0 5px;
	padding: 0;
	text-align: right;
}

/* ヘッダ設定 */
#header {
	padding: 30px 0 31px 20px;
	text-align: left;
	color: #fff;
	font-size: 36px;
	background: url("../images/bg_header.jpg");
	border-top: 1px solid #705c3f;
	border-left: 1px solid #705c3f;
	border-right: 1px solid #705c3f;
}

/* ヘッダ部メニュー設定 */
#menublock {
	width: 100%;
	height: 35px;
	background-color: #c2ae95;
}
#menu {
	width: 800px;
	margin: 0 auto 0;
	border-left: 1px solid #705c3f;
	border-right: 1px solid #705c3f;
	border-bottom: 1px solid #705c3f;
}
ul.mainmenu {
	width: 800px;
	background: #705c3f;
}
ul.mainmenu li {
	float: left;
	width: 133px; /* ボタンの幅を設定 */
	list-style-type: none;
}
ul.mainmenu li a {
	padding: 10px 0 11px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url("../images/bg_menu.jpg");
}
ul.mainmenu li a:hover {
	color: #009;
}

/* コンテナ（パンくずリスト以下）設定 */
#container {
	width: 802px;
	margin: 0 auto 0;
}

/* パンくずリスト設定 */
#lists {
	clear: both;
	margin: 5px 0 5px;
	text-align: left;
}

/* メイン記事エリア設定 */

#content {
	width: 580px;
	float: right;
	margin-bottom: 0px;
	text-align: left;
	line-height: 140%;
	letter-spacing: 1px;
}

/* メイン記事設定 */

.maintext {
	width: 558px;
	float: right;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
	letter-spacing: 1px;
	border: 1px solid #705c3f;
}

/* サイドバーエリア設定 */
#sidebar {
	width: 200px;
	float: left;
}

/* サイドバーブロック設定 */
.side {
	margin-bottom: 20px;
	border: 1px solid #705c3f;
}

/* サイドバータイトル設定 */
.sidetitle {
	padding: 5px 0 5px 5px;
	text-align: left;
	background: #705c3f;
	color: #fff;
}

/* サイドバーリンク部設定 */
ul.sidemenu {
	padding: 0 0 10px 20px;
	text-align: left;
	line-height: 200%;
	letter-spacing: 1px;
	list-style-type: none;
}

/* サイドバーお問い合わせ設定 */
.sideinq {
	padding: 10px 0 10px 20px;
	text-align: left;
	line-height: 200%;
	letter-spacing: 1px;
}

/* フッタ設定 */
#footer {
	clear: both;
	padding: 2px;
	line-height: 120%;
	letter-spacing: 1px;
	border: 1px dotted #705c3f;
}

/* フッタテキスト設定 */
.footcatch {
	width: 760px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	line-height: 140%;
	letter-spacing: 1px;
	border-top: 1px dotted #705c3f;
}

/* コピーライト設定 */
#copy {
	margin: 5px 0 5px;
	font-family: arial;
	color: #705c3f;
}

/* LinkRW設定 */
#linkrw {
	padding: 8px 0 8px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #705c3f;
	background: url("../images/bg_footer.jpg");
	background-repeat: no-repeat;
}