/* 基本設定 */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif, Arial;*/
}

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

/* Pタグ設定 */
p {
	margin-bottom: 10px;
}

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

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

/* 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: bold;
	letter-spacing: 2px;
	color: #705c3f;
	border-left: 5px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
h3 {
	font-size: 15px;
	margin: 5px 0 10px;
	padding: 5px 0 5px 5px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	color: #705c3f;
	border-bottom: 1px dotted #e0e0e0;
}

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

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

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

}
ul.mainmenu li a:hover {
	color: #060;
}

/* コンテナ（パンくずリスト以下）設定 */
#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: 538px;
	_width: 578px;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	line-height: 140%;
	letter-spacing: 1px;
	border: 1px solid #e0e0e0;
}
.leftimg {
	float: left;
	margin-right: 20px;
}

.limg {
	margin-bottom: 20px;
}
/* サイドバータイトル設定 */

.waku {
	padding: 10px 10px 10px 10px;
	text-align: left;
	background: #F4EBE1;
	color: #666;
}


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

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

/* サイドバータイトル設定 */
.sidetitle {
	padding: 5px 0 5px 5px;
	text-align: left;
	background: #e0e0e0;
	color: #666;
	font-weight: bold;
}

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

ul.sidemenu li {
	width: 188px;
	padding-left: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.quo {
	color: #c00;
	font-weight: bold;
}

/* サイドバーお問い合わせ設定 */
.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 #ccc;
}

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

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

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