@charset"utf-8";

#sub_box {
	margin: 0px;
	padding: 0px;
}

/* menu */
ul.menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li.menu {
	width: 141px;
	height: 31px;
	background-image: url(img/menu/menu_1.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.menu a {
	display: block;
	width: 141px;
	height: 31px;
	text-decoration: none;
}
.menu a:hover {
	background-image: url(img/menu/menu_2.gif);
	background-repeat: no-repeat;
}
#sub_box .menu .menu p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 30px;
}
#sub_box #top_left_address {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 137px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 16px;
}
#sub_box #top_left_address p {
	margin-bottom: 2px;
}
#sub_box #top_left_address .title {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
