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

* KAWANE ONSEN 
* site.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/site/page_nav02.gif);
}
#page-nav a:hover,
#page-nav a.current {
	background-image: url(../img/site/page_nav02_hover.gif);
}
#main .column {
	margin: 0 0 30px;
}
#main .column table {
	margin: 0 0 20px;
}
.list {
	 width: 591px;
	 margin-right: 0 -21px 0 0;
	 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;
}

/* contact
***************************************************************/
.contact h3 {
	background: url(../img/site/contact/t_h3_bg.gif) no-repeat;
}
.contact #column1 dl {
	padding: 10px 10px 0;
	background-color: #faf5f0;
	border: 1px solid #dec2a5;
	margin: 0 0 20px;
}
.contact #column1 dt {
	display: block;
	font-weight: bold;
	color: #4c2312;
	margin: 0 0 0px;
}
.contact #column1 dd {
	margin: 0 0 10px;
}

.contact #column2 h4 {
	background: none;
}
.contact table {
	background: url(../img/common/dot_01.gif) repeat-x left top;
}
.contact  th {
	color: #4c2312;
	font-weight: bold;
	width: 140px;
	padding: 20px 15px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.contact  td {
	padding: 20px 15px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.contact  th img {
	vertical-align: middle;
	margin: 0 1em 0 0;
}
.contact td input {
	width: 300px;
	height: 21px;
	line-height: 21px;
	border: 1px solid #CCC;
}
.contact textarea {
	width: 540px;
	height: 150px;
	border: 1px solid #CCC;

}
.contact .field {
	margin: 0 15px 20px;
}
.contact label {
	margin: 0 10px 0;
}
.contact p.submit {
	text-align: center;
}
/* privacy
***************************************************************/
.privacy h3 {
	background: url(../img/site/privacy/t_h3_bg.gif) no-repeat;
}
.privacy #column1 {
	padding: 20px;
}
.privacy ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 30px 20px;
	*margin: 0 0 30px 25px;
}	
.privacy ol ol {
	list-style-position: outside;
	list-style-type: lower-roman;
	margin: 30px 20px 30px 0;
	padding: 10px 10px 10px 30px;
	background-color: #faf5f0;
}
.privacy li {
	margin: 0 0 10px;
}
.privacy p.sign {
	text-align: right;
}
.privacy p.sign img  {
	vertical-align: middle;
}	
/* term
***************************************************************/
.term h3 {
	background: url(../img/site/term/t_h3_bg.gif) no-repeat;
}
.term #column1 {
	padding: 20px;
}
.term dt {
	color: #4c2312;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.term dd {
	margin: 0 0 20px;
	padding: 0 20px;
}
.term ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 30px 20px;
	*margin: 0 0 30px -25px;
}	

/* link
***************************************************************/
.link h3 {
	background: url(../img/site/link/t_h3_bg.gif) no-repeat;
}
/* faq
***************************************************************/
.faq h3 {
	background: url(../img/site/faq/t_h3_bg.gif) no-repeat;
}
.faq dt {
	color: #4c2312;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.faq dd {
	margin: 0 0 20px;
	padding: 0 20px;
}
