@charset "shift_jis";
/* CSS Document */

.game_d {
    margin: 50px auto 0px;
    padding: 25px 0px 25px 0px;
    width: 500px;
    background-color: #CCC;
    font-size: 12px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    }
.g_d {
    height: 20px;
    float: right;
    text-align: righ;
    font-weight: bold;
    color: #888888;
    margin-right: 25px;
    margin-bottom: 5px;
    display: inline;
    }
.g_main {
	display: none;
    margin: 5px auto 5px auto;
    padding-top: 12px;
    clear: both;
    width: 450px;
    background-image: url(image/line.gif);
    background-repeat: repeat-y;
    line-height: 20px;
    }
.g_main img {
    margin: 5px 0px;
    }

.g_t {
    height: 20px;
    float: left;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 5px;
    display: inline;
    }

.open {
	clear: both;
	width: 450px;
	margin: 0px auto;
	text-align: right;
}
.open span {
	color: #900;
	text-decoration: underline;
	cursor: pointer;
}