@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', Verdana, sans-serif;
	font-size: 12px;
}
/* リンク */
a {
	color:0000ff;
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
	color: #FFFFFF;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #CCCCCC;
}
a:link {
	color:#000099
}
a:visited {
	color:#900
}
a:hover {
	color:#0000ff
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
h1{
	font-weight: bolder;
	padding-top:50px;
}
h2{
	margin-bottom: 10px;
}
h3{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
}
/* ラッパー */
#wrapper{
	width: 100%;
	text-align: left;
}
#wrapper .clearboth{
	clear: both;
}

/* コンテンツ */
#contents{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}
#contents_login{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 8px 0px #777; /* Firefox用 */
	box-shadow: 0px 0px 8px 0px #777; /* CSS3 */
	border-radius: 10px;         /* CSS3 */
	-webkit-border-radius: 10px; /* Webkit */
	-moz-border-radius: 10px;    /* Mozilla */
	background-image: url(../images/back/foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* ヘッダー */
#header-1 {
    background-image:url(../images/back/head-1.jpg);
	background-repeat: no-repeat;
    color:#006;
    font-size: 11px;
    height: 130px;
    margin: 10px;
    padding: 10px;
	padding-bottom:20px;
}
#header-2 {
	background-image: url(../images/back/head-2.jpg);
	background-repeat: no-repeat;
	color: #006;
	font-size: 11px;
	height: 130px;
	margin: 10px;
	padding: 10px;
	padding-bottom: 20px;
}
#header-3 {
	background-image: url(../images/back/head-3.jpg);
	background-repeat: no-repeat;
	color: #006;
	font-size: 11px;
	height: 130px;
	margin: 10px;
	padding: 10px;
	padding-bottom: 20px;
}
/* フッター */
#footer{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear: both;
	color: #FFFFFF;
}
#err_msg{
	color:red;
	font-size:14px;
	font-weight:bold;
}
/*/////////// ログイン ///////////*/
#member-login {
	float:left;
    margin-left: 10px;
    width: 435px;
	font-size:11px;
}

#login-nyuryoku {
	background-color:#ffebaf;
	padding-top:5px;
	padding-bottom:10px;
}

#login-nyuryoku ul {
	padding-left:10px;
}
#login-nyuryoku li {
	background-image:url(../images/back/or-point.png);
    background-repeat: no-repeat;
    padding-left:10px;
	list-style-type: none;
	padding-bottom:5px;
}

#member-login p {
	padding-left:25px;
	font-size:12px;
}

#member-entry {
	float: left;
    margin-left: 10px;
    width: 435px;
	padding-bottom:15px;
}
#entry-btn {
	background-image:url(../images/back/member-entry-back.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	padding-left:86px;
}
#login-btn {
background-image:url(../images/back/member-back.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:86px;
	padding-bottom:10px;
}
#about-pass {
	padding:5px;
}
#about-pass p {
	background-image:url(../images/back/password.png);
	background-repeat:no-repeat;
	padding-top:5px;
}
#copyright{
	clear: both;
	padding: 10px;
}