/* CSS Document */
a {
	color:#FF6666;
	font-size:x-small;
}
a:hover {color: #FFCC00}

td {font-size: 0.85em;}

address {
   font-style:normal;
   padding:5px 0;
   line-height:160%;
   clear:both;
}
.nav_line {
   border-bottom:4px solid #FDD2BC;

}
#title {
   border-bottom:4px solid #FDD2BC;
}

#top_line {
   border-top:10px solid #fee4d7;
}

#kura_box {
	width:800px;
	margin:0 auto;
}

#link_bekkan {
	float:right;
	width:173px;
}

#link_bekkan a {
	background:url(img/link_bekkan.jpg) no-repeat;
	width:173px;
	height:48px;
	display:block;
	text-indent:-9999px;
}

#link_bekkan a:hover {
	background:url(img/link_bekkan.jpg) bottom no-repeat;
}

#link_kachoan {
	float:right;
	width:296px;
	padding:2px 0 0 15px;
}

#link_kachoan a {
	background:url(img/link_kachoan.jpg) no-repeat;
	width:296px;
	height:46px;
	display:block;
	text-indent:-9999px;
}

#link_kachoan a:hover {
	background:url(img/link_kachoan.jpg) bottom no-repeat;
}




