@charset   "UTF-8";

/*content*/

/* con */
#wrapper {
	background: #000000;

}

#con {
	float: right;
	widht: 530px;
	border: solid 1px #000000;
}

/* sidenavi */
#sidenavi {
	width: 100px;

	float: left;
	margin: 0 0 8px 5px;
	padding: 0;
}
#sidenavi li {
	margin: 0;
	padding: 0px 2px 0px 2px;

	list-style-type: none;
}

}
#sidenavi li a {
	margin: 0 0.5em;
	padding: 0;
	text-decoration: none;
	color: #1673e4;
}
#sidenavi a:hover,
#sidenavi a:focus {
	color: #00ff00;
	border-bottom: solid 1px #cccccc;
	margin: 0 3px 3px 0;
}
#sidenavi li.current a {
	color: #00ff00;
	border-bottom: solid 1px #cccccc;

}




#member h2 a {
	display: block;

	width: 530px; /* for WinIE6 */
	border-bottom: 1px solid #0000ff;
	background: url(../images/mem_h2.gif) left center no-repeat;
	text-decoration: none;
}
#member h2 a:hover {
	background: url(../images/mem_h2.gif) right center no-repeat;

}
