
@charset "Shift_JIS";
html,body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	text-align: center;
	background-color:#ffffff;
	background-image:url("../imgs/dark_bg.gif");
	color: #666666;
}


.box{
    text-decoration: none;
    width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 16px;
    padding-top: 20px;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0px;
    border-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    font-size: 30px;
    text-shadow: 0px 1px white;
	font-family: estilo-regular,"メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",sans-serif;
    color: #333333;
	background: #cbcbcb;
    font-weight: 400;

	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow:0 0 4px #ccc;
	-moz-box-shadow:0 0 4px #ccc;
	box-shadow:0 0 4px #ccc;

    cursor: pointer;
}

.box:hover {
	color: #559ecf;
	background: #efefef;
	border-color: #ccc;}


