@charset "utf-8";

body {
	background-color: #FFFFFF;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#div_body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	width: 800px;
	color: #666666;
	text-align: center;
	display:inline-block;
	line-height:16px;
}
#corp_logo {
}
#sub_title {
}
#message {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents {
	width: 800px;
	text-align: left;
}
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#tieup {
	border: 1px solid #999999;
	padding: 20px;
	background-color: #EEEEEE;
}
h2 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}


#contents .title {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contents .body {
	padding: 20px;
}

.prof_table {
	text-align: left;
	border-collapse: separate;
	
}
.prof_table th {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 4px;
}
.contents_table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 300px;
	display:inline-block;
}
.contents_table th {
	border: 1px solid #666666;
	background-color: #DDDDDD;
	text-align: center;
	width: 70px;
}
.contents_table td {
	border: 1px solid #666666;
	width: 230px;
}
.game_table {
	padding-top: 5px;
	text-align:center;
}

#contents .body .game {
	width: 380px;
	height: 250px;
	float: left;
	text-align: center;
}

#contents .body .game_clear {
	width: 380px;
	height: 250px;
	clear: both;
	float: left;
	text-align: center;
}

