@charset "utf-8";
/* CSS Document */

body{
	background-color:#C90;
	margin:0px;
	padding:0px;
	text-align:;
}

a:link{
	color:#FFF;
	text-decoration:none;
}

a:visited{
	color;
}

a:hover{
	background-color:#C96;
}


/* レイアウト */

#layout{
	background-color:#630;
	width:760px;
	padding:0px 0px 20px 0px;
	margin-left:auto;
	margin-right:auto;
}

#head{
	width:760px;
	height:120px;
	background:#C90;
	background-image:url(index_new/rogo.gif);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:bottom;
}


#toppic{
	width:700px;
	height:330px;
	margin:auto;
	padding-top:20px;
}

#topmenu{
	width:140px;
	float:left;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	line-height:25px;
	text-align:right;
	padding-right:10px;
}

#clear{
	clear:both;
}

#whatsnew{
	margin:auto;
	width:660px;
	height:120px;
	background-color:#963;
	overflow:auto;
	padding:20px;
	font-size:12px;
	line-height:23px;
	
}

.infotitle{
	color:#FF0;
	font-weight:bold;
}

.infodot{
	color:#F30;
}

