@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 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
}

li.menu_home {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/home.gif);
	background-repeat: no-repeat;
}
.menu_home a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_home a:hover {
	background-image: url(img/menu/home_2.gif);
	background-repeat: no-repeat;
}

li.menu_company {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/company.gif);
	background-repeat: no-repeat;
}
.menu_company a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_company a:hover {
	background-image: url(img/menu/company_2.gif);
	background-repeat: no-repeat;
}

li.menu_vision {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/vision.gif);
	background-repeat: no-repeat;
}
.menu_vision a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_vision a:hover {
	background-image: url(img/menu/vision_2.gif);
	background-repeat: no-repeat;
}

li.menu_work {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/work.gif);
	background-repeat: no-repeat;
}
.menu_work a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_work a:hover {
	background-image: url(img/menu/work_2.gif);
	background-repeat: no-repeat;
}

li.menu_contact {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/contact.gif);
	background-repeat: no-repeat;
}
.menu_contact a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_contact a:hover {
	background-image: url(img/menu/contact_2.gif);
	background-repeat: no-repeat;
}

li.menu_privacy {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/privacy.gif);
	background-repeat: no-repeat;
}
.menu_privacy a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_privacy a:hover {
	background-image: url(img/menu/privacy_2.gif);
	background-repeat: no-repeat;
}

li.menu_sitemap {
	width: 135px;
	height: 35px;
	background-image: url(img/menu/sitemap.gif);
	background-repeat: no-repeat;
}
.menu_sitemap a {
	display: block;
	width: 135px;
	height: 35px;
	text-decoration: none;
}
.menu_sitemap a:hover {
	background-image: url(img/menu/sitemap_2.gif);
	background-repeat: no-repeat;
}

#sub_box ul.menu p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -9999px;
}


#sub_box #top_left_address {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 135px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
}
#sub_box #top_left_address p {
	margin-bottom: 4px;
}
#sub_box #top_left_address .title {
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

