@charset "utf-8";

hr {
	display: none;
}

#owner_voice_common {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #666666;
	position: relative;
	top: -1px;
	background-image: url("../../../common/images/contents_header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	margin-bottom: -2px;
}
#owner_menu {
	width: 165px;
	display: block;
	clear: both;
	background: url("../../../common/images/menu_box_bottom.gif") bottom center no-repeat;
	border-top: solid 3px #3B57C1;
	padding-bottom: 5px;
}
#owner_menu_list {
	display: block;
	clear: both;
	border-left: solid 1px #C1CBF9;
	border-right: solid 1px #C1CBF9;
}

#owner_menu_list ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#owner_menu_list ul li {
	margin: 0;
	padding: 0;
}
.menu_list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #C1CBF9;
	background-color: #EDF0FF;
}
.menu_list a {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	padding: 6px 0 5px 20px;
}
.list_bottom {
	list-style: none;
	/*height: 20px;*/ /*** ←メニューが改行されるときの対策 ***/
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #EDF0FF;
}
.list_bottom a {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 20px;
	position: relative;
}
.curr_menu span,
.menu_list span {
	display:block;
	clear:both;
	margin:0;
	/*height:25px;*/ /*** ←メニューが改行されるときの対策 ***/
	padding:0;
	background:url("../../../common/images/small_list_icon.gif");
	background-repeat:no-repeat;
	background-position:5px 7px;
}
.list_bottom span,
.curr_menu_bottom span {
	display:block;
	clear:both;
	margin:0;
	/*height:20px;*/ /*** ←メニューが改行されるときの対策 ***/
	padding:0;
	background:url("../../../common/images/small_list_icon.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
}
#owner_menu_list ul li a:link,
#owner_menu_list ul li a:visited {
	color: #0041C5;
	text-decoration: none;
}
#owner_menu_list ul li a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#contact_menu {
	width: 165px;
	display: block;
	clear: both;
	background-image: url("../../../common/images/box_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: solid 3px #3194F8;
	padding-bottom: 5px;
	text-align: left;
}
#contact_menu_list {
	display: block;
	clear: both;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#contact_menu_list ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.contact_list {
	list-style: none;
	margin: 0 5px 0 5px;
	padding: 0;
	background-image: url("../../images/small_box_underline.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.contact_list span {
	display: block;
	clear: both;
	height: 25px;
}
.contact_list_bottom {
	list-style: none;
	margin: 0 5px 0 5px;
	padding: 0;
}
.contact_list_bottom span {
	display: block;
	clear: both;
	height: 20px;
}
.research_menu {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	top: 5px;
	padding: 0 0 0 20px;
	background-image: url("../../../common/images/research_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
.catalog_menu {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	top: 5px;
	padding: 0 0 0 20px;
	background-image: url("../../../common/images/catalog_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
.consult_menu {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	top: 5px;
	padding: 0 0 0 20px;
	background-image: url("../../../common/images/consult_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
#contact_menu_header {
	display: block;
	clear: both;
	background-image: url("../../images/underline.gif");
	background-repeat: repeat-x;
	background-position: top center;
	margin: 10px 0 3px 0;
	padding-top: 10px;
	text-align: left;
}
#contact_menu_list a:link, #contact_menu_list a:visited {
	color: #666666;
	text-decoration: underline;
}
#contact_menu_list a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#left_banner {
	display: block;
	width: 165px;
	background-image: url("../../images/underline.gif");
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 8px;
	padding-top: 8px;
}
#left_banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_banner ul li {
	margin-bottom: 3px;
}

#owner_menu_list .curr_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: solid 1px #C1CBF9;
	color:#ff6600;
}
#owner_menu_bottom {
	width: 165px;
	display: block;
	clear: both;
	background-image: url("../../../common/images/curr_menu_box_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: solid 3px #3B57C1;
	padding-bottom: 5px;
}
#owner_menu_bottom li.curr_menu_bottom {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#owner_menu_list ul li.curr_menu span a,
#owner_menu_list ul li.curr_menu_bottom a {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	color:#ff6600;
}