@charset "UTF-8";

/*Top Page Style ver.1.0.0 last update  2012/02/29
-------------------------------------------------------------- */
.official {
font-family: "myFont", serif;
text-align: center;
line-height: 1.7;
letter-spacing: 0.12em;
font-weight: bold;
margin: 50px 0 0;
}
/*what's new*/
.newwrap{
	width:640px;
	margin:10px auto 15px auto;
	border-bottom:2px solid #FFF;
	border-top:2px solid #FFF;
	padding:10px 0 10px 0;
}
.new{
	width:600px;
	margin:auto;
	background:#fffce7;
	padding:10px 0;
}
.new img{
	margin:10px 0 0px 20px;
}
.news dl{
	width:400px;
	font-size:13px;
	line-height:20px;
}
.news dt{
	  clear: left;
	float:left;
	width:120px;
	line-height:25px;
}

.news dd{
	margin-left:120px;
	line-height:25px;
}
.new iframe{
	width:570px;
	height:140px;
	background-color:transparent;
	margin-left:15px;
}