@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	member.css
	
	index.css
	
================================================ */
body {
	background: url(../../images/common/back_osaka.jpg) top center no-repeat fixed;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}



/* 	login_area
================================================ */
div.login_area {
	clear: both;
	width: 724px;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 36px;
	background: url(../images/index/main_back.jpg) top left no-repeat;
}

div.login_area h2 {
	margin: 0;
	padding-top: 36px;
	padding-bottom: 25px;
}


/* login_backtop */
div.login_backtop {
	width: 376px;
	margin-left: 10px;
	margin-bottom: 27px;
	padding-top: 10px;
	background: url(../images/index/login_back_top.gif) top no-repeat;
}


/* login_backbottom */
div.login_backbottom {
	width: 376px;
	padding-bottom: 10px;
	background: url(../images/index/login_back_bottom.gif) bottom no-repeat;
}

div.login_backbottom div {
	padding-left: 20px;
}

div.login_backbottom table {
	float: left;
	width: 225px;
}

div.login_backbottom table tr th {
	width: 73px;
	padding-right: 5px;
	padding-bottom: 7px;
}

div.login_backbottom table tr td {
	padding-bottom: 7px;
	padding-right: 10px;
}

div.login_backbottom table tr td input {
	width: 135px;
	height: 18px;
	padding-top: 2px;
	border: 1px #9FB5CA solid;
}


/* error */
div.login_backbottom table tr td.error_area {
	padding-top: 5px;
}

div#container div.login_backbottom table tr td.error_area p.error {
	padding: 3px;
	background-color: #CC0000;
	font-size: 62%;
	color: #FFFFFF;
}
html>/**/body div#container div.login_backbottom table tr td.error_area p.error {
	font-size: 70%; /* ie7以外のモダンブラウザに適用 */
}

div.login_backbottom table tr td input.error {
	border: 1px #FF0000 solid;
}



/* reminder */
div.login_backbottom table tr td.reminder {
	text-align: right;
}


/* btn_login */
p.btn_login {
	float: right;
	width: 110px;
	margin-bottom: 0;
	padding-right: 15px;
}


/* join_text */
p.join_text {
	clear: both;
	float: left;
	width: 261px;
	padding-left: 10px;
}

p.btn_join {
	float: left;
	width: 118px;
}




/* 	contents
================================================ */
div#contents {
	width: 740px;
	margin: 0 auto;
}


div#contents h3 {
	margin-bottom: 12px;
}

div#contents h4 {
	margin-bottom: 8px;
}

div#contents p {
	line-height: 1.5;
}