body,td,th a {
	background-color:#c7c7c7;
	margin:0px;
    padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	
}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background-color:#f24537;
	color:#ffffff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background-color:#c62d1f;
}.css_btn_class:active {
	position:relative;
	top:1px;
}



#main	{
	overflow: auto;
	height: 250px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -250px;
	overflow: hidden;
	
}

#main .title {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#main .menu {
	text-align:center;
	height:50px;
	margin-top:30px;
	margin-bottom:20px;
	
}

#main .bottom {
	text-align:right;
	height:30px;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#main2	{
	overflow: auto;
	/*height: 900px;*/
	width: 500px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
}

#main2 .title {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#main2 .menu {
	text-align:center;
	height:60px;
	margin-top:5px;
	margin-bottom:5px;
	
}
#main2 .bottom {
	text-align:right;
	height:30px;
	
}

#main2 .comment {
	font-size:12px;
	color:#000;
}
