@charset "UTF-8";
/* CSS Document */
/*--------------top contents----------------*/
body{
	min-width:1024px;
}
#page_title{background:#000000;}
#contents {
   background:url(../images/contents_bg.jpg) repeat-x top left #322515;
   padding-bottom:30px;
}
#maincontents {
   margin:20px auto 0 auto;
   text-align:left;
}
#catch_fla{
   float:left;
   clear:left;
   margin-top:3px;
   margin-left:2px;
}
/*--------------------------------------*/
#wrapper {
    float: left;
	width: 595px;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}
#maincontents h2{
    float:left;
	clear:both;
	margin-bottom:20px;
}
#wrapper .banner{
    float:left;
	clear:both;
	width: 595px;
	margin-bottom:30px;
}
#topicstxt{
	float:left;
	clear:both;
    width: 595px;
	text-align: left;
}
#topicstxt li {
    float:left;
	clear:both;
	width: 595px;
}
#topicstxt li a,
#topicstxt li .in {
    float:left;
	clear:both;
	display:block;
	width: 570px;
	padding: 10px 10px 20px 15px;
}
#topicstxt a:hover {
	background-repeat: repeat;
	color: #FFEDD6;
	background-color: #0F0D06;
}
#topicstxt span{
    float:left;
}
#topicstxt span.date{
	width:90px;
}
#topicstxt span.txt{
	width:480px;
	font-size:80%;
	color:#6f675f;
}
#topicstxt span.title{
	font-size:120%;
}
#topicstxt a:link,
#topicstxt a:visited {
	text-decoration: none;
}
#topicstxt span.date,
#topicstxt span.title,
#topicstxt a:link,
#topicstxt a:visited{
    color:#FFFFFF;
}
/*-----------------------------*/
#side{
    float:right;
	width:245px;
}
#search{
    float:right;
	width:245px;
	text-align:center;
	padding-bottom:5px;
	background:url(../images/dot_bottom.gif) no-repeat left bottom;
}
#search #top{
	width:245px;
	height:5px;
	overflow:hidden;
    background:url(../images/dot_top.gif) no-repeat left top;
}
#search #reservation{
	width:228px;
	padding:5px 8px 5px 8px;
	background:url(../images/dot_middle.gif) repeat-y left top;
}
#search #reservation dl{
    float:left;
    width:224px;
    padding-bottom:4px;
	margin-bottom:4px;
    background:url(../images/reservation_dl.gif) no-repeat left bottom;
	text-align:left;
}
#search #reservation dl.mini{
    width:110px;
    background:url(../images/reservation_dl_mini.gif) no-repeat left bottom;
}
#search #reservation dl.mr04{
    margin-right:4px;
}
#search #reservation dt{
    width:202px;
	padding:4px 11px 3px;
    background:url(../images/reservation_dt.gif) no-repeat left top;
}
#search #reservation .mini dt{
    width:88px;
    background:url(../images/reservation_dt_mini.gif) no-repeat left top;
}
#search #reservation dt img{
    border-left:solid 4px #877843;
}
#search #reservation dl span{
    font-size:80%;
}
#search #reservation dd{
    width:200px;
	padding:4px 12px;
    background:#3d3021;
}
#search #reservation .mini dd{width:86px;}
#search #reservation .mini dd input {
    width:50px;
	margin-right:3px;
}
#search #reservation #btn{
   margin:5px auto;
}
#search #reservation a{
    color:#FFFFFF;
}