@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-color: #F5F5F5;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h1{
	margin-bottom: 15px;
}

h2{
	font-size: 16px;
}

a{
	color: #00C;
	text-decoration: underline;
}
a:hover{
	color: #00C;
	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;
}
.bold{
	font-weight: bold;
}
.weight-normal{
	color: #999;
	font-weight: normal;
}

.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{
	color: #666;
}
.even {
	background-color: #F5F5F5;
}
.odd {
	background-color: #E5E5E5;
}
.error{
	padding: 5px 10px;
	color: #F00;
}
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;
}

#main{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #000;
	background: #FFF;
	position: relative;
}

#loginform{
	width: 250px;
	position: absolute;
	top: 15px;
	left:643px;
	text-align: right;
}
#loginform label{
	padding-right: 10px;
}

#header-menu{
	padding-top: 8px;
	height: 28px;
	background-image: url(../images/bg-menu.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
#header-menu ul {
}
#header-menu ul li{
	display: inline;
	padding: 0 20px 0 20px;
}
#header-menu ul li a{
	color: #666;
	font-weight: normal;
	text-decoration:none;
}
#header-menu ul li a:hover{
	color:#000;
	text-decoration:underline;
}

#block-center{
	padding: 20px 10px 0 10px;
}
.regist-process{
	text-align: center;
	margin-bottom: 20px;
}
#block-center .title{
	color: #009;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#block-center .content{
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #F5F5F5;
}
.title-news{
	color: #009;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#footer{
	clear: both;
	padding: 10px 15px 10px 15px;
	font-size: 12px;
	color: #FFF;
	background-color: #787878;
	text-align: center;
}
#footer a{
	color: #FFF;
}