@import "ie.css";
/*
*/


/*
ログイン
規約
メニュー
ボタン
*/

body {
	color:#000;
	font-size:12px;
	line-height:120%;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4"
	font-family: "ヒラギノ角ゴ Pro W3", "HirakakuPro-W3";

}

form {
	margin:0;
	padding:0;
}

td,th {
	font-size:12px;
	line-height:110%;
}
input, textarea {
	font-size:12px;
}
form {
	margin:0;
	padding:0;
}

a:link { color:#00f; text-decoration:none; }
a:visited { color:#00f; text-decoration:none; }
a:hover {
	color:#f00;
	text-decoration:underline;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#layout {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0px;
	height: 510px;
	vertical-align: top;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#leftside {
	background-image: url(../img/left_side.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 319px;
}
#main {
	height: 510px;
	width: 885px;
	margin: auto;
}

#mainleft {
	float: left;
	width: 230px;
	padding-left: 90px;
}
#title {
	height: 162px;
	width: 230px;
	background-image: url(../img/menubg.jpg);
	padding-top: 90px;
}
#mainright {
	background-image: url(../img/right_side.jpg);
	height: 505px;
	width: 565px;
	float: right;
	text-align: left;
}

/*ログイン---------------------------------------------------------------*/

#login {
	background-image: url(../img/login_bg.jpg);
	height: 248px;
	width: 230px;
	background-position: top;
	margin: 0;
	padding: 5px 0 0 0;
}

#logintxt {
	text-align: left;
	width: 207px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: auto;
	margin-left: 17px;
	height: 230px;
	overflow: auto;
}
#loginbutton {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#logintxt table {
	width: 200px;
	frame="void"
	display: block;
	border-collapse: collapse;
 	cellpadding="0";
	 cellspacing="0";
 }
.formsize{ width:150px;}

/*規約---------------------------------------------------------------*/

#kiyaku {
	height: 115px;
	width: 430px;
	overflow: auto;
	padding: 10px;
	margin-top: 355px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
}

/*メニュー---------------------------------------------------------------*/

#menu {
	text-align: left;
	width: 215px;
	margin: 0 5px auto 10px;
}

/*ボタン---------------------------------------------------------------*/

#buttons {
	padding: 0px;
}
.button {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/button.jpg);
	height: 40px;
	width: 215px;
	margin: 0px;
}
.button table {
	height: 40px;
	width: 215px;
	vertical-align: middle;
	border-spacing: 0;
	border-width: 0px;
	border-style: none;
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
}
.button table td{
	padding-left: 20px;
	word-break: break-all;
	padding-right: 5px;
	height: 40px;
}
.button table a:link {color: #000000; text-decoration:none; }
.button table a:visited { color:#000000; text-decoration:none; }
.button table a:hover { color:#FFFF66; text-decoration:none; }
