@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;
}

/*right*/
#right{
	float: right;
	width: 400px;
	padding-right: 35px;
}
#right #detail-t{
	height: 15px;
	background-image: url(../img/detail_t.gif);
	background-repeat: no-repeat;
	background-color: #FAFAFA;

}
#right #detail{
	background-color: #FAFAFA;
	width: 380px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}
#right #detail h3{
	background-image: url(../img/photo_list.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 100%;
}
#right #detail-u{
	background-image: url(../img/detail_u.gif);
	height: 15px;
	background-repeat: no-repeat;
}
#right #detail ul{
	list-style-type: none;
	padding-left: 20px;
	font-size: 90%;
	letter-spacing: 1px;	
}
#right #detail li{
	margin-bottom: 3px;
}

/*comment*/
#comment{
	margin-top: 10px;
	margin-left: 15px;
}
#comment h3{
	font-size: 90%;
	background-image: url(../img/input.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	font-weight: normal;
	padding-left: 15px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-right: 10px;
}
#comment .c-text{
	padding-left: 10px;
	font-size: 90%;
}
#comment .time{
	text-align: right;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-right: 10px;
}
#comment #comment-post{
	font-size: 80%;
	margin-top: 30px;
	background-image: url(../img/input.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#comment form{
	margin-left: 10px;
}
#comment .text{
	width: 250px;
	padding: 3px;
}

/*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;
}

