@charset "utf-8";
body {
	margin: 0px;
}

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* テーブル */
table{
    border-collapse: collapse; 
    border-spacing:0;
}

/* clearfix */
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
margin-left: 20px;
clear: both;
}
.clearfix {
zoom: 1;
}

/* HTML5タグの定義 */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}


.entry {
	font-size: 20px;
	height: 35px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
	border: 10px double #FFFFFF;
	line-height: 35px;
}
.entry a {
	color: #FFFFFF;
	display: block;
	height: 35px;
	width: 300px;
}
.entry a:hover {
	text-decoration: none;
}

.entry:hover {
	background-color: #FF7553;
	text-decoration: none;
}
.entry_glay {
	font-size: 20px;
	height: 35px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 10px double #FFFFFF;
	line-height: 35px;
}.center {
	text-align: center;
}
