@charset "utf-8";
/* CSS Document */

/* CSS for pulldown menu v1.3 */
/* Copyright(C) ASH (http://ash.jp/) */


img {
	border: 0px;
}

/* その他 */
.bg_top01 {
	background-image: url(menuimg/bg_top02.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
}
.bg_top01 strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	padding-left: 20px;

}


/* 有効活用のご提案*/
.bg_top02 {
	background-image: url(menuimg/bg_top02.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
}
.bg_top02 strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	color: #2274FD;
}

/* 住まいのご提案*/
.bg_top03 {
	background-image: url(menuimg/bg_top02.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 600px;
}
.bg_top03 strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	color: #26994B;
}


p,ul,li {
	margin: 0px;
	padding: 0px;
}




/* プルダウンメニュー */


ul.menu {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 12px;
	width: 800px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	height: 35px;
}


ul.menu li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	float: left;
	color: #ffffff;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}



ul.menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	vertical-align: top;
	font-weight: bold;
}

ul.menu a:visited {
	color: #ffffff;
}


ul.menu ul.valid {
	position: relative;
	display: none;
	list-style: none;
	color: #000000;
	background: #87cefa;
	width: 215px;
	margin: 0;
	padding: 0;
}

ul.menu ul.house {
	position: relative;
	display: none;
	list-style: none;
	color: #000000;
	background: #8EDD8E;
	width: 215px;
	margin: 0;
	padding: 0;
}
ul.menu > li .bgv {
	clear: left;
	border-top: none;
	background-color: #87cefa;
	width: 215px;
	text-align: left;
}
ul.menu > li .bgh {
	clear: left;
	border-top: none;
	background-color: #8EDD8E;
	width: 215px;
	text-align: left;
}
ul.menu > li li a {
	width: 195px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul.menu li:hover > a {
	color: #000000;
	line-height: 30px;
}
ul.menu li:hover > ul {
	display: inline-block;
	position: absolute;
	top: 35px;
	left: 5px;
}
ul.menu li .bgv a:hover {
	color: #ffffff;
	background: #C7FDFD;
}
ul.menu li .bgh a:hover {
	color: #ffffff;
	background: #BBF9BB;
}
ul.menu li li:hover ul {
	top: 0px;
	left: 100%;
}

