*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	background: #F4DBBD;
}
#wrap{
	background: url(../img/bg-top.png) 50% 0% #F4DBBD no-repeat;
}
#main{
	width: 820px;
	margin: auto;
}

address{
	font-style: normal;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}

#header{
	padding: 10px 0 10px 0;
	width: 820px;
	float: left;
}
#logo{
	float: left;

}

#tel{
	float: right;

}

#top-menu{
	width: 820px;
	float: left;
	margin: 0 0 3px 0;
}

#top-menu li{
	float: left;
}

#top-menu li img{
	vertical-align: bottom;
}

#top-desc{
	height: 24px;
	font-size: 0.9em;
	font-weight: normal;
}

#contents{
	width: 820px;
}

#main-cont{
	width: 595px;
	padding: 5px 5px 10px 10px;
	float: right;
	margin: 5px 0 0 0;
	background: #fff;
}
* html #main-cont{
	padding: 5px 2px 0 5px;
}

#side-cont{
	width: 208px;
	border: #ffcc99 1px solid;
	float: left;
	background: #f5e9d4;
	margin: 5px 0 0 0;
}


#side-sassi{
	width: 186px;
	margin: 8px auto 5px;
	padding: 5px 0;
	background: #fff;
	border: 2px #dcb222 solid;
	text-align: center;
}

#side-sassi .sassi-ttl{
	margin: 0 0 5px 0;
}

#side-sassi .sassi-img{
	margin: 0 0 5px 0;
}

#side-menu{
	margin: 5px 0;
}
#side-menu li{
	text-align: center;
}

#side-menu img{
	vertical-align: bottom;
}


#company,#area{
	padding-bottom: 5px;
	
	width: 191px;
	margin: 10px auto;
	background: url(../img/side-box-btm.png) no-repeat 0% 100% #fff;
}
#company-in,#area-in{
	border-left: 1px solid #cc6600;
	border-right: 1px solid #cc6600;
	width: 180px;
	padding:12px 1px 12px 8px;
}


#company-in{
	background: url(../img/company-bg.png) no-repeat 50% 50%;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.7em;

}

#area-in{
	background: url(../img/area-bg.png) no-repeat 50% 50%;

}

#company address{
	margin-left: 10px;
}

#box01,#box02{
	font-size: 1.2em;
	line-height: 1.4em;
	position: relative;

}

#box01{
	width: 594px;
	height: 295px;
	margin-bottom: 5px;
	background: url(../img/top-box1-bg.jpg);
	
}

#box01 #box01-ttl{
	padding: 10px 0 0 10px;
}

#box01 .p01{
	margin: 10px 240px 10px 15px;
}
#box01 .p02{
	margin: 10px 240px 10px 15px;
}
#box01 .p03{
	margin: 15px 20px 0 15px;
}
#box01 .btn{
	text-align: right;
	position: absolute;
	right:10px;
	bottom: 10px;
}

#box02{
	width: 594px;
	height: 376px;
	background: url(../img/top-box2-bg.jpg);
}

#box02 #box02-ttl{
	padding: 10px 0 0 10px;
}
#box02 .p01{
	margin: 10px 245px 10px 15px;
	height: 155px;
}
#box02 .p02{
	margin: 10px 15px 0em 250px;
}
#box02 .btn{
	text-align: right;
	margin:20px 5px 0 0;
	position: absolute;
	right:5px;
	bottom: 10px;
}


#box03{
	margin: 10px 0;
	width: 100%;

	
}
#voice-ttl{
	margin: 10px 0 5px;
}
.voice-item{
	width: 188px;
	margin:5px 10px 0 0;
	float: left;
	padding: 18px 0 0 0;
	background: url(../img/top-voice-taiko.png) no-repeat 50% 0;
}

* html .voice-item{
	margin:5px 8px 0 0;
}


.voice-item img{
	padding: 1px;
	border: 1px solid #ccc;
}

.voice-text a{
	padding: 2px 48px 3px 5px;
	display: block;
	
	color: #333;
	background: url(../img/top-voice-click.png) no-repeat 100% 1px;
}
.voice-text a:link{
	text-decoration: none;
}
.voice-text a:visited{
	text-decoration: none;
}
.voice-text a:hover{
	text-decoration: underline;
}
#voice-btn{
	text-align: center;
	clear: both;
	padding: 10px 0;
}
#menubtn{
	padding-bottom: 10px;
	overflow: hidden;
}

#menu-btn-ttl{
	margin: 5px 0 10px;
}
.menu-btn-item{
	margin-left: 5px;
	float: left;
}

#first{
	margin-left: 0;
}

#footer{
	width: 100%;
	clear: both;
	background: url(../img/footer-bg.png) 50% 0 no-repeat;
}

#footer-in{
	width: 820px;
	margin: auto;
	padding: 15px 0 25px;
}

#footer-in ul{
	margin: 20px 0;
	text-align: center;
}

#footer-in ul li{
	display: inline;
	border-left:1px solid #965;
	margin-left: 8px;
	padding-left: 8px;
}
#footer-in ul li.home{
	border-left: 0;
}



#footer-in p{
	clear: both;
	text-align: center;
}
.toplink{
	clear: both;
	text-align: right;
	margin-right: 20px;
}