body{
	margin:0px auto;
	color:#000000;
	background-attachment: scroll;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #F3F3F2;
}

#main{
	margin:0px auto;
	width: 100%;
	height: 100%;
	text-align:center;
}

#container {
	margin:0px auto;
	width: 840px;
	height:1430px;
	text-align:center;
}

#footer {
	padding-top:2%;
	padding-bottom:1%;
	width:100%;
	height:25%;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: scroll;
}

#contents_main{
	margin:0px auto;
	width:840px;
	height:840px;
	overflow-y:scroll;
	text-align:center;
}

#contents_mainsub{
	margin:0px auto;
	width:840px;
	height:1350px;
	overflow-y:scroll;
	text-align:center;
}

#contents_inside {
	margin:0px auto;
	width:600px;
	text-align:left;
}

/* 文字設定 */

h1,h2,h3,h4 {
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:10px;
	font-weight:normal;
	white-space: nowrap;
}

.bigeertxt { /* 大き目フォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:16px;
	font-weight:bold;
}

.bigtxt { /* 大き目フォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:13px;
	line-height:25px
}

.bigtxt2 { /* 大き目フォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:13px;
	line-height:20px
}

.middletxt { /* ふつうフォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:12px;
	line-height:18px
}

.smalltxt { /* 小さめフォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:12px;
	line-height:18px
}

.mametxt { /* 小さめフォント */
	font-family: “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro W3″, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”;
	font-size:10px;
	line-height:18px
}

a{ /* 基本のリンク */
	color: #663300; text-decoration: none}
a:hover {
	color: #465223; text-decoration: underline}

img{ border:0px;}/* イメージボーダー指定 */


/* 画像寄せる */
#lefty { float:left; }
#righty { float:right; }


table, th, td#hyo {
	padding:1px;
	border:2px #FAF0E6 solid;
	border-collapse: collapse;
}

table, th,#hyo {
	height:25px;
	background-color:#DEB887;
}

table, td,#hyo {
	height:30%;
	background-color:#FFFFFF;
}