/* CSS Document */

/*　全体　*/
body {
	margin: 15px 0px 0px;
	padding: 0px;
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	line-break: strict; 
}
#container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 700px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	height: auto;
	text-align: left;
}
p{
	color: #666666;
	margin: 0px;
	padding: 0px 0px 15px;
	line-height: 150%;
}
h2 {
	font-size: 14px;
	line-height: 150%;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
/*　全体終了　*/


/*　ヘッダー　*/
#header {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 700px;
	border-bottom: 1px solid #000000;
}
#header h1{
	margin: 0px;
	padding: 0px;
}
/*　ヘッダー終了　*/


/*　フッター　*/
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 700px;
	text-align: center;
}
#footer .link {
	line-height: 200%;
}
/*　フッター終了　*/


/*　ナビゲーション　*/
#navi {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 450px;
	width: 220px;
	background: #B3FFB3 url(image/navi_back.gif) no-repeat;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#navi ul {
	margin: 265px 0px 0px 25px;
	padding: 0px;
	list-style: none;
}
#navi li a {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 16px;
	width: 160px;
}
#navi li.home a {
	background: url(image/home01.gif) no-repeat;
}
#navi li.home a:hover {
	background: url(image/home02.gif) no-repeat;
}
#navi li.about a {
	background: url(image/about01.gif) no-repeat;
}
#navi li.about a:hover {
	background: url(image/about02.gif) no-repeat;
}
#navi li.price a {
	background: url(image/price01.gif) no-repeat;
}
#navi li.price a:hover {
	background: url(image/price02.gif) no-repeat;
}
#navi li.access a {
	background: url(image/access01.gif) no-repeat;
}
#navi li.access a:hover {
	background: url(image/access02.gif) no-repeat;
}
#navi li.qa a {
	background: url(image/q&a01.gif) no-repeat;
}
#navi li.qa a:hover {
	background: url(image/q&a02.gif) no-repeat;
}
#navi li.enquete a {
	background: url(image/enquete01.gif) no-repeat;
}
#navi li.enquete a:hover {
	background: url(image/enquete02.gif) no-repeat;
}
/*　ナビゲーション終了　*/


/*　コンテンツ　*/
#contents {
	margin: 0px;
	padding: 20px 0px 20px 20px;
	height: auto;
	width: 450px;
	float: left;
}
#contents h1 {
	margin: 0px 0px 15px;
	padding: 0px;
}
#contents img.event{
	margin : 0px 0px 20px;
	padding: 0px;
}
img.illust {
	float: left;
	margin: 0px;
	padding: 0px;
}
table.price{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	float: left;
	margin: 0px 30px 5px 0px;
	padding: 0px;
}
/*テーブル
td.parts {
	margin: 0px;
	padding: 0px;
	width: 100px;
	line-height: 300%;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
td.parts a {
	text-decoration: none;
	color: #666666;	
}
td.parts a:hover {
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;
}
td.price {
	line-height: 150%;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #FF0000;
	text-align: center;
	width: 70px;
}
テーブル終了*/
#access_date {
	height: auto;
	width: 180px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#access_date p {
	margin: 0px;
	padding: 5px 0px 15px;
	color: #666666;
}
#map2 {
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 250px;
	float: left;
}
.kaizyo{
    clear:both;
}
#map {
	background: #000000;
	margin: 0px 0px 20px;
	height: 335px;
	width: 430px;
	padding: 5px;
}
/*　コンテンツ終了　*/


/*　装飾　*/
span.line {
	text-decoration: line-through;
	color: #666666;
}
/*　装飾終了　*/
#contents h1 {
	color: #333333;
	font-size: 12px;
	border: 1px solid #333333;
	line-height: 250%;
	text-align: center;
}
span.style1 {
	color: #FF0000;
}
#contents li {
	margin: 0px 0px 10px;
	padding: 0px;
}
#contents h2 img {
	margin: 0px 0px 10px;
	padding: 0px;
}
#contents ul {
	margin: 0px 0px 20px 10px;
	padding: 0px;
}
.photo img {
	padding: 5px;
	border: 1px solid #999999;
	margin: 0px;
}
h3 {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
}
.menu .menu-top {
	background: url(image/menu_top.gif) no-repeat;
	height: 40px;
	width: 421px;
}
.menu .menu-middle {
	background: url(image/menu_middle.gif) repeat-y;
	width: 411px;
	padding-left: 7px;
}
.menu .menu-bottom {
	background: url(image/menu_bottom.gif) no-repeat;
	height: 9px;
	width: 421px;
}
.menu-list {
	line-height: 150%;
}
.menu-list a {
	color: #666666;
	text-decoration:none;
}
.menu-list a:hover {
	border-bottom: 1px dotted #FF6600;
	color: #FF6600;
}
.menu-list .parts {
	width: 105px;
	padding-left: 5px;
	border-bottom: 1px dotted #FF6600;
	height: 25px;
	line-height: 25px;
}
.menu-list .remarks {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	width: 135px;
}
.menu-list .price {
	width: 70px;
	padding-left: 5px;
	border-bottom: 1px dotted #FF6600;
	height: 25px;
	line-height: 25px;
	color: #999999;
}
.menu-list .price2 {
	width: 75px;
	color: #FF0000;
	padding-left: 5px;
	border-bottom: 1px dotted #FF6600;
	height: 25px;
	line-height: 25px;
}
h3 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 0px;
	color: #FF6600;
}
