@charset 'Shift_JIS';
/* =====================================================================
	top
====================================================================== */
/* body */
body {
	margin:0;
	padding: 0;
	background-repeat: repeat-x;
	text-align:center;
	line-height:120%;
	font-size:0.9em;
	color:#ffffff;
	font-family: "‚l‚r ƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
	background-image:url(../img/com_bg.jpg);
	background-color:#521A13;
}
a{
text-decoration:none;
}
html {
   overflow-y:scroll;
}
*{
margin:0;
padding:0;
border:0;
}
li{
	list-style:none;
}
#base{
	margin:0 auto;
	background-image:url(../img/com_top.jpg);
	background-repeat: repeat-x;
	text-align:center;
	height:96px;
}
#contents{
	clear:both;
	margin:0 auto;
	width:850px;
	text-align:left;
}
h1{
	width:850px;
	text-align:right;
	font-size:0.7em;
	font-weight:normal;
	margin:0 auto;
	height:15px;
	color:#cccccc;
}
#head_base{
	width:850px;
	margin:0 auto;
}
h2{
	width:425px;
	text-align:left;
	float:left;
	margin:10px 0 14px;
}
#top_tel{
	width:425px;
	float:right;
	text-align:right;
	margin:20px 0 14px;
}
#pagetop{
	width:825px;
	padding:20px 0 0 0;
	text-align:right;
	clear:both
}
#pagetop_top{
	width:800px;
	padding:20px 0 0 0;
	text-align:right;
	clear:both
}
.clear{
	clear:both;
}
#bot{
	clear:both;
	background-image:url(../img/com_bot.jpg);
	background-repeat:repeat-x;
	height:60px;
	text-align:center;
}
#bot ul{
	padding:5px 0 0;
}
#bot li{
	display:inline;
}
	
#bot li a{
	color:#999999;
	margin:0 5px 0 0;
}
#bot li a:hover{
	color:#cccccc;
}
#bot p{
	color:#A75B4B;
	font-size:0.7em;
	padding:5px 0 0;
}
.hidden {
	display:none;
	}
.pad30{
	padding:30px 0 0;
}
.pad50{
	padding:50px 0 0;
}
.padtb{
	padding:50px 0 20px;
}