@charset "utf-8";

/*全体*/
body,p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dd,form,address{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
body {
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
	background: url(../image/common/bg3.gif) repeat-x top left;
	color: #333333;
}
img {
	border: none;
	vertical-align:bottom;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #AA6B00;
	text-decoration: none;
}
a:active {
	color: #AA6B00;
	text-decoration: none;
}

/*コンテンツ*/
#wrapper {
	background-color: #FFFFFF;
	background-image: url(../image/bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#contents {
	width: 780px;
	margin-left: 17px;
	background-image: url(../image/common/bottm_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
	padding-bottom: 30px;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
h1 {
	background:url(../image/common/h1_bg.gif) no-repeat;
	width: 714px;
	height: 28px;
	padding-right:100px;
	color: #FFFFFF;
	text-align: right;
	font-size:12px;
	line-height:2.5;
	overflow: hidden;
}


/*ナビげーション*/
#naviBox {
	width: 780px;
}
#navi {
	height: 45px;
	background: url(../image/common/navi.gif) no-repeat top left;
	overflow: hidden;
}
#home,#tenpo,#shopping,#kyousitu,#oteire,#toiawase{
	width: 112px;
	height: 45px;
	list-style: none;
	float: left;
	text-indent: -9999px;
}
#link {
	width: 108px;
	height: 45px;
	list-style: none;
	float: left;
	text-indent: -9999px;
}
#home a,#tenpo a,#shopping a,#kyousitu a,#oteire a,#toiawase a{
	display: block;
	height: 45px;
	text-decoration: none;
	width: 112px;
}
#link a {
	display: block;
	height: 45px;
	text-decoration: none;
	width: 108px;	
}
#home a:hover {
	background: url(../image/common/navi.gif) no-repeat 0 -45px;
}
#tenpo a:hover {
	background: url(../image/common/navi.gif) no-repeat -112px -45px;
}
#shopping a:hover {
	background: url(../image/common/navi.gif) no-repeat -224px -45px;
}
#kyousitu a:hover {
	background: url(../image/common/navi.gif) no-repeat -336px -45px;
}
#oteire a:hover {
	background: url(../image/common/navi.gif) no-repeat -448px -45px;
}
#toiawase a:hover {
	background: url(../image/common/navi.gif) no-repeat -560px -45px;
}
#link a:hover {
	background: url(../image/common/navi.gif) no-repeat -672px -45px;
}

/*右側コンテンツ*/
#rightContents {
	float: right;
	width: 590px;
	padding-top: 8px;
}
#rightContents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*左側ボックス*/
#leftContents {
	width: 190px;
	margin-top:13px;
	float: left;
}
#leftContents ul {
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(../image/common/lineup2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftContents ul li {
	padding-left: 17px;
	background-image: url(../image/common/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 2;
	margin-left: 26px;
}
#calenBox {
	width: 180px;
	background-image: url(../image/common/calen_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}
#calen {
	width: 148px;
	margin: 0 auto;
}
#qr {
	font-size: 75%;
	width: 180px;
	text-align: center;
	margin-top: 10px;
}



/*フッター*/
#footerBox {
	width:780px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
#footerBox ul {
	list-style: none;
	margin-bottom: 10px;
}
#footerBox li {
	display: inline;
}
#footerBox address {
	background-image: url(../image/common/footer_bg.gif);
	height: 100px;
	width: 580px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
}
