@charset "utf-8";
body {
	font-size: 12pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	background-color: #e5e5e5;
	text-shadow:0 1px 0px #ffffff;
}
a {
	color: #000;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#wrap {
	/* [disabled]width: 360px; */
	margin: auto;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrap #entry {
	width: 355px;
	margin: auto;
	height: 320px;
}
#wrap #entry img {
	margin-top: 123px;
	margin-left: 105px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrap #txt {
	width: 300px;
	margin: auto;
	text-align: center;
	font-size: 12px;
}
#wrap h1 {
	font-size: 16pt;
	line-height: 1em;
	margin-top: 9px;
	margin-bottom: 5px;
}
#wrap #sns {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	width: 50%;
}
#wrap .hr {
	height: 2px;
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 1px;
	overflow: hidden;
	width: 600px;
}
#wrap #yanyu{
	font-size:12px;
	margin: auto;
	text-align: center;
	width:550px;
	color: #666;
}
#wrap #footer {
	margin-top: 20px;
	font-size: 9px;
	color: #666;
	text-align: center;
}
