@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust:none;
}
ul, ol, li, dl, dt, dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
dt {
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.35),
				  1px  1px 2px rgba(255, 255, 255, 1);
	font-size: 15px;
	margin-top: 15px;
}
h1, h2, h3, h4, h5    {
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.35),
				  1px  1px 2px rgba(255, 255, 255, 1);
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 140%;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a,a:link {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	background-color: #FF2998;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
#header  {
	background: -moz-linear-gradient(center top, rgba(238,238,238,1) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(238,238,238,1)),color-stop(1, rgba(255,255,255,0.1)));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	-webkit-box-shadow: 0px 0px 8px 0px #999999; /* Safari, Chrome—p */
	-moz-box-shadow: 0px 0px 8px 0px #999999; /* Firefox—p */
	box-shadow: 0px 0px 8px 0px #999999; /* CSS3 */
	padding-top: 0px;
	height: 471px;
}
#header  h1  {
	display: block;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#wrapper {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}
#content {
	margin-top: 10px;
}
.info {
	font-weight: bold;
	color: #0066FF;
	background-color: #F2F8FF;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.error {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFF2F2;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	float: none;
}
.w98 {
	width: 98%;
}
.submit, input[type="submit"], input[type="button"] {
	font-size: 116%;
	background-color:#cccccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(center top, #ffffff 0%,#cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #cccccc));
	color: #000000;
	border:1px solid #CCCCCC;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),
				  1px  1px 1px rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.submit:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px #eeeeee; /* Safari, Chrome—p */
	-moz-box-shadow: 0px 0px 3px 0px #eeeeee; /* Firefox—p */
	box-shadow: 0px 0px 3px 0px #eeeeee; /* CSS3 */
	background: -moz-linear-gradient(center top, #ffffff 0%,#eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #eeeeee));
	color: #000000;
	text-decoration: none;
}

