@charset "shift-jis";

/*****共通利用部分*****/
body{
	max-width: 100%;
	background-color:#000000;
	word-wrap: break-word;
	color: #000000;
	font-size: 16px;
	text-align: center;
}

img.topimg{
	display: block;
	margin: auto;
	width: 100%;
}

div.lead{
	padding: 5px;
	text-align: left;
}

div.lead img{
	max-width: 16px;
	max-height: 16px;
}

div.contents{
	padding: 5px;
	text-align: center;
	font-size: 18px;
}

div.contents img{
	max-width: 18px;
	max-height: 18px;
}

div.message{
	display: block;
	margin: auto;
	text-align:center;
}

div.line{
	width: 80%;
	height: 2px;
	margin: auto;
	background-color: #fff;
}


.button2{
	width: 200px;
	display: block;
	margin: auto;
	padding: 5px;
	text-align:center;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #fc0;
	color: #000;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	border-radius: 2px;
}

.button:hover{
	background:-moz-linear-gradient(rgba(0,0,0, 0.4), rgba(160,160,160,0.9));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(0,0,0, 0.4)), to(rgba(160,160,160,0.9)));
}

#atami .button2{
	background-color: #fc0;
	border: 1px solid #fff;
	color: #000;
	text-shadow:1px 1px 1px #fff;
}

#atami div.line-dashed{
	border-bottom: 2px dashed #fff;
}
