@charset "utf-8";

@import url("./base.css"); /* base stylesheet */
@import url("./common.css"); /* common stylesheet */
@import url("./main_title.css"); /* main title stylesheet */


/* contents */

	div#contents {
	padding:20px 8px 8px 8px;
	width:859px;
	background-color:#1e1e1e;
	color:#ffffff;
	}

	div#contents .inner_box {
	padding:8px;
	background-color:#333333;
	width:843px;
	}

/* main */

	div#member_list {
	width:843px;
	}

		div#member_list .member {
		padding:15px;
		border-bottom:8px solid #333333;
		background-color:#262626;
		display:block;
		width:813px;
		}

		div#member_list .member h3 {
		margin:0 0 12px 0;
		padding-bottom:6px;
		border-bottom:1px solid #666666;
		font-size:2em;
		line-height:1;
		font-family:arial black, sans-serif;
		color:#a8d20c;
		}

		div#member_list .member dl {
		font-size:0.875em;
		line-height:1.6em;
		}
