@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%;
	max-width: 480px;
}

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;
}

.button{
	width: 200px;
	display: block;
	margin: auto;
	padding: 5px;
	text-align:center;
	text-decoration: none;
	border: 2px solid #0000ff;
	background-color: #ffff7f;
	color: #0000ff;
	font-weight: bold;
	text-shadow:1px 1px 1px #0ff;
	border-radius: 5px;
}

.button:hover{
	background:-moz-linear-gradient(rgba(200,160,0, 0.4), rgba(200,160,0,0.9));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(200,160,0, 0.4)), to(rgba(200,160,0,0.9)));
}

#cd201305101 div{
}