@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#D7C383;
	color:#694220;
	font-size:small;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding:0 5px 0 5px;
	background:url(/img/bg_wrapper.gif) top center repeat-y;
}

/*------header--------*/
#header {
	width: 780px;
	padding:0 0 0 10px;
	margin: 0;
}

#header #logo {
	float:left;
	width: 350px;
	font-size:x-small;
	padding-top:3px;
}

#header #logo_l {
	float:left;
	margin-top:10px;
	width: 50px;
}

#header #logo_r {
	float:right;
	margin-top:10px;
	width: 290px;
}

#header #login {
	float:right;
	width:300px;
	height: 80px;
	padding:10px 10px 0 20px;
	background:url(/img/shop.jpg) no-repeat;
}

#header #login a {
	display:block;
	text-decoration:none;
	height:70px;
}


/*------main--------*/

#main {
	clear:both;
	width: 570px;
	margin:0;
	padding:0 0 10px 0;
	float: right;
	text-align: left;
}




#main p {
	font-size:small;
	line-height:150%;
	padding:0 10px 0 5px;
}

h2.h2top {
	background:url(/img/bg_title.gif) no-repeat;
	font-size:medium;
	font-weight:normal;
	height:30px;
	padding:13px 0 0 20px;
	margin:0 0 5px 0;

}

.rental{
	font-weight:bold;
	
}

#new {
	padding:0 10px 0 0;

}

.hide_box{
	overflow:hidden;
}

#pick {
	padding:0 0 10px 0;

}

#list {
	padding:0 0 10px 0;

}

#list h3#brand {
	border-bottom:#DDD 1px dotted;
	padding:3px;
	font-size:small;
	width:550px;
	margin:0 auto 10px auto;
}

#new .siteDesc {
	font-size:x-small;
	color:#3D83CB;
}

#list .siteDesc {
	font-size:x-small;
	color:#777;
}

#list .cate {
	font-size:x-small;
	color:#CB3D54;
}

.url {
	font-size:x-small;
}

a.new{
	display:block;
	text-decoration:none;
	width:100%;
	line-height:110%;
}

a.list{
	display:block;
	text-decoration:none;
	width:98%;
	line-height:110%;
}

a.new:hover{
	background:#FFEEEE;
}

a.list:hover{
	background:#FFF1F1;
}

.sumS {
	background:url(/img/bg_sum.gif) no-repeat;
	padding:4px;
}

.sumL {
	background:url(/img/bg_sumL.gif) no-repeat;
	padding:6px;
}

#kanri {
	padding:0 10px 0 10px;

}

div#contact {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

div#contact #contactform{
	margin-right: auto;
	margin-left: auto;
}

#contactform .title{
	background-color:#EEEECC;
	padding-left:10px;
	width:30%;
}

#contactform textarea.text5 {
	width:350px;
	height:200px;
}

/*------auth--------*/

#auth {
	width: 790px;
	margin:0;
	padding:0 5px 10px 5px;
	float: right;
	text-align: left;
}

h1#login {
	
	background:url(/img/bg_title_shop1.gif) no-repeat;
	font-size:medium;
	font-weight:normal;
	height:30px;
	padding:13px 0 0 30px;
	margin:0 0 5px 0;

}

div#login {
	background-color:#EEEECC;
	width:740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding:20px 20px 10px 20px;
}

#auth #openid {
	float:left;
	width:49%;
}

#auth #normal {
	float:right;
	width:49%;
}

h1#regist {

	background:url(/img/bg_title_shop2.gif) no-repeat;
	font-size:medium;
	font-weight:normal;
	height:30px;
	padding:13px 0 0 30px;
	margin:0 0 5px 0;

}

div#regist {
	background-color:#DEF4EF;
	width:740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	padding:20px 20px 10px 20px;

}

#openidForm {
  text-align:center;
  line-height:130%;
  width:100%;
}

input.openid {
  background:#fff url(/img/openid_logo.gif) 0 50% no-repeat;
  padding-left: 20px;
  width:200px;
}


input.login {
	width:180px;
}

#login h2,#regist h3 {
	font-size:small;
	margin:0;
}

#regist h2.regist {
	font-size:small;
	margin:0;
	text-align:center;
	margin:20px 0 10px 0;
}

div#regist2 {
	background-color:#DEF4EF;
	width:740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	padding:20px 20px 20px 20px;
}

div#regist2 #regform{
	margin-right: auto;
	margin-left: auto;
}

#regform .title{
	background-color:#BDF1EA;
	padding-left:10px;
	width:30%;
}

input.text1,input.text2,input.text3,input.text4,input.text6 {
	width:350px;
}

#regform textarea.text5 {
	width:350px;
	height:100px;
}

.alert{
	color:red;
}

#biglot a{

	display:block;
	text-decoration:none;
	height:121px;
	text-indent:-9000px;
	overflow: hidden;
	background: url(/img/bo_oroshi.gif) 0 0;
	width:240px;
}

#biglot a:hover {
	background: url(/img/bo_oroshi.gif) 0 -121px;
}

/*------menu--------*/

#menu {
	width: 210px;
	float: left;
	padding:5px 0 0 10px;
	margin:0;
}

#menu h3{
	background:url(/img/bg_menu.gif) no-repeat;
	height:21px;
	padding:8px 0 0 10px;
	margin:0;

}

#menu ul{
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}

#menu ul li {
	margin-bottom:1px;
}
#menu ul li a{
	background-color:#EEEECC;
	display:block;
	width:196px;
	height:20px;
	padding:5px 2px 0 8px;
	text-decoration:none;
}

#menu ul li a.brand{
	font-size:x-small;
	height:25px;
}

#menu ul li a:hover{
	background:#FFEEEE;
}

#menu ul#search{
	background-color:#EEEECC;
	width:196px;
	padding:5px 2px 5px 8px;
	text-align:center;
}

#menu ul#search input.text{
	width:180px;
}

#menu ul#search input.btn{
	width:100px;
}

#menu ul#search form{
	padding:0;
	margin:0;
}

/*------footer--------*/

#footer{
	clear: both;
	width: 770px;
	height:70px;
	text-align:center;
	background: url(/img/bg_foot.gif) no-repeat;
	padding:13px 5px 10px 5px;
	margin-right: auto;
	margin-left: auto;
}

#footer p{
	margin-bottom:10px;
}

#footer address{
	font-style:normal;
	font-size:x-small;
}


/*------error thanks------*/
.error_msg {
	color:#CC0000;
	font-size:small;
	font-weight:bold;
	padding:0 0 10px 5px;
}

.thanks_msg {
	color:#3366FF;
	font-size:small;
	font-weight:bold;
	padding:0 0 10px 0px;
	text-align:center;
}

/*------public common------*/

p {
	margin: 0px;
	padding: 0px;
}


img {
	border: 0px;
}

a:link{ color: #694220;}
a:visited{ color: #694220;}
a:hover{ color: #694220;}
a:active{ color: #694220;}

.clear{
	clear: both;
}

textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
}

input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
