@charset "utf-8";

/*ヘッダー*/

#header {
	background-image: url(../../img/headimg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 251px;
}
#head-title {
	height: 225px;
	width: 960px;
	margin: auto;
	position: relative;
}
#head-title h1 {
	float: left;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;

}
.dc {
	float: left;
	padding-left: 5px;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;
}

#wrap #header #head-title h2 {
	top: 185px;
	clear: both;
	color: #2685B7;
	text-decoration: none;
	position: relative;
	left: 138px;
	font-size: 10px;
}
#wrap #header #head-title h2 a {
	color: #2685B7;
	text-decoration: none;
	width: 100px;
}
#wrap #header #head-title h3 {
	left: 140px;
	top: 185px;
	position: relative;
	color: #2685B7;
	font-size: 10px;
}


.logo {
	top: 17px;
	position: absolute;
}

#head-line {
	background-image: url(../../img/head_line.jpg);
	background-repeat: repeat-x;
	height: 26px;
}

/*メインコンテンツ*/

#main {
	width: 730px;
	float: left;
}

.title {
	background-image: url(../../img/touroku.jpg);
	background-repeat: no-repeat;
	font-size: 150%;
	background-position: center top;
	font-weight: bold;
	padding-top: 70px;
	color: #06F;
	text-align: center;
}
.titlelead {
	background-image: url(../../img/head_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 52px;
	text-align: center;
	margin-top: 5px;
}


/*登録*/

form {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 400px;
	border: 5px solid #c6f2ff;
	padding: 5px;
}
fieldset {
	padding: 0.4em 1em;
}
label {
	display: inline-block;
}
#mailaddress {
	width: 370px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.kakunin {
	font-size: 10px;
}


#remailaddress {
	width: 370px;
	margin-bottom: 20px;
}
#password {
	width: 370px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#repassword {
	width: 370px;
}
#submit {
	margin-top: 10px;
}



ul.errors {
	list-style:none;
	text-align: center;
}
ul.errors li {
	color: #FF0000;
}

.point {
	color: #F00;
}

/*サイドメニュー*/

#menu {
	width: 230px;
	float: right;
}

/*ログイン*/


#top-login {
	background-image: url(../../img/loginfuti_s.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 210px;
	padding-top: 60px;
	padding-left: 20px;
}


#top-login ul {
	width: 186px;
}


.newbt a {
	background-image: url(../../img/newbt_s2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 186px;
	overflow:hidden;
	outline:none;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-top: 13px;
	text-align: center;
}

.newbt a:hover {
	background-image: url(../../img/newbt_s2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -44px;
	font-weight: bold;
	color: #FF0;
}

.logbt a {
	background-image: url(../../img/loginbt_s2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 186px;
	overflow:hidden;
	outline:none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 13px;
	text-align: center;
}

.logbt a:hover {
	background-image: url(../../img/loginbt_s2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -44px;
	overflow:hidden;
	color: #FF0;
	text-decoration: none;
}


