@charset "UTF-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 25px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-color: #000;
}

table, td {
	font: 12px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #fff;
	line-height: 170%;
}

.contents {
	background-color: #000;
}

p {
	font: 12px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #fff;
	line-height: 170%;
	padding: 0.5em 0 0.5em 0;
}

.red {
	color: #f00;
}

.pointColor1 {
 color: #09c;
}


img {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

h1 {
	font-size: 20px;
	margin: 0px;
	font-weight: bold;
	padding: 30px 0px 15px;
	color: #fff;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09c;
	padding-left: 10px;
	margin-top: 15px;
	height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 15px 0;
}
h4 {
	font-size: 14px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #fff;
	line-height: 170%;
}

a {
	color: #09c;
}
a:hover {
	text-decoration: underline;
	color:#6cf;
}

/*list*/
ul {
	list-style: square outside;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;}

ol {
	list-style: decimal outside; margin: 0 0 0 2em; 
	padding: 0 0 0 0;}

li {
	padding: 0 0 0.5em 0;}

.judge {
	list-style-type: disc;}
	
.nobullet {
	list-style-type: none;
	list-style-position: outside;
}
	
.inline {
	margin-right: 2px;
	vertical-align: middle;
	}
.report li {
	margin: 0 0 0 60px;
	line-height: 1em;
}

#entrybtn {
	text-align: center;
	padding-top: 20px;
}

.header {
background-image: url(../img/header.jpg);
}

.noboder {
	text-decoration: none;
}
.judgescomenth4 {
	list-style-position: outside;
	list-style-type: square;
	padding: 5px 0px 0px;
	margin: 0px;
	line-height: 170%;
}

.nodisp {
display:none
}
