@charset "utf-8";

/*-------------------------------------------------
	h2
-------------------------------------------------*/

h2 {
	width: 630px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 2em;
	background-repeat: no-repeat;
}

.h2_1 { background-image: url(../images/member/h2_member.png) }
.h2_2 { background-image: url(../images/member/h2_regist.png) }
.h2_3 { background-image: url(../images/member/h2_regist2.png) }

/*-------------------------------------------------
	table
-------------------------------------------------*/

.table_list {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	border: 5px solid #B89C85;
	margin-bottom: 1em;
}

.table_list th, .table_list td {
	padding: 8px 10px;
	border: 1px solid #B89C85;
}

.table_list th {
	width: 200px;
	background-color: #B89C85;
	color: white;
	font-weight: bold;
}

.table_list th a {
	display: block;
	width: 100%;
	height: auto;
}

.table_list th a, .table_list th a:visited {
	color: white;
}

.table_list th a:hover {
	color: #666;
}

#member_detail {
	width: 635px;
	padding: 15px;
	background-color: #DCCCC0;
	margin-bottom: 15px;
}

.table_photo {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}

.table_photo th {
	background-color: #F5F2EB;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	color: #715B37;
	padding: 8px 10px;
}

.table_photo td {
	padding-top: 15px;
	text-align: center;
}

.table_photo img {
	background-color: white;
	padding: 5px;
	border: 1px solid #B89C85;
}

.table_detail {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #B89C85;
}

.table_detail th, .table_detail td {
	border: 1px solid #B89C85;
	padding: 3px 5px;
}

.table_detail th {
	background-color: #F4EDDB;
	width: 100px;
	color: #715B37;
}

.table_detail td {
	background-color: #F5F2EB;
}

/*-------------------------------------------------
	Local menu
-------------------------------------------------*/

#local_menu {
	width: 194px;
	float: left;
	background: url(../images/member/local_menu_member.png) 0 0 no-repeat;
	padding: 8px;
	margin-bottom: 21px;
}

#local_menu ul {
	list-style-type: none;
}

#local_menu ul li {
	width: 194px;
	height: 41px;
	float: left;
}

#local_menu ul li a {
	width: 194px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/member/local_menu_member.png);
	background-repeat: no-repeat;
}

#local_menu .menu1 a { background-position: -8px -8px; }
#local_menu .menu2 a { background-position: -8px -49px; }
#local_menu .menu3 a { background-position: -8px -90px; }

#local_menu .menu1 a:hover { background-position: -218px -8px; }
#local_menu .menu2 a:hover { background-position: -218px -49px; }
#local_menu .menu3 a:hover { background-position: -218px -90px; }

/*-------------------------------------------------
	MailForm
-------------------------------------------------*/

.mfBox {
	border: 2px solid #666666;
	padding: 20px;
}

.mfBox table {
	border-collapse: collapse;
	width: 100%;
}

.mfBox table .bg_gry {
	background-color: #EBEBEB;
}

.mfBox table tr th {
	text-align: right;
	padding: 10px;
	vertical-align: middle;
	width: 150px;
	line-height: 1.2em;
}

.mfBox table tr th p {
	color: #999999;
	font-size: 9pt;
}

.mfBox table tr td {
	padding: 10px;
	vertical-align: middle;
}

.mfBox table tr .button {
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

.mfBox table tr .dcrp {
	color: #666666;
}

/*-------------------------------------------------
	class
-------------------------------------------------*/

p.return {
	width:100%;
	text-align: center;
}