.center {
 text-align: center;
}
table.center {
	margin: 0 auto;
}

div#subpage a {
	text-decoration:underline;
}
div#subpage a:hover {
	text-decoration:none;
}
div#subpage h2 {
	margin: 0 10px;
	padding: 0 10px;
	border-left: 10px solid #e7dfce;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
}

dl.list {
	margin: 20px 30px;
	border-bottom:1px solid #dddddd;
}
dl.list dt {
   float:left;
   width:12em;
   border-top:1px solid #dddddd;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}
div#subpage dl.list dt p {
	margin:0;
	padding: 0 0 0 8px;
	border-left: 4px solid #eeeeee;
	font-weight: bold;
}
dl.list dd {
   margin-left:12em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #dddddd;
}
div#subpage dl.list dd p {margin: 0;}

div#subpage h3 {
	margin: 20px 10px;
	padding: 3px 6px;
	border: 2px solid #ffcc00;
	font-size: 90%;
	font-weight: bold;
}
div#subpage h3 a {
	color: #333333;
	text-decoration: none;
}

div#subpage h4 {
	margin: 20px 10px;
	padding: 3px 6px;
	border: 1px solid #cccccc;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

div#subpage p {
	margin: 20px 30px;
	font-size: 80%;
	line-height: 1.6;
}
div#subpage p.img {	margin: 0;}

div#subpage p.sell_sentence {
	border: 1px solid #cccccc;
	border-left: 10px solid #cccccc;
	padding: 10px;
}
div#subpage table p {
	margin: 0;
	line-height: 1.2;
}

div#subpage pre {
	overflow:scroll;
	width: 400px;
	font-size: 80%;
	line-height: 1.6;
	padding: 30px;
}

div#main div.pagetop {
	padding:30px 5px 30px 20px;
	font-size: 80%;
	text-align:right;
	font-weight: bold;
}
div#main div.pagetop a {
	padding: 10px;
	background-color:#FF6600;
	color: #ffffff;
	text-decoration: none;
}
div#main div.pagetop a:hover {
	background-color:#FFcc00;
	color: #ffffcc;
	text-decoration: none;
}

div#subpage ul.guide_menu {
	margin: 20px 0 30px 70px;
}
div#subpage ul.guide_menu li {
	background: url(/site_data/cabinet/design/choice.gif) no-repeat 0 50%;
	padding: 2px 0 2px 12px;
	font-size: 80%;
	font-weight: bold;
}

div#subpage dl.ques {
	margin: 0 0 0 30px;
	width: 700px;
}

div#subpage dl.ques dt {
	background: url(/site_data/cabinet/design/que.gif) no-repeat 0 14px;
	padding: 15px 5px 5px 25px;
 font-weight: bold;
	font-size: 80%;
	border-bottom: 1px solid #cccccc;
}
div#subpage dl.ques dd {
	background: url(/site_data/cabinet/design/ans.gif) no-repeat 0 7px;
	padding: 5px 5px 15px 25px;
	font-size: 80%;
	color:#444444;
	line-height: 1.5;
}

div#left p.guide_menu {
	padding: 0;
	margin: 0;
}
div#left p.guide_menu a {
	display: block;
	width: 180px;
	height: 40px;
	text-indent: -9999em;
/*\*/
   overflow: hidden;
/**/
	background: url(/site_data/cabinet/design/style_1003/p_guide.png) no-repeat;
}

div#left dl.guide_menu {
	border: 1px solid #0875B5;
	padding: 5px 0 0 0;
}
div#left dl.guide_menu dt a {
	display: block;
	padding: 5px 5px 5px 18px;
	font-size: 90%;
	font-weight: bold;
	background:#FFFFCC url(/site_data/cabinet/design/allow_01.gif) no-repeat 5px 50%;
}
div#left dl.guide_menu dt.hov a {
	background-color:#FFE381;
}
div#left dl.guide_menu dt a:hover {
	background-color:#ffffff;
	text-decoration: none;
}
div#left dl.guide_menu dd {
	padding: 4px 5px 5px 10px;
	font-size: 70%;
	color: #666666;
}

table.form_reference {
	margin: 0 auto;
	padding: 5px;
 width: 80%;
	border: 1px solid #cccccc;
}
table.form_reference td {
	padding: 5px;
	font-size: 80%;
	text-align: center;
}
table.form_reference tr.gray td {
	background: #eeeeee;
	text-align: left;
}
table.form_reference tr.white td {
	background: #ffffff;
	text-align: left;
}
table.form_reference input {
	padding: 3px;
}
table.form_reference td.radio {
	padding: 0;
	width: 0;
}
table.form_reference textarea {
	padding: 3px;
	width: 300px;
	height: 4em;
	font-size: 90%;
}
table.form_reference td.button {
	text-align: right;
}
table.form_reference td.button input {
	width: 6em;
	text-align: center;
}

form.inq_form {
	margin: 20px auto;
}
form.inq_form table {
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #cccccc;
}
form.inq_form td {
	font-size: 80%;
}
form.inq_form td.a {
	border-bottom: 1px solid #cccccc;
	width: 14em;
	padding: 5px;
	background:#eeeeee;
	font-weight: bold;
}
form.inq_form td.b {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
form.inq_form p {
	position:relative;
}
form.inq_form p input {
	padding: 5px;
	position:absolute;
	width: 10em;
	text-align: center;
}
form.inq_form p input.back {
	top: 0;
	left: 100px;
}
form.inq_form p input.enter {
	top: 0;
	right: 100px;
	background: #ffcc00;
}


ul.inline {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 0;
}
ul.inline li {
	display: inline;
	padding: 0.5em 0.7em;
	font-size: 16px;
}
ul.inline li.hov {
	font-weight:bold;
}
ul.inline li a {
	font-size: 80%;
}

/* ------ game/schedule.html ------ */
table.schedule {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
table.schedule td {
	font-size: 80%;
	background-color: #f9f9f9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #eeeeee;
}
table.schedule td.day {
	width: 7em;
	padding: 4px 6px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #666666;
	background-color: #eeeeee;
	font-weight: bold;
}
table.schedule td.name {
	background-color: #ffffff;
	padding: 4px 6px;
	border-bottom: 1px solid #cccccc;
	border-right: none;
}
table.schedule td.name img {
	margin:0 4px 0 0;
}
table.schedule td.name strong {
	padding: 0 2px;
	background-color: #fffac5;
	border-left: 16px solid #ffcc00;
	text-align: right;
	color: #ff0000;
	font-weight: bold;
}

div#subpage p.schedule {
	margin: 20px auto 0 auto;
	text-align: center;
}

/* ------ game/now-push.html ------ */
table.now-push_table1 {
	margin: 0 auto;
	width: 650px;
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
}
table.now-push_table1 td {
	border-bottom: 1px solid #eeeeee;
}
table.now-push_table1 td.image,table.now-push_table1 td.text {
	padding:10px;
}
table.now-push_table1 p.right {
	padding:5px;
	background-color:#2EC7ED;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
}
table.now-push_table1 td img,table.now-push_table2 td img {
	margin:0 4px 0 0;
}
table.now-push_table1 td.image img {
	margin:0;
}
table.now-push_table1 td p.text {
	margin:6px 0 0 0;
	padding: 6px;
	font-weight: normal;
	background-color:#FFFFCC;
}
table.now-push_table2 {
	margin: 0 auto;
	width: 650px;
	padding:10px 10px 20px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}
table.now-push_table2 td {
	padding:4px 6px;
	border:1px solid #eeeeee;
}



