@charset "UTF-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Jan 28, 2010
	Originally designed for http://cp.levi.jp/love/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
 01: overall definitions 
============================================================ */
body,html {
	height: 100%;
	width: 100%;
}

body {
	min-width: 900px;
	background: #111 url(../images/bg.jpg) repeat-x center top;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
/*	overflow: hidden;*/
}
.oneColFixCtr #container {
	width: 400px;
	height: 100%;
	background: #000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
/*	overflow: hidden;*/
}

.oneColFixCtr #mainContent {
	width: 280px;
	background: #000;
	margin: 0;
	padding: 100px 60px;
}

h1,h2,h3,h4,h5,address {
	text-indent: -9999px;
	padding: 0;
	overflow: hidden;
}
input,textarea,select {
	*font-size: 100%;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

h1 {
	width: 280px;
	height: 40px;
	background: url(../images/h1.gif) no-repeat left top;
	margin: 0 0 40px 0;
}

/* ============================================================
 02: #signinbox
============================================================ */

#signinbox {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #333;
}
#signinbox h2 {
	width: 92px;
	height: 19px;
	margin: 0 94px 20px;
	background: url(../images/h2.gif) no-repeat left top;
}
#signinbox p a {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 90px;
}


/* ============================================================
 03: .loginbox
============================================================ */

#loginbox {
	width: 280px;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #333;
	overflow: hidden;
}
#loginbox p {
	color: #fff;
	font-size: 93%;
	width: 280px;
	text-align: center;
	margin-bottom: 10px;
}

#loginbox .pwd {
	width: 260px;
	height: 20px;
	padding: 10px;
	background: #333;
}
#loginbox .pwd img {
	vertical-align: middle;
}
#loginbox .pwd input {
	color: #000;
	font-size: 100%;
	width: 170px;
	height: 20px;
	background: #fff;
	border: none;
	vertical-align: middle;
}
#loginbox .right {
	width: 88px;
	float: right;
}
#loginbox h3 {
	background: url(../images/h3.gif) no-repeat left top;
	margin-bottom: 15px;
}
#loginbox h3.forget {
	height: 35px;
	background: url(../images/h3_forget.gif) no-repeat left top;
	margin-bottom: 15px;
}
#loginbox h3.send {
	height: 57px;
	background: url(../images/h3_send.gif) no-repeat left top;
	margin-bottom: 15px;
}
#loginbox h3.error {
	background: url(../images/h3_error.gif) no-repeat left top;
	margin-bottom: 15px;
}

#loginbox ul#errorlist {
	width: 280px;
	text-align: left;
	margin-bottom: 10px;
}
#loginbox ul#errorlist li {
	color: #fff;
	font-size: 85%;
	list-style-type: disc;
	list-style-position: inside;
}


/* ============================================================
 04: everything else from above
============================================================ */


h5 {
	width: 280px;
	height: 70px;
	background: url(../images/qr.gif) no-repeat left top;
	margin: 0 0 20px 0;
}
address {
	width: 234px;
	height: 9px;
	background: url(../images/address.gif) no-repeat left top;
	margin: 0 23px;
}

#banner {
	width: 900px;
	height: 250px;
	float: right;
	position: absolute;
		z-index: 20;
		right: 0; top: 0;
	overflow: hidden;
}
#banner a {
	display: block;
	width: 250px;
	height: 250px;
	margin-left: 650px;
}