@charset "UTF-8";

/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight: normal;
	line-height: 1.2;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
}


body {
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #F5F5F5;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #DD5800;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.opa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/*============================
#header
============================*/
#header {
	background: url(../img/bg_head_repeat.png) repeat-x;
	height: 250px;
}
#headerInner {
	background: url(../img/bg_head.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 250px;
}
#headerInner ul {
	padding-top: 5px;
	width: 952px;
	margin: 0 auto;
}
#headerInner ul li {
	float: left;
}
#headerInner h1 {
	margin-top: 105px;
	padding-left: 135px;
}

/*============================
#top
============================*/
#top {
	height: 240px;
}
#topInner {
	background: url(../img/bg_top.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 240px;
}
#topInnerLeft {
	float: left;
}
#topInnerLeft .img01 {
	padding-top: 51px;
	margin-left: 132px;
}
#topInnerLeft .img02 {
	margin-top: 17px;
	margin-left: 132px;
}
#topInnerRight {
	float: right;
}
#topInnerRight #topInfo {
	margin-top: 75px;
	font-size: 18px;
	text-align: right;
}
#topInnerRight .img01 {
	margin-top: 10px;
}

/*============================
#items
============================*/
#items {
	background: url(../img/bg_green_repeat.png) repeat-y center;
	background-color: #A6B300;
}
#itemsInner {
	background: url(../img/bg_items.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
}
#itemsInner h1 {
	padding-top: 65px;
	padding-left: 131px;
}
#itemsInner .mainText {
	margin-top: 18px;
	margin-left: 131px;
	font-size: 13px;
	line-height: 1.4;
}
#itemsInner .mainText span {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
}
/*
#itemsInner ul {
	margin-top: 20px;
	margin-left: 131px;
	width: 860px;
}
#itemsInner ul li {
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
#itemsInner ul li p.detail {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
*/
#itemsInner #itemsInnerBottom {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 58px;
}

#itemsInner .cont_item {
	margin-top: 10px;
	margin-left: 131px;
}

/*============================
#guide
============================*/
#guide {
	background: url(../img/bg_green_repeat.png) repeat-y center;
	background-color: #A6B300;
}
#guideLine {
	height: 2px;
	background: url(../img/img_guide_line.png) no-repeat center;
	background-color: #F5F5F5;
}
#guideInner {
	background: url(../img/bg_guide.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
}
#guideInner h1 {
	padding-top: 65px;
	padding-left: 131px;
}
#guideInner .mainText {
	margin-top: 18px;
	margin-left: 131px;
	font-size: 13px;
	line-height: 1.4;
}
#guideInner .mainText span {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
}
#guideInner #guideInnerMain {
	margin-top: 20px;
	margin-left: 131px;
	width: 850px;
}
#guideInner #guideInnerLeft {
	float: left;
}
#guideInner #guideInnerRight {
	float: right;
}
#guideInner #guideInnerLeft dl,
#guideInner #guideInnerRight dl {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 32px;
	padding-top: 8px;
}
#guideInner #guideInnerLeft dl dt,
#guideInner #guideInnerRight dl dt {
	margin-bottom: 4px;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
#guideInner #guideInnerLeft dl dd,
#guideInner #guideInnerRight dl dd {
	margin-bottom: 4px;
	padding-left: 320px;
	border-bottom: 1px dashed #252525;
}
#guideInner #guideInnerLeft dl dd.last,
#guideInner #guideInnerRight dl dd.last {
	border-bottom: none;
}
#guideInner #guideInnerLeft dl dd,
#guideInner #guideInnerRight dl dd {
	margin-bottom: 4px;
	padding-left: 320px;
	border-bottom: 1px dashed #252525;
}
#guideInner #guideInnerLeft dl dd a,
#guideInner #guideInnerRight dl dd a {
	display: block;
	width: 100px;
	height: 30px;
	margin-bottom: 8px;
}
#guideInner #guideInnerBottom {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 58px;
}

