/* charset */


/***********************************
**    ページ標準設定
**/
body {
	font-family: "ＭＳ 明朝",
	Osaka,sans-serif;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#340100;
	font-size:12px;
	color:#bbbbbb;
	background-image:url('imgs/top.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	text-align:center;
	width:860px;
}
strong {

    font-weight: bold;
}

h1 {
	font-size: 16px;
	color : #5E0000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color : #5E0000;
	margin: 0px;
}

/*** 色の設定 ***/
.s-dgray, .m-dgray, .l-dgray, .ll-dgray {
    color: #303030;
}

.s-dred, .m-dred, .l-dred, .ll-dred {
    color: #5E0000;
}

.s-white, .m-white, .l-white, .ll-white {
    color: #FFFFFF;
}

.s-red, .m-red, .l-red, .ll-red {
    color: #ff0000;
}


/*** フォントサイズの設定 ***/
.s-gray, .s-dgray, .s-white, .s-red, {
    line-height:110%;
    font-size: 10px;
}

.m-gray, .m-dgray, .m-white, .m-red, .m-dred,{
    line-height:120%;
	font-size: 12px;
}

 .l-gray, .l-dgray, .l-white, .l-red,  {
    line-height:130%;
	font-size: 14px;
}

 .ll-gray, .ll-dgray, .ll-white, .ll-red,  {
    line-height:150%;
	font-size: 16px;
}

/*** レイヤーの設定 ***/

.main {width : 400px;
	text-align:center;
	margin-top:		360px;
	margin-bottom:	0px;
	margin-left:	300px;
	margin-right:	auto;
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	auto;
	padding-right:	auto;
}

.enter {
	padding: 4px;
	background-color:#000000;
	width:100px;
}

.botan {
	margin-top:		0px;
	margin-bottom:	10px;
	margin-left:	80px;
	margin-right:	auto;
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	auto;
	padding-right:	auto;
  text-align : center;
}

.float {
	float:left;
}
.float2 {
	float:left;
	width:10px;
	height:10px;
}
.float3 {
	float:left;
	clear:left;
}
.botom{
	margin-top:		30px;
	margin-bottom:	0px;
	margin-left:	auto;
	margin-right:	auto;
	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	auto;
	padding-right:	auto;
  color : silver;
  text-align : center;
}
/*** リンク集のテーブル設定 ***/

A:link {
	COLOR: #bbbbbb; TEXT-DECORATION: none;
}
	
A:visited {
	COLOR: #bbbbbb; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #ffffff; TEXT-DECORATION:underline;
}


/*QRコード関連*/
.qrbox{width:300px;margin:10px 0px; padding:0px;background-position:center top;/*border:1px solid #bbb7b7;*/}
.qr{width:90px;padding:0px; margin:0px;}
.qr_text{width:300px; text-align:justify;padding:0px; margin:0px 0px 0px 5px;}






