@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
body{
	background-color:#f9c510;
	}
#container{
	width:1000px
	}
#contents{
	width:500px;
	float:right;
	}
#mainBox{
	margin:100px 0 50px 0px;
	}
#sidemenu{
	float:left;
	width:260px;
	margin-top:200px;
	margin-left:50px;
	}
#footer{
	clear:both;
	text-align:center
	}
ul.footermenu li{
	display:inline;
	line-height:100%;
	font-size:12px;
	text-align:center;
	color:#000000;
	border-bottom: solid 1px;
	}
a:link,a:visited{
	color:#000000;
	text-decoration:none;
	}
div.memberimg{
	clear:both;
	}
div.membertext{
	}
h1.title2{
	font-size:48px;
	margin-bottom:10px;
	border-bottom:#000000 10px solid;
	border-top:#000000 10px solid;
	}