/*============================
#about
============================*/
#about {
	background: url(../img/bg_white_repeat.png) repeat-y center;
}
#aboutInner {
	background: url(../img/bg_about.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
}
#aboutInner h1 {
	padding-top: 65px;
	padding-left: 131px;
}
#aboutInner h1.second {
	padding-top: 32px;
}
#aboutInner .mainText {
	margin-top: 18px;
	margin-left: 131px;
	font-size: 13px;
	line-height: 1.4;
}
#aboutInner .mainText span {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
}
#aboutInnerMain {
	overflow: hidden;
}
#aboutInnerLeft {
	float: left;
}
#aboutInnerLeft #tableArea {
	height: 140px;
	background: url(../img/bg_shop_info.png) no-repeat left;
	margin-top: 20px;
	margin-left: 131px;
}
#aboutInnerLeft #tableArea table {
	width: 100%;
	height: 100%;
}
#aboutInnerLeft #tableArea table th {
	width: 100px;
}
#aboutInnerLeft #tableArea table th, 
#aboutInnerLeft #tableArea table td {
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px dashed #252525;
	font-size: 13px;
}
#aboutInnerLeft #tableArea table th.last, 
#aboutInnerLeft #tableArea table td.last {
	border-bottom: none;
}
#aboutInnerRight {
	float: right;
}
#aboutInnerRight p {
	padding-top: 20px;
	padding-right: 20px;
}
#aboutInner #map {
	margin-top: 24px;
	margin-left: 131px;
}

/*============================
#footer
============================*/
#footer {
	background: url(../img/bg_white_repeat.png) repeat-y center;
}
#footerInner {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#footerInner p {
	margin-right: 25px;
	padding: 20px 0 10px 0;
}

/*============================
#tooltip
============================*/
/* common */
#tooltip {
	display: none;
}
.dark-tooltip {
border: 1px solid #252525;
	/*	border: 3px solid #F5F5F5;*/
}
.dark-tooltip .fontL {
	font-size: 15px;
}
.dark-tooltip .fontS {
	font-size: 12px;
}
.dark-tooltip .fontWB {
	font-weight: bold;
}
.dark-tooltip .pdBT {
	display: block;
	margin-bottom: 10px;
}

/* tooltip01_01 */
.tooltip01_01 {
	width: 700px;
}
/* tooltip01_05 */
.tooltip01_05 {
	width: 700px;
}


/*============================
Items Detail
============================*/
.cont_item > h2 {
	margin-bottom: 8px;
}
.cont_item > h3 {
	margin-left: 12px;
}
.cont_item > div ul {
	margin-top: 15px;
}
.cont_item > div ul.left {
	float: left;
	margin-left: 25px;
}
.cont_item > div ul.right {
	float: right;
	margin-right: 25px;
}
.cont_item > div ul li {
	font-size: 13px;
	padding-left: 18px;
}
.cont_item > div ul li.tit {
	background: url(../img/icon_items.png) no-repeat left center;
	color: #FF9900;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 3px;
}

#item_area_01 {
	background: url(../img/bg_item_01.png) no-repeat center center;
	width: 850px;
	height: 420px;
}

#item_area_02 {
	background: url(../img/bg_item_02.png) no-repeat center center;
	width: 850px;
	height: 550px;
}

#item_area_03 {
	background: url(../img/bg_item_03.png) no-repeat center center;
	width: 850px;
	height: 320px;
}

#item_area_04 {
	background: url(../img/bg_item_04.png) no-repeat center center;
	width: 850px;
	height: 280px;
}

#item_area_05 {
	background: url(../img/bg_item_05.png) no-repeat center center;
	width: 850px;
	height: 200px;
}

#item_area_06 {
	background: url(../img/bg_item_06.png) no-repeat center center;
	width: 850px;
	height: 420px;
}

#item_area_07 {
	background: url(../img/bg_item_07.png) no-repeat center center;
	width: 850px;
	height: 300px;
}

#item_area_08 {
	background: url(../img/bg_item_08.png) no-repeat center center;
	width: 850px;
	height: 300px;
}

#item_area_09 {
	background: url(../img/bg_item_09.png) no-repeat center center;
	width: 850px;
	height: 300px;
}

#item_area_10 {
	background: url(../img/bg_item_10.png) no-repeat center center;
	width: 850px;
	height: 300px;
}

#item_area_11 {
	background: url(../img/bg_item_11.png) no-repeat center center;
	width: 850px;
	height: 300px;
}
