@charset "UTF-8";
#menuBox {
	width: 580px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#menuBox h1 {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	height: 34px;
	background-color: #e4e4e4;
}
#menuBox table {
	width: 580px;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
#menuBox table tr .icon {
	width: 58px;
	text-align: left;
	padding-left: 15px;
	height: 32px;
	vertical-align: top;
	padding-top: 8px;
	background-image: url(../images/common/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuBox table tr .menu {
	background-image: url(../images/common/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuBox table tr .menu a {
	text-decoration: underline;
	color: #00C;
}
#menuBox table tr .menu a:hover {
	text-decoration: none;
	color: #333333;
}
#menuBox .close01 {
	width: 15px;
	right: 0px;
	text-align: left;
	margin-left: 565px;
	margin-bottom: 10px;
}
#menuBox .close02 {
	width: 100px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#menuBox .kome {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-top: 5px;
}
