@charset "utf-8"; 

@import url("common.css");


/* ============================================================ contents */
#contents {
	height: 420px;
}
#contents .contents-area{
	background: url(../images/akushu.png) no-repeat right 60px;
	height: 400px;
	width: 310px;
	float: left;
}
#contents #menu {
	float: left;
	width: 620px;
}
#contents #menu dl {
	padding-top: 80px;
	padding-left: 62px;
}
#contents #menu dl dt {
	padding-bottom: 40px;
}
#contents #menu dl dd {
	float: left;
	padding-bottom: 1.6em;
	padding-right: 1.8em;
	white-space: nowrap;
	line-height: 1.6;
}