@charset "UTF-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}

#header {
width: 100% ;
height: 100px ;
background :url(img/hd.jpg) ;
margin : 0 auto ;
}


#wrap {
width: 100% ;
background :url(img/bg.jpg) ;
background-attachment:fixed;
margin : 0 auto ;
}

#mainwrap {
width: 1000px ;
background :url(img/mbg.jpg) ;
margin : 0 auto ;
}

#footer {
padding-top:10px ;
width: 100% ;
height: 100px ;
background : #521909 ;
margin : 0 auto ;
text-align:center ;
}

.fmenu {
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.fmenu a {
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.fmenu a:hover {
font-size: 12px;
color: #ffffff;
text-decoration: underline;
}

#viewer {
	margin: 0 auto;
	width: 1000px;
	height: 420px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

.topbbg {
	margin: 0 auto;
	width: 198px;
	height: 45px;
	text-align: center;
	background :url(img/topbbg.jpg) ;
    line-height:40px ;
    font-size: 13px;
    font-family: "ＭＳ Ｐゴシック", sans-serif ;
    text-decoration:none;  
}

a:hover img.tb {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

#OP {
	background: #ffffff;
}



.text10  { font-size: 10px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:120%; }
.text11  { font-size: 11px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:120%; }
.text12  { font-size: 12px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:120%; }
.text13  { font-size: 13px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
.text14  { font-size: 14px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
.text15  { font-size: 15px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
.text17  { font-size: 17px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
.text18  { font-size: 18px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
.text20  { font-size: 20px;font-family: "ＭＳ Ｐゴシック", sans-serif ;line-height:130%; }
