@charset "utf-8";
#main .inline_form {
	display: inline;
}
#main .ad_center {
	clear:both;
	text-align:center;
	margin: 0 auto 0 auto;
	padding:0.75em 0 0.75em 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
#main .content_text {
	clear:both;
	font-size:small;
	margin: 0;
	padding:0 1em 1em;
	border-bottom: thin dotted;
}
#main h1 {
	font-weight: normal;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #336699;
	font-size: x-large;
	padding:0 0 0 0.25em;
	margin:1.5em 0 0.5em 0;
}
span {
	color: #666666;
}
SELECT {
	BORDER-BOTTOM: 1px solid; BORDER-LEFT: 1px solid; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid;
}
INPUT {
	BORDER-BOTTOM: 1px solid; BORDER-LEFT: 1px solid; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid;
}
#date_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#date_table tr td {
	border-right-style: none;
	border-left-style: none;
	padding: 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#date_table tr:hover {
	border: thin solid #336699;
}
#date_table .no_border {
	background-color: #336699;
}
#date_table .no_border TH {
	color:#FFFFFF;
	font-weight:normal;
}
#date_table .no_border A{
	color: #FFFFFF;
}
#date_table .no_border:hover {
	border: none;
}
#date_table .date_td {
	width: 12%;
	text-align: center;
	color: #333333;
	vertical-align: top;
	padding-top:1em;
}
#date_table .info_td {
	width: 12%;
	color: #333333;
	font-size: small;
	vertical-align: top;
	padding-top:1.3em;
}
#date_table .title_td {
	width: 76%;
}
#menu{
	float: left;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	clear: left;
}
#menu li{
	list-style-type: none;
	float: left;
	margin-right:0.5em;
	margin-bottom:0.5em;	
	font-size:  small;
}
#menu .menu{
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #bbddff;
	padding-left: 0.25em;
	margin-left:0.5em;
}
#menu .br{
	clear: left;
}
.catch_copy {
	font-weight: normal;
	font-size: x-small;
	color: #0e774a;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.title {
	font-size: medium;
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 0;
}
.game_company {
	margin-left: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.game_company dt {
	font-weight: normal;
	font-size: small;
	display: inline;
	color: #666666;
}
.game_company dd {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
	font-size: small;
}
.game_status {
	margin-left: 3%;
	margin-top: 0px;
	margin-bottom: 1em;
}
.game_status dt {
	font-weight: normal;
	font-size: small;
	display: inline;
	color: #666666;
}
.game_status dd {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
	font-size: small;
}
.date {
	list-style-type: none;
	margin-top:0.5em;
	padding-left:1em;
}
.date li {
	list-style-type: none;
	font-size: small;
}
.small {
	font-size: x-small;
}
.title .a {
	color: #4272db;
}
.release {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 0.25em;
}
.test {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #0000FF;
	padding-left: 0.25em;
}
.tester { /* #6633CC */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #660099;
	padding-left: 0.25em;
}
.server { /* #008000 */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #339900;
	padding-left: 0.25em;
}
.transfer { /* #B7B700 */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #cccc00;
	padding-left: 0.25em;
}
.info_end .release { /* #F1CFCF */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #ffcc99;
	padding-left: 0.25em;
}
.info_end .test { /* #C2D3F8 */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #99ccff;
	padding-left: 0.25em;
}
.info_end .tester { /* #CBBEE4; */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #cc99ff;
	padding-left: 0.25em;
}
.info_end .server { /* #B8E2B8 */
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #bbdd88;
	padding-left: 0.25em;
}
.page {
	list-style-type: none;
	padding:0 0 1.25em 0;
	clear: left;
}
.page li {
	list-style-type: none;
	float: left;
	margin:0 1em 1em 0;
	padding: 0.25em;
	border: thin dotted;
}
.page .on {
	background-color: #dddddd;
}
.red{
	color:#FF0000;
}
.orange{
	color:#FFA500;
}