* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #FFFFFF;
	align: center;
}


h1 {
	font-size: 16px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin :50px 0 0;
	padding:10px 0 0;
}


.contents {
	width: 320px;
}

.setsumei{
	text-align:left;
	margin:30px 0 0 0;
	line-height:160%;
	font-size:16px;	

	}

.gamearea {
	width:300px;
	height:300px;
	background:#F2F2F2;
	margin:30px 0 0 0;

}


.gamearea div{
	display:block;
	text-align:center;
	padding:10px 10px 10px;
	font-size: 40px;
	background-color:#fff;
}


.startbutton{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #ccc;
    border-style: none;
}


.submitbutton{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #ccc;
    border-style: none;
}


.tweet {
	margin:30px 0 30px;
}

.rank{
	font-size:10px;
	text-align:left;
	margin:5px 0 5px;
	padding:0 5px 0;
}


.ranking{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:30px;
	margin:10px 0 0 0;
    background-color: #ccc;
    border-style: none;
}


.footer {
	font-size: 10px;
	color:#666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 30px 0;
}
