@charset "utf-8";
/* CSS Document */

/*
メインコンテナ
-----------------------------------------------------------------*/

#main_container{
	clear:both;
	width:940px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../../images/login/ol_login.png);
	background-repeat:no-repeat;
	background-position:right 60px;
}

/*
左カラム
-----------------------------------------------------------------*/

#left_column{
	overflow:hidden;
	width:570px;
	float:left;
	margin-top:30px;
}

/*
ブロック
*/

#left_column .block{
	clear:both;
	width:540px;
	margin:15px auto 20px auto;
	overflow:hidden;
}

.photo01{
	width:124px;
	float:left;
}

.text01{
	width:400px;
	float:right;
}

.text02{
	margin:10px auto;
}

.text_block01{
	background-image:url(../../images/login/bg_ill.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	width:305px;
	float:left;
}

.text_block01 ul{
	overflow:hidden;
	margin:20px 0px;
}

.text_block01 ul li{
	list-style-type:none;
	text-align:right;
}

.bt_block01{
	width:225px;
	float:right;
	margin-top:50px;
	text-align:center;
}

.bt_block01 dd{
	margin-top:10px;
}

/*
右カラム
-----------------------------------------------------------------*/

#right_column{
	width:335px;
	float:right;
	overflow:hidden;
	margin-top:90px;
}

#right_column .mem_sub_title{
	text-align:center;
}

.form_block{
	width:290px;
	margin:20px auto;
	overflow:hidden;
}

.form_block dl{
	width:290px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}

.form_block dl dt{
	font-size:15px;
}

.form_block dl dd{
}

.form_block dl dd input{
	width:286px;
	border:1px solid #CCC;
	line-height:20px;
	height:20px;
}

.bt_login{
	text-align:center;
	margin:20px auto 5px auto;
	overflow:hidden;
}

.bt_forget{
	font-size:0.875em;
	text-align:center;
}