@charset "utf-8";

* { margin: 0px; padding: 0px; }

body {
	background: url(../images/bgimg.gif) repeat;
	color: #000;
	font-size: 1em;
	line-height: 150%;
	font-family: Arial, sans-serif;
}

#wrapper {
	background: url(../images/cont_bg.gif) no-repeat right bottom #fff;
	width: 628px;
	margin: 20px auto;
	border: 6px solid #01265a;
	text-align: center;
}
h1 {
	text-indent: -9999px;
	margin: 20px auto;
}
#before h1 {
	background: url(../images/title.gif) no-repeat 0px 0px;
	width: 558px;
	height: 34px;
}
#after h1 {
	background: url(../images/title2.gif) no-repeat 0px 0px;
	width: 478px;
	height: 41px;
}
h2 {
	background: url(../images/howto.gif) no-repeat 0px 0px;
	width: 440px;
	height: 76px;
	text-indent: -9999px;
	margin: 0px auto 20px 20px;
}
p {
	text-align: left;
	margin: 0px 0px 20px 20px;
}
#after p#caption {
	background: url(../images/caption.gif) no-repeat 0px 0px;
	width: 559px;
	height: 70px;
	text-indent: -9999px;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #ff1800;
	font-size: 1.3em;
}
#after div#question {
	background: #dee7fb;
	margin: 0px 20px 20px;
	padding: 20px 20px 15px 20px;
	text-align: left;
	font-weight: bold;
	overflow: auto;
}
#after div#question dd {
	line-height: 120%;
	margin-bottom: 10px;
}
#after div#question ul {
	list-style: none;
	font-size: 1.3em;
	line-height: 150%;
	color: #043090;
}
#after div#question li span {
	display: block;
	width: 360px;
	float: left;
}
#after p#info {
	color:#f00;
	font-weight: bold;
}
#after div#attention {
	text-align: left;
	font-size: 0.8em;
	line-height: 150%;
	margin: 40px 0px 20px 20px;
}
#after div#attention li {
	margin-left: 20px;
}

p.notice {
	font-size:12px;
}

p#close {
	text-align: center;
}
p#close a {
	color: #000;
	text-decoration: none;
}
p#close a:hover {
	color: #00f;
}

@media only screen and (max-device-width : 540px) {
body {padding: 0px 10px;}
#wrapper {width: auto;}
#after p#caption {
	background: none;
	width: auto; height: auto;
	text-indent: 0px;
}
}