@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a:link { color: #06F; }

a:visited { color: #36C; }

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	background-color: #06F;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #F3C;
	text-align: center;
	margin: 0px;
}

h3 { font-size: 12px; }

marquee {
	color: #FFF;
	background-color: #F00;
}

.header { text-align: center; 
}
.areatop {
	color: #F00;
	background-color: #FDD;
	text-align: center;
}



.contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.contents ul {
	line-height: 20px;
	color: #F00;
	font-size: 16px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}


.topback {
	font-size: 11px;
	color: #F30;
	text-align: right;
}
