@charset "utf-8";
/* CSS Document */

@import url("common.css");

#f_link{
	position:absolute !important;
}


#main{
	text-align:center;
	margin:0 0 20px 0;
}

#right_navi{
	width:200px;
	float:right;
}
#center{
	width:550px;
	float:left;
}
#right_navi ul,
#right_navi p{
	margin:0 0 10px;
}
#banner{
	background:#f3f1ee;
	width:200px;
	padding:10px 0;
}
#banner li{
	width:200px;
	margin:10px auto;
	text-align:center;
}

.title{
	position:relative;
}

a.detail{
	font-size:10px;
	display:block;
	border:1px solid #CCC;
	position:absolute;
	top:10px;
	right:20px;
	width:50px;
	height:14px;
	background-color:#FFF;
	padding:1px 2px 1px 20px;
	border-radius: 2px;  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	background:url(../img/common/tri_icon.jpg) 8px 5px no-repeat #FFF;
}
a.detail:hover{
	text-decoration:none;
}

#center p{
	margin:0 0 10px 0;
}
	
#event_snap{
	background:#f3f1ee;
	padding:10px;
	text-align:center;
}
#event_snap a{
	margin:0 1px 30px;
}

dl#news {
 width:565px;
 margin:0 0 30px;
}
#news dt {
 float:left;
 width:100px;
 padding:5px 0 5px 10px;
 clear:both;
 border-top:1px dotted #CCC;
 line-height:1em;
}
#news dd {
 width:425px;
 margin-left:110px;
 padding:5px 5px 5px 10px;
 border-top:1px dotted #CCC;
 line-height:1em;
}

dl.news_snap {
 width:270px;
 margin:0 0 30px;
}
.news_snap dt {
	float:left;
	width:70px;
	padding:5px 0 0 0;
 border-top:1px dotted #CCC;
 line-height:1em;
}
.news_snap dd {
	margin:0 0 0 70px;
	padding:5px 0 20px 0;
 border-top:1px dotted #CCC;
 line-height:1em;
 height:30px;
}

#news_seeing{
	width:270px;
	float:left;
}
#news_stay{
	width:270px;
	float:right;
}

#cate_snap{
}
#cate_snap a{
	margin:0 2px 30px;
}


