/* CSS Document */
@charset "shift_jis";

/*////////////////////////////////////////////////
SΜͺ
/////////////////////////////////////////////////*/
#wrapper {
    margin: 0px auto 0px auto;
	width: 800px;
	height: auto;
    }
/*////////////////////////////////////////////////
NA[tBNX@wrapperΜwi\¦β³p
////////////////////////////////////////////////*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    }
.clearfix {
    display: inline-block;
	}
/* Hides from IE-mac \*/
 * html .clearfix { height: 1%; }
 .clearfix { display: block; }
/* End hide from IE-mac */

/*////////////////////////////////////////////////
body
////////////////////////////////////////////////*/
body{
    margin: 0px auto 0px auto;
	font-family:"lr oSVbN", Osaka,"qMmpS Pro W3",Verdana,Arial,Helvetica,sans-serif,sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-indent:0px;
	line-height:100%;
	color:#000000;
	background: url(../images/content_bg.jpg);
	}
/*////////////////////////////////////////////////
body
////////////////////////////////////////////////*/
div#sokuhou-board {
    clear: both;
	width: 540px;
	height: auto;
	overflow: auto;
    margin: 0 auto 0px auto;
	border: #d1d1d1 solid 1px;
	background: #ffe7ff repeat-y;
    }

div#sokuhou-board table {
	display: block;
    width: 240px;
    border-collapse: collapse;
	float: left;
	border: none;
    margin: 0 auto 15px 20px;
    }
div#sokuhou-board table th {
    width: 210px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	padding-top: 4px;
    }
div#sokuhou-board table td {
    width: 30px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	padding-top: 4px;
    }
/*////////////////////////////////////////////////
h3
////////////////////////////////////////////////*/
h3#ttl {
    padding-top: 3px;
    display: block;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	width: 500px;
	margin: 0 auto 0 auto;
    }
