#login    , #vlogin{
	behavior: url(iepngfix.htc)
}
a:link {
	color:#F6C;
}
a:visited {
	color:#F6C;
}
a:hover {
	color:fff;
	background-color:f6c;
	font-weight: bold;
}
a:active {
	color:fff;
	background-color:f6c;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top: 0px;
}

#page {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}
#page #left #policy img {
	float: left;
}
#page #left #policy table {
	float: left;
}
#page #right #login form {
	margin-top: 12px;
}



#header_words {
	position:relative;
	top:0px;
	width:900px;
	height:20px;
	font-size: 10px;
	text-align: left;
}
#title {
	height: 100px;
	width: 900px;
	position: relative;
	background-image: url(images/title.png);
}
.inform_button {
	position: absolute;
	margin: 15px;
}
#left {
	position: relative;
	width: 580px;
	float: left;
}
#right {
	position: relative;
	width: 300px;
	float: right;
}
#login-title {
	position:relative;
	width:300px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#login {
	position:relative;
	width:300px;
	height:130px;
	text-align: center;
	background-image: url(images/loginbg.png);
	color: #FFF;
	border: 1px solid #CCC;
}
#location-title {
	position:relative;
	width:300px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#location {
	position:relative;
	width:300px;
	height:230px;
	border: 1px solid #CCC;
}
#map-title {
	position:relative;
	width:300px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#map {
	position:relative;
	width:300px;
	height:310px;
	border: 1px solid #CCC;
}
#paypal-title {
	position:relative;
	width:300px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#paypal {
	position:relative;
	width:290px;
	height:80px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
}
#footer {
	position:relative;
	width:900px;
	font-size: 12px;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
