@charset "UTF-8";

HTML{
	height:100%;
}

BODY{
	height:100%;
	font-size:11pt;
	background-color:#ffffff;
	min-width:800px;
	color:#5a5a5a;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic";
}
H1 {
	margin-top: 70px;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
FORM {
	text-align: center;
	margin-bottom: 20px;
}
INPUT,TEXTAREA,SELECT{color:#5a5a5a;}
UL {
	list-style: none;
	margin-top: 40px;
	padding: 0px;
}
LI {
	margin-left: 80px;
	padding: 50px;
	background: url(../images/mark.gif) no-repeat 0px;
	list-style: none;
}
DIV#container {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 99%;
}
body > #container {
    height: auto;
}
DIV#allWrap{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
DIV#header{
	margin-top: 10px;
	margin-bottom:10px;
	text-align: right;
}
DIV#main{
	height:auto;
}
DIV#footer {
	width:100%;
	height:14px;
	color: #ffffff;
	font-size: 9px;
	text-align: right;
	background-color:#0082be;
	position: absolute;
	bottom: 0;
}
DIV#anonymous {
	color: #ff0000;
	padding-left: 80px;
}
DIV#anonymous p {
	margin-bottom: 20px;
}
#top_menu {
	width: 800px;
	height: 49px;
	margin-top: 60px;
	background: url("../images/menu2.gif") no-repeat top center;
}
#box_menu {
	width: 800px;
	height: 48px;
	margin-top: 60px;
	background: url("../images/box_menu.gif") no-repeat top center;
}
#announce {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 40px;
}
#back {
	text-align: center;
	padding: 30px;
}
#err_msg {
	color: #ff0000;
}
#win_close {
	padding: 50px;
}
#win_close input {
	width: 200px;
	display:block;
	margin:auto;
}
#mail_img {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 72px;
	height: 53px;
	background: url("../images/mail.gif") no-repeat;
}
.opinion {
	width: 500px;
	height: 17em;
	line-height: 1.5em;
}
