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


/*==============================================================================================================================
--------------------------------------------------------------------------------------------------------------------------------

	#container

--------------------------------------------------------------------------------------------------------------------------------
==============================================================================================================================*/

a.member {
	width:670px;
	height:0;
	padding:100px 0 0 0;
	margin:0 auto 20px auto;
	display:block;
	overflow:hidden;
	background-image: url(../img/member_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#container div.left h3 {
	width:710px;
	height:0;
	padding:120px 0 0 0;
	margin:0 0 10px 0;
	display:block;
	overflow:hidden;
	background:url(../img/h3.jpg) left top no-repeat;
}


/*---------------------------------------------------------------------------------
	list
---------------------------------------------------------------------------------*/

div#list {
	width:664px;
	border: 3px solid #bbbbbb;
	padding:20px 20px 20px 20px;
	background-color: #FFFFFF;
	overflow:hidden;
}

div#list table {
	width:664px;
	border: 2px solid #ddd;
}

div#list table th {
	width:100px;
	vertical-align:middle;
	padding:10px;
	background-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}

div#list table td {
	width:auto;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

div#list table h4 {
	font-weight: bold;
	clear:both;
}

div#list table ul {
	display:block;
	margin:0 0 10px 0;
	overflow:hidden;
}

div#list table ul.end {
	margin:0 0 0 0;
}

div#list table ul li {
	width: auto;
	float: left;
	display: block;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

div#list table ul.dot li {
	margin: 0 0 0 5px;
	float: none;
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
}




div#map {
	width:660px;
	height:318px;
	margin:0 auto 0 auto;
	background-color: #ddd;
	background-image: url(../../img/map/map_back.gif);
	background-repeat: repeat;
	background-position: center top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}

div#map h4 {
	font-size: 110%;
	font-weight: bold;
}

div#map p {
	padding:0;
}