@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h1{
	margin-bottom: 15px;
}

h2{
	font-size: 16px;
}

a{
	color: #CC0000;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}

p{
	padding: 5px 0;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

img,img a{
	border: 0;
}
blockquote{
	font-style: italic;
	background-color: #E5E5E5;
	padding: 10px;
}

table th,table td{
	vertical-align: top;
}
strong{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.weight-normal{
	font-weight: normal;
	color: #999;
}

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
p.clear_left{
	padding: 0;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.red{
	color: #FF0000;
}
.green{
	color:#339900;
}
.yellow{
	color: #CC6600;
}
.gold{
    color: #FFCC00;
}
.notice{
	font-size: 12px;
	color: #333;
}
.even {
	background-color: #F5F5F5;
}
.odd {
	background-color: #E5E5E5;
}
.error{
	padding: 5px 10px;
	color: #F00;
}

.next-link{
	font-size:16px;
	text-align: right;
	font-weight:bold;
	color: #C00;
}
.next-link a{
	color: #C00;
	text-decoration: underline;
	padding-left: 20px;
	background: url(../images/bg-arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

fieldset{
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 15px 0 20px 0;
}
legend{
	font-size: 16px;
	font-weight: bold;
}

h3.form_title{
	color: #CC0001;
	font-size: 14px;
	margin: 15px 0;
}
table.regist_form{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border: solid 1px #CCCCCC;
	background: #F5F5F5;
}
table.regist_form th{
	padding: 5px 8px 5px 0;
	text-align: right;
	border: solid 1px #CCCCCC;
}
table.regist_form td{
	padding: 5px 0 5px 8px;
	text-align: left;
	border: solid 1px #CCCCCC;
}
table.regist_form input,form#regist_form textarea{
	width: 400px;
	margin: 5px 0;
}

input,textarea{
	font-size: 14px;
}

div#header{
	position: relative;
	width: 900px;
	height: 87px;
	margin: 0 auto 6px auto;
	padding-top: 6px;
	background-image:url(../images/bg-title.gif);
	background-repeat: repeat-x;
}

#loginform{
	width: 250px;
	position: absolute;
	top: 15px;
	left:643px;
	text-align: right;
	font-weight:bold;
}
#loginform a{
	color: #000;
	font-weight:bold;
}
#loginform label{
	padding-right: 10px;
}

#header-menu{
	width: 900px;
	height: 20px;
	margin: 0 auto 5px auto;
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 11px 0 11px 20px;
}
#header-menu ul {
	font-size: 14px;
}
#header-menu ul li{
	display: inline;
	padding: 0 15px 0 15px;
	border-right: solid 1px #666;
}
#header-menu ul li a{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
#header-menu ul li.menu-login{
	border: none;
}

#main{
	width: 896px;
	margin: 0 auto;
	padding: 2px;
	color: #000;
	background-color: #D7D6D4;
}

#block-center{
	padding: 20px 10px 10px 10px;
	background: #FFF;
	color: #000;
}
.regist-process{
	text-align: center;
	margin-bottom: 20px;
}
#block-center .title{
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#block-center .content{
	margin-bottom: 20px;
}
#footer{
	clear: both;
	padding: 10px 15px 10px 15px;
	font-size: 12px;
	background-color: #F8F8F8;
	border-top: solid 1px #D7D6D4;
}
#footer a{
}