@charset "EUC-JP";
/* CSS Document */


/* title */
#boxleft h2{
	background-image: url(../images/titile.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mymap a,#mymap a:visited{
color: #F6C;
text-decoration: none;
cursor:pointer;
}
#mymap a:hover,#mymap a:active{
color: #FCF;
text-decoration: underline;
}
#mymap a .comment{
padding:5px 0 0 10px;
}
a .comment .photo{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 40px;
}
a .comment .text{
	margin: 0 0 0 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 140px;
}
a .comment .text h6{
padding: 0px;
margin: 0 0 10px 0;
font-size: 12px;
line-height: 12px;
font-weight: bold;
}
a .comment .text .btn-detail{
	margin: 0px;
	height: 11px;
	width: 80px;
}
a .comment .text .btn-detail{
	text-indent: -1000em;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 11px;
	width: 80px;
	overflow: hidden;
	background-image: url(../../images/btn_watchmore.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover .comment .text .btn-detail{
	background-image: url(../../images/btn_watchmore_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* btn */
#f-btn{
width:520px;
height:auto;
margin:0px;
padding:0px;
}
#f-btn .btn{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 35px;
	width: 230px;
	float: left;
}
#f-btn .btn a{
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 230px;
	overflow: hidden;
}
#f-btn .btn a:hover{
	background-position: left bottom;
}