@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
}
h2{
}
/* link
------------------------------------------- */
a:link{ color:#cccccc; text-decoration:underline; }
a:hover{ color:#cccccc; text-decoration:none; }
a:visited{ color:#cccccc; text-decoration:underline; }


/* section
------------------------------------------- */
.section{
	widht:785px;
	margin-bottom:15px;
	}

/* list
------------------------------------------- */
.list{
	widht:100%;
	background:url(../images/cafe06.gif) no-repeat;
	margin-bottom:15px;
	padding:15px 0;
	}
.list li{
	width:754px;
	margin:0 auto;
	background:url(../images/dash.gif) repeat-x 0 0;
	padding:20px 0 30px 0;
	}
.list li h2{
	background:url(../images/allow.gif) no-repeat 0 5px;
	padding:10px 0 10px 30px;
	}
	
.copy{
	text-align:center;
	color:#666666;
	font-size:10px;
	padding-bottom:15px;
	}
	
/* members
------------------------------------------- */
.members{
	width:100%;
	height:auto;
	overflow:hidden;
	}
.members li{
	width:248px;
	float:left;
	padding:0 20px 20px 0;
	}
.members li.end{
	padding-right:0;
	}
