@charset "Shift_JIS";
/***************************************************************

* KAWANE ONSEN 
* bade.css

***************************************************************/

/* common
***************************************************************/
#main h3 {
	margin: 0 0 20px;
}
#main .inner h3{
	width: 550px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
}
#main h4 {
	color: #4c2312;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
#main p {
	margin: 0 0 20px;
}
#main p.em {
	font-size: 120%;
	font-weight: bold;
	color: #4c2312;
	padding: 10px 0 40px;
	margin: 10px 0 0;
	background: url(../img/common/dot_01.gif) repeat-x;
}
#page-nav a {
	width: 196px;
	height: 41px;
	line-height: 41px;
	display: block;
	text-indent: -5000px;
	background-image: url(../img/restrant/page_nav.gif);
}
#page-nav a:hover,
#page-nav a.current {
	background-image: url(../img/restrant/page_nav_hover.gif);
}
#main .column {
	margin: 0 0 30px;
}
#main .column table {
	margin: 0 0 20px;
}
.list {
	 width: 591px;
	 margin-right: -21px;
	 overflow: hidden;
	 _zoom: 1;
}
.list  li {
	width: 176px;
	float: left;
	margin: 0 21px 20px 0;
	text-align: center;
}
.list  li img {
	display: block;
	margin: 0 0 3px;
	padding: 2px;
	border: 1px  solid #dec2a5;
}
.list em {
	display: block;
	font-weight: bold;
	color: #4c2312;
}

/* index
***************************************************************/
.index h3 {
	background: url(../img/bade/index/t_h3_bg.gif) no-repeat;
}
.index .column {
	width: 570px;
}
.index #column1 .col1 {
	width: 249px;
	float: left;
}
.index #column1 .col2 {
	width: 306px;
	float: right;
}
.index #column3 dt {
	color: #4c2312;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.index #column3 dd {
	margin: 0 0 20px;
	padding: 0 20px;
}
.index #column3 dd  ul {
	list-style-position: outside;
	list-style-type: square;
	margin:  0 0 0 20px;
}
* html .index #column3 dd  ul {
	margin:  0 0 0 -25px;
}

