/*
--------------------------------------------------

　　初期化、基礎

※アスタリスク要素から避難
	font-weight: normal;
※ａ要素から避難
	font-weight: inherit;

--------------------------------------------------
*/

* {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
}

body {
	background: #CCC;
}

a {
	font-size: inherit;
}

a, a:link, a:visited {
	color: #91611F;
}
	
a:focus, a:hover, a:active {
	color: #A17D47;
}

img {
	border: none;
}

h4 {
	font-size: 1.3em;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "ＭＳ Ｐ明朝";
}

strong {
	font-size: inherit;
	font-weight: bold;
}

/*
--------------------------------------------------

　　枠部分スタイル

--------------------------------------------------
*/
#waku {
	background: #A17D47 url(image/waku_brown_middle.gif) top center repeat;
	width: 820px;
}

#waku-top {
	background: #A17D47 url(image/waku_brown_top.gif) top center no-repeat;
	width: 820px;
	height: 50px;
	overflow: hidden;

}

#waku-main {
	background: none;
	margin: 0px 70px 0px 50px;
}

#waku-bottom {
	background: #A17D47 url(image/waku_brown_bottom.gif) top center no-repeat;
	width: 820px;
	height: 70px;
	overflow: hidden;

}



/*
--------------------------------------------------

　　サブページタイトル共通

--------------------------------------------------
*/

#title {
	text-indent: -9999px;
	width: 650px;
	height: 70px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 10px 25px;
}

#wrapper {
	margin: 15px;
}





/*
--------------------------------------------------

　　サブページ戻りボタン共通

--------------------------------------------------
*/
#backtohome {
	text-indent: -9999px;
	margin: 15px;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

#backtohome a {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 34px;
	display: block;
	background-image: url(image/backtohome.gif);
}

#backtohome a, #backtohome a:link, #backtohome a:visited {
	background-position: top left;
}

#backtohome a:focus, #backtohome a:hover, #backtohome a:active {
	background-position: bottom left;
}


/*
--------------------------------------------------

　　会員サポート戻りボタン共通

--------------------------------------------------
*/

#backtohome2 {
	clear: left;
}
#backtohome2 ul li {
	float: left;
	list-style: none;
}
#backtohome2 ul li a {
	text-indent: -9999px;
	display: block;
	width: 140px;
	height: 34px;
	background-image: url(image/backtohome.gif);
}
#backtoindex,
#backtosupport {
	margin: 20px 0;
}

#backtoindex {
	margin-left: 210px;
}

* html #backtoindex {
	margin-left: 105px;
}

#backtoindex a,
#backtoindex a:link,
#backtoindex a:visited {
	background-position: top left;
}
#backtoindex a:focus,
#backtoindex a:hover,
#backtoindex a:active {
	background-position: bottom left;
}
#backtosupport a,
#backtosupport a:link,
#backtosupport a:visited {
	background-position: top right;
}
#backtosupport a:focus,
#backtosupport a:hover,
#backtosupport a:active {
	background-position: bottom right;
}



/*
--------------------------------------------------

　　サブページ戻りボタン共通 Mac Safari対応版？

--------------------------------------------------
*/
#backtohome1 {
	clear: both;
}

#backtohome1 ul li {
	float: left;
	list-style: none;
}
#backtohome1 ul li a {
	text-indent: -9999px;
	display: block;
	width: 140px;
	height: 34px;
	background-image: url(image/backtohome.gif);
}

#backtohome1 #backtoindex {
	margin-left: 280px;
}

* html #backtohome1 #backtoindex {
	margin-left: 140px;
}

