@charset "utf-8";
@import "basic.css";



br{
	clear: both;
}
/* NAVI */
#navi{
	padding-right: 20px;
	padding-left: 30px;
	height: 50px;
}
#navi h1 a{
	text-indent:-9999px;
	width:171px;
	height:27px;
	display:block;
	background-image: url(../img/kokophoto.gif);
	background-repeat: no-repeat;
	font-size: xx-small;
	overflow:hidden;
	float: left;
}
#navi p{
	text-indent:-9999px;
	font-size: xx-small;
}


/* pan */
#view-pan{
	font-size: 80%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 20px;
}
#view-pan a{
	padding-left: 10px;
	background-image: url(../img/under_menu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 5px;
}
#view-pan a:hover{
	background-image: url(../img/under_menu_h.gif);
	text-decoration: underline;
}
#view-pan span{
	padding-left: 5px;
}
#view-pan .sort{
	color: #999999;
	text-align: right;
	padding-right: 40px;
}
/*right*/
#right{
	float: right;
	width: 400px;
	padding-right: 35px;
}

#right .list-t{
	height: 15px;
	background-image: url(../img/detail_t.gif);
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}
#right .list-u{
	background-image: url(../img/detail_u.gif);
	height: 15px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#right .list{
	background-color: #FAFAFA;
	width: 380px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}
#right .list h3{
	font-size: 100%;
}
#right .list h3 a{
	background-image: url(../img/under_menu2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#right .list h3 a:visited {
	color: #0000FF;
}
#right .list h3 a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-image: url(../img/under_menu2_h.gif);
}
#right .list h3 a:active {
	color: #CC0000;
	text-decoration: underline;
	background-image: url(../img/under_menu2_h.gif);	
}

#right .list ul{
	list-style-type: none;
	padding-left: 15px;
	font-size: 90%;
	letter-spacing: 1px;
}
#right .list li{
	margin-bottom: 2px;
}
#right .list .link{
	font-size: 80%;
	text-align: right;
}
#right .list .link a:hover {
	color: #CC0000;
}
/*left*/
#left{
	margin-right: 440px;
	padding-left: 30px;
}
#left img{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
/**/
#map{
	height: 240px;
	width: 240px;
	border: 1px solid #999999;
	margin-top: 5px;
}
.pop-address{
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
