@charset "UTF-8";
/*wrapper*/
h1 img {
	width: 440px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#message {
	width: 570px;
	overflow: hidden;
}
#message .copy1 {
	width: 570px;
	font-size: 25px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
#message .copy2 {
	padding-top: 2px;
	font-size: medium;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 5px;
}
#message .copy3 {
	font-size: medium;
	color: #FF9900;
	font-weight: bold;
}
h2 {
	display: block;
	margin-bottom: 0;
	width: 570px;
	height: 230px;
}
h2 img {
	display: block;
	clear: both;
	width: 570px;
	height: 230px;
}


/*contents*/
#contents {
	float: right;
	clear: right;
	width: 570px;
	padding-top: 10px;
}
#contents p#read {
	padding-top: 10px;
	line-height: 1.5em;
}
#contents p#read img {
	display: block;
	width: 570px;
	height: 85px;
	line-height: 0;
}
h3#develop, h3#consul, h3#adagio, h3#recruit, h3#pickup, h3#sakuranewtown {
	float: left;
	margin-top: 8px;
	width: 282px;
	height: 110px;
}
h3#develop a {
	display: block;
	width: 282px;
	height: 110px;
	background: url(develop.jpg) no-repeat left top;
	text-indent: -10000px;
	overflow: hidden;
}
h3#consul a {
	display: block;
	width: 282px;
	height: 110px;
	background: url(consul.jpg) no-repeat left top;
	text-indent: -10000px;
	overflow: hidden;
	margin-left: 6px;
}
h3#adagio a {
	display: block;
	width: 282px;
	height: 110px;
	background: url(adagio.jpg) no-repeat left top;
	text-indent: -10000px;
	overflow: hidden;
}
h3#recruit a {
	display: block;
	width: 282px;
	height: 110px;
	background: url(recruit.jpg) no-repeat left top;
	text-indent: -10000px;
	overflow: hidden;
	margin-left: 6px;
}
h3#pickup a {
	display: block;
	width: 282px;
	height: 110px;
	text-indent: -10000px;
	overflow: hidden;
	margin-left: 6px;
	background-image: url(pickup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h3#sakuranewtown a {
	display: block;
	width: 282px;
	height: 110px;
}
h3#develop a:hover, h3#consul a:hover, h3#adagio a:hover, h3#recruit a:hoverv, h3#pickup a:hover {
	background-position: left bottom;
}


/*wnew*/
#wnew {
	float: left;
	clear: both;
	display: block;
	width: 570px;
	margin: 10px 0 0;
}
#wnew dd#list {
	width: 570px;
	padding: 0 0 15px;
	display: block;
	overflow: auto;
	height: 85px;
}
#wnew dd#list dt {
	float: left;
	width: 130px;
	padding: 10px 0;
	border-top: 1px dashed #999999;
}
#wnew dd#list dd {
	float: left;
	display: block;
	width: 400px;
	padding: 10px 10px 10px 0;
	border-top: 1px dashed #999999;
}
#wnew dd#list dd:hover {
	background: #eceeee;
}
