/*------------------------------
body
------------------------------*/
body{
	color: #555;
	text-decoration: none;
	font-family: Meiryo, Verdana, Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color: #EDEDED;
}

/*------------------------------
Link
------------------------------*/
a:link,a:visited {color:#666666; text-decoration:none;}
a:hover,a:active {color:#111111; text-decoration:none;}


/*------------------------------
global headder
------------------------------*/
#headder{
	width:980px;
	height:45px;
	margin:0 auto;
}

/*------------------------------
base layout
------------------------------*/
#main{
	width:980px;
	height:560px;
	margin:0 auto 20px auto;
}

#menu{
	float:left;
	height:560px;
	width:165px;
}

#contents{
	float:right;
	height:560px;
	width:815px;
	background:#fff;
}
