@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:menu.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";
h3{
	clear: both;
}
dl.menuBox{
	width: 608px;
	overflow: hidden;
	border: 1px dotted #c7c7c7;
	padding: 15px;
	margin-bottom: 15px;
}
dl.menuBox dt{
	margin-bottom: 20px;
}
dl.menuBox dd{
	line-height: 1.3;
}
ul.attention{
	margin-bottom: 45px;
}
ul.attention li{
	font-size: 77%;
	color: #888;
	line-height: 1.2;
	letter-spacing: 1px;
}

.menuImgBox{
	clear: both;
	width: 640px;
	overflow: hidden;
	margin-bottom: 40px;
}
.menuImgBox .img{
	float: left;
}

.menuImgBox .con{
	float: right;
	width: 500px;
	padding-top: 10px;
}