@charset "Shift_JIS";
/* 下層用css */

/*メイン*/
#mainBox{
	margin:0 auto 20px auto;
	background: url(../images/common/und_bg.jpg) repeat-x;
}
/*コンテンツ*/
#mainBox2{
width:960px;
margin:0 auto;
text-align:left;
}

/*タイトルエリア*/
#title{
	margin-bottom:20px;
}

/*----- 見出し -----*/
.title1st {
background: url(../images/common/title_s1.jpg) no-repeat;
	font-weight: bold;
	font-size:120%;
	margin:5px 0 10px 0;
	padding-top:10px;
	padding-left: 23px;
	height:40px;
	color:#474723;
}
.title2nd {
border-bottom:2px solid #D6CFC5;
background-color:#ECEAE3;
	font-weight: bold;
	font-size:100%;
	margin:25px 0 10px 0;
	padding:8px 0 0 10px;
	height: 25px;
}
.title3rd {
	border-bottom:2px #ccc solid;
	padding:0 0 3px 0;
	margin-top:25px;
	font-size:14px;
}
.title3rd h4 {
border-bottom:1px solid #CC0000;
	color:#CC0000;
	font-weight: bold;
	font-size: 14px;
	padding:0;
	height: 25px;
}

/*リスト*/
.waku {
	margin:20px 0 25px 0;
}

.waku dl {
	margin:0 0 25px 0;
	padding: 0px;
}
.waku dt {
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.waku dd {
	margin-top: -2.1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11em;
}

/*ノーマルリスト*/
ol.normal{
margin-top:20px;
}
ol.normal li{
background-position:left 5px;
padding:0 0 0 5px;
margin-bottom:10px;
}


/*テーブル*/
.type01 {
	margin: 0px 0px 5px;
	border-collapse: collapse;
	width:100%;
}

.type01 td {
	padding: 8px;
	border: 1px solid #cccccc;
	text-align:center;
}
.type01 th {
	padding:8px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}

.type02 {
	margin: 0px 0px 5px;
	border-collapse: collapse;
	width:100%;
}

.type02 td {
	padding: 8px;
	border: 1px solid #cccccc;
	text-align:left;
}
.type02 th {
	padding:8px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}


/*お問い合せ*/
.red{
	color:#FF0000;
}


/*トップへ戻る*/
.gotop{
	clear:both;
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
}

/*スペース*/
.space_b15{
margin-bottom:15px;
}
.space_t60{
margin-top:60px;
}

/*パンナビ*/
#pannavi{
text-align:left;
font-size:11px;
}

/*faq*/
#faq{
background-color:#F1EFE8;
border:#D6CFC5 1px solid;
padding:10px;
margin-bottom:20px;
}
#faq .q{
margin-bottom:15px;
border-bottom:dotted 1px #999999;
font-weight:bold;
}
#faq .q img{
float:left;
margin:0 10px 0 0;
}
#faq .a img{
float:left;
margin:0 10px 0 0;
}

/*お客様の声*/
.voice{
background-color:#FBDDDF;
border:1px #BA6E70 solid;
padding:10px;
margin-bottom:20px;
}
.voice .name{
text-align:right;
border-top:1px dotted #BA6E70;
}

/*----- サイトマップ -----*/
.sitemap{
	float:left;
	margin-right:100px;
}
.sitemap ul{
	padding-left:25px;
}

.sitemap ul{
	list-style:none;
	padding:0;
}
.sitemap ul li{
	line-height:4;
}
.sitemap ul li a{
	background:url(../images/common/arrow.jpg) no-repeat;
	background-position:left center;
	padding:10px;
	margin:0 0 0 5px;
}
.sitemap ul.list01{
	padding-left:20px;
}
.sitemap ul.list01 li a{
	background:url(../images/common/icon.gif) no-repeat;
	background-position:left center;
	padding:10px;
	margin:0 0 0 5px;
}