@charset "UTF-8";

/* content
---------------------------------------- */
div#flash {
	border-top: #ccc solid 1px;
	padding-top: 7px;
}
ul.menu {
	background: url(img/box-back.png) bottom;
	width: 239px;
	overflow: auto;
	margin-bottom: 15px;
}
ul.menu.odd {
	float: left;
	margin-left: 10px;
}
ul.menu.even {
	float: right;
}
ul.menu li {
	font-size: 120%;
	padding: 3px 5px 3px 35px;
	background: url(commons/arrow-01.png) 15px 6px no-repeat;
}
ul.menu li.firstChild {
	padding: 0;
	background: none;
}
div#new {
	clear: both;
	width: 485px;
	margin: 15px 0 10px 10px;
	overflow: auto;
}
div#new dl {
	padding: 10px 15px;
	font-size: 120%;
}
div#new dl dt {
	float: left;
	width: 110px;
}
div#new dl dd {
	float: right;
	width: 340px;
}
div#new img.lastChild {
	margin-top: 20px;
}
