@charset "utf-8";

/* CSS Information *************************************
File name: index.css
Description: layout index of club
Created date: 2009/11/25
Last created date: 2009/11/25
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #login
* #loginForm
* #aside
* #contentsFoot

----------------------------------------*/


/* #login
-------------------------------------------------------------------------------------------------------*/
#login {
	width: 685px;
	margin-bottom: 30px;
}


/* .titleArea
----------------------------------------------------------------------------------------*/
.titleArea h3 {
	width: 125px;
}


/* .leed
----------------------------------------------------------------------------------------*/
#login .leed {
	margin-bottom: 40px;
}


/* .note
----------------------------------------------------------------------------------------*/
#login .note {
	line-height: 1.5;
}



/* #loginForm
-------------------------------------------------------------------------------------------------------*/
#loginForm {
	width: 320px;
	margin: 0 auto 50px;
}

#loginForm dl {
	margin-bottom: 15px;
}

#loginForm dt {
	clear: both;
	width: 110px;
	float: left;
	line-height: 2;
	font-weight: bold;
	color: #6d460b;
}

#loginForm dd {
	padding: 0 0 10px 110px;
}


/* #submit
----------------------------------------------------------------------------------------*/
#submit {
	text-align: center;
}

#submit input {
	cursor: pointer;
	width: 100px;
	padding: 5px;
	background: #AC9A86;
	border: none;
	font-weight: bold;
	color: #fff;
}



/* #aside
-------------------------------------------------------------------------------------------------------*/
#aside {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: url(../../img/common/bg_border01.gif) left bottom repeat-x;
}

#aside .frame01Content {
	padding: 20px;
}

#aside h4 {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #6d460b;
}

#aside li {
	line-height: 1.8;
}


/* contentsFoot
-------------------------------------------------------------------------------------------------------*/
#contentsFoot dt {
	margin-bottom: 10px;
}




