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

*{
	margin:0;
	padding:0;
}
* a:link,* a:visited{
	color: #3b63d4;
}
* a:hover,* a:active{
	color:#bbd672;
}
a{
	overflow:hidden;
	outline:none;
}
a img{
	border-style:none;
}

body{
	background: url(../img/back.jpg) repeat-x #fff;
	text-align:center;
	line-height:1.2em;
	color:#333333;
}


#container{
	text-align:left;
	width:920px;
	margin:0 auto;
	font-size:12px;
}

#wrapper{
	width:920px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background: #fff;
}

#header{
	width:920px;
	height:23px;
	background:url(../img/login-header.gif) repeat-x;
}

h1{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	line-height:23px;
}

#contents{
	width:646px;
	padding-top:10px;
	padding-left:140px;
}
.login-conts-area{
	padding-bottom:10px;
}

#login-top-text{
	color:#88aa00;
	padding:0 10px;
	font-size:10px;
	line-height:1.2em;
}

#enter-text{
	background:url(../img/login-entertext-back.jpg) no-repeat;
	width:646px;
	height:35px;
	padding-bottom:5px;
	color:#bbd672;
	text-align:center;
	line-height:32px;
}

#enter-btn img{
	padding:0;
	margin:0;
	float:left;
}

#textarea-top{
	clear:both;
	padding-top:17px;
}

*:first-child+html #textarea-top{
	clear:both;
	padding-top:10px;
}
*html #textarea-top{
	clear:both;
	padding-top:10px;
}

#textarea-middle{
	background:url(../img/login-textarea-middle.gif) repeat-y;
	padding:15px 20px;
}

#textarea-bottom{
	padding-bottom:15px;
}

#mobile-area{
	background:url(../img/login-mobile-back.jpg) no-repeat;
	width:646px;
	height:133px;
	padding-bottom:10px;
}

#mobile-area p{
	color:#ffffff;
	width:320px;
	padding:45px 0 0 30px;
}



/*フッター*/

#footer{
	width:900px;
	clear:both;
	background:#3e3c3c;
	margin:10px 10px 10px 10px;
}

*html #footer{
	width:880px;
	margin:0 5px 5px 5px;
}


#footer_menu p{
	padding-right:10px;
}

#footer a:link,#footer a:visited{
	color:#bbd672;
}
#footer a:hover,#footer a:active{
	color:#88aa00;
}

#copy{
	width:900px;
	text-align:center;
	padding-bottom:5px;
	padding-top:20px;
	color:#fff;
	font-size:10px;
}



/*検索一覧のタイトル*/
.title-search{
	background:url(../img/title-sub-shopinfo.jpg) no-repeat;
	width:546px;
	height:28px;
	padding-left:30px;
	padding-bottom:10px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
}

/*ページリンク*/

.page-link{
	width:100%;
	text-align:center;
}
.page-num{
	display:block;
	float:left;
	width:18px;
}
.page-back,.page-next{
	display:block;
	float:left;
	width:60px;
}
.page-link-total{
	float:left;
	display:block;
	text-align:center;
	margin:0 auto;
}

.page-link-wrapper{
	text-align:center;
	margin:0 auto;
	float:right;
	line-height:12px;
}


/*共通*/
.clear{
	clear:both;
}

.bold{
	font-weight:bold;}
	
.bold-color{
	font-weight:bold;
	color:#88aa00;
	}
	
#top-link {
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
}

.text-color{
	color:#88aa00;
}

input ,select{
	vertical-align:middle;
}
