@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
	background-attachment: fixed;
	background-color: #E6E6E6;
	background-image: url(../images/bg-all.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
#outer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #FFF;
}
#top-timer {
	text-align: center;
	height: 55px;
	background-image: url(../images/bg-timer.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	padding: 10px;
	background-color: #CCCCCC;
}
#contents {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#contents-t {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.mailbox01 {
	text-align: center;
	padding: 20px 10px;
	border: 5px solid #8C0003;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #333;
}
input.txt01{
	width: 270px;
	height: 35px;
	font-size: 22px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
}
.font-style01 {
	font-weight: bold;
}
.font-style02 {
	font-weight: bold;
	text-decoration: underline;
}
.font-style03 {
	font-weight: bold;
	color: #C00;
}
.font-style04 {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.font-style05 {
	font-weight: bold;
	background: #FF0;
	text-decoration: underline;
}
.font-style06 {
	text-decoration: underline;
	font-weight: bold;
}
.font-style07 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
}
.font-style08 {
	font-size: 24px;
	color: #003399;
}
.font-style09 {
	font-size: 24px;
	color: #CC3300;
}
.font-style10 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
	color: #CC3300;
}
.box01 {
	border: 5px solid #003366;
	padding: 15px 30px;
}
.box02 {
	border: 5px solid #AC1A04;
	padding: 15px 30px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
a:hover img.over { 
	opacity:0.65; filter: alpha(opacity=65);
}
.gold {
	padding: 15px;
	border: 5px double #999966;
}
.voice {
	font-size: 26px;
	border-bottom: 3px solid #039;
	display: block;
	text-indent: 5px;
	line-height: 1.5em;
}
.right {
	float: right;
	margin-left: 10px;
}
