@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
	
body{
	background: #a11919;
}
html{
    height:100%;
}

body.html{
	height:100%;
}

div#warpper {
	width: 700px;
	height: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding: 10px;
}

div#warpper h1{
	background-image:url(../images/taikai_main.gif);
	width:700px;
	height:93px;
	text-indent:-9999px;
	}

div#warpper h2{
	color:#CC0000;
	border-left: 20px solid #CC0000;
	margin: 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	}
#warpper #txt .entry {
	padding-top: 10px;
	border-top: 1px dotted #999999;
}


div#warpper #txt{
	padding: 10px 20px 0;
	font-size: 12px;
	line-height: 1.8em;
	}
#warpper #txt p {
	padding-bottom: 15px;
}


div#warpper #page{
	text-align:right;
	}

div#warpper #link-close a{
	width: 97px;
	height: 28px;
	background-image: url(../images/close_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	

	
div#warpper .btn2{
	width:300px;
	margin:0 auto;
	padding-top: 5px;
	}
	
div#warpper .btn2 a{
	width:300px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background: url(../images/btn2.gif) no-repeat;
	}
#warpper #txt .start {
	text-align: center;
	padding-bottom: 10px;
}
#warpper #txt .entry ol {
	list-style: none;
}
#warpper #txt .entry ol li {
	padding-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
#warpper #txt .entry ul {
	padding-bottom: 15px;
}

#warpper #txt .entry ul li {
	list-style: disc;
	margin-left: 15px;
}
#warpper #txt .entry ul.noDisc li {
	list-style: none;
	margin-left: 0px;
	text-indent: -1em;
	padding-left: 1em;
}

#warpper #txt .red {
	color: #FF0000;
}
#warpper #txt .end {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#warpper #txt .big {
	font-size: 14px;
	font-weight: bold;
}


.line{
	text-decoration:underline;
	}
.red {
	color: #F00;
}
