/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#F6F6F6;
	font-size:12px;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
	color: #663333;
}

html {
	overflow-y:scroll;
}

h1{   	color: #663333;
   	text-decoration: none; 
	font-size: 10px;
	font-weight: lighter;
	margin: 0 10px 0 0;
	padding: 0px;
	border: 0px;
}

h1 a{
   	color: #663333;
   	text-decoration: none; 
}

h2,h3,h4,h5 {
	font-size:115%;
   	text-decoration: none; 
}


p {
	margin:0 0 1em;
	font-size:140%;
}

li {
	margin-left:25px;
	line-height:1.3;
}

img {
	border:0;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:200px;
	margin:-220px 0 0 -310px;
	padding:10px;
	background:#F6F6F6 ;
	color:black;
	text-align:center;
	border: 1px solid #663333;
}

body > #contents {
	height:auto;
	min-height:200px;
}


/*テーブル枠*/
div#divindexheader{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-image: url(image/index/header_bg.gif);
	position:relative;
}


table{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

img{
	border: 0;
}

.enter{
	text-align: center;
}

.marginH05{
	font-size: 10px;
	margin: 10px 10px 0 0;
}

.copyright{
	font-size: 10px;
	margin: 0 10px 0 0;
	font-style: normal;
}

.indexheader {
	background-repeat: repeat;
	background-image: url(image/index/header_bg.gif);
	width: 50%;
	height: 50%;
	text-align: right;
	vertical-align: bottom;
}
.indexfooter {
	background-image: url(image/index/footer_bg.jpg);
	background-repeat: repeat;
	border-top: 1px solid #663333; 
	color: #663333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	clear: both;
}


.buttonsEneter{
	text-indent: -53500px;
	display: block;
	width: 105px;
	height: 30px;
	float: right;
}

a.buttonsEneter{
	background-image: url(./image/index/enter_anime.gif);
}
a:hover.buttonsEneter{
	background-position: 0px -30px;
}

.textBox{
	padding: 5px;
	text-align: left;
	color: #663333;
	width: 500px;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	margin: auto;
	}