@charset "utf-8";
body{
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
	color:#333;
	font-size:77%;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* belt
----------------------------------------------------------- */
#belt{
	height:19px;
	margin:0;
	padding:4px 0 0 0;
	background-color:#96badf;
	color:#fff;
}
#belt div.belt-area{
	width:800px;
	margin:0 auto;
	padding:0;
}
#belt p{
	text-align:right;
}
#belt p a{
	padding:0 0 0 18px;
	background-image:url(../img/icon-sitemap.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#fff;
	background-color:#96badf;
}
/* wrapper
----------------------------------------------------------- */
#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/wrapper-bg.jpg);
	background-repeat:no-repeat;
}
/* header
----------------------------------------------------------- */
#header{
	width:800px;
	height:106px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/head-back.png);
	background-repeat:no-repeat;
}
#header p{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}
/* menu
----------------------------------------------------------- */
#menu{
	width:800px;
	margin:0 auto;
}
#menu ul li{
	margin:0;
	padding:0;
	display:inline;
}
/* main
----------------------------------------------------------- */
#main{
	width:900px;
	margin:0 auto;
	padding:0;
}
/* contents
----------------------------------------------------------- */
#contents{
	width:800px;
	margin:0 auto;
	padding:0;
}
#contents ul.pankuzu-lt{
	padding:0 0 5px 0;
}
#contents ul.pankuzu-lt li{
	display:inline;
	color:#fff;
}
#contents ul.pankuzu-lt li a{
	color:#fff;
	text-decoration:underline;
}
#contents ul.pankuzu-lt li a:hover{
	text-decoration:none;
}
/* left-box
----------------------------------------------------------- */
#left-box{
	width:575px;
	margin:0;
	padding:0;
	line-height:160%;
	float:left;
}
/* right-box
----------------------------------------------------------- */
#right-box{
	width:225px;
	margin:0;
	padding:0;
	float:right;
}
#qr{
	margin:0 0 10px 0;
	text-align:center;
}
.red{
	color:#f00;
}

/* Ｓサイズ
----------------------------------------------------------- */
div.border-s{
	width:225px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	background-image: url(../img/border-s.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
p.shadow-s{
	width:203px;
	padding:10px 10px 5px 10px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background-image:url(../img/shadow-s.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
ul.shadow-s{
	width:203px;
	padding:5px 10px 0 10px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background-image:url(../img/shadow-s.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
ul.shadow-s li{
	margin:0;
	padding:0;
}
ul.shadow-s li a{
	margin:0;
	padding:3px 0 3px 20px;
	background-image:url(../img/icon-blue.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:dotted 1px #999;
	display:block;
}
ul.shadow-s li.no-line a{
	border:none;
}
ul.submenu{
	height:194px;
	padding:5px 0;
	background-image:url(../img/submenu-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#666;
}
ul.submenu li{
	margin:0 8px;
	background-image:url(../img/icon-blue.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:dotted 1px #999;
}
ul.submenu li a{
	padding:4px 0 4px 20px;
	color:#666;
	display:block;
}
/* 下部住所部分
----------------------------------------------------------- */
div.bo-box{
	clear:both;
}
ul.bo-address{
	height:50px;
	padding:5px 0 10px 125px;
	background-image:url(../img/happy-s.gif);
	background-repeat:no-repeat;
	color:#666;
}
/* footer
----------------------------------------------------------- */
#footer{
	height:85px;
	margin:0;
	padding:15px 0 0 0;
	background-color:#508cca;
	text-align:center;
	color:#fff;
	clear:both;
}
#footer a{
	color:#fff;
	background-color:#508cca;
}
#footer ul{
	padding:0 0 8px 0;
}
#footer ul li{
	display:inline;
}