@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-color: #E6EBEF;
	font-size: 12px;
}
#WRAP {
	width:955px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#WRAP h1 {
	background-image: url(images/headback.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	line-height: 180%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #990033;
}
a:visited {
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #0000FF;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #6FBA2C;
}
.ora {
	color: #F08300;
}
.gry {
	color: #999999;
}
.pink {
	color: #FF6699;
}
.tya {
	color: #993333;
}
.green2 {
	color: #669966;
}


.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
#MENU {
	padding-bottom: 10px;

}
#header a {
	margin: 0px;
	padding: 0px;
}
#header  {
	background-image: url(images/header.jpg);
	height: 10px;
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: 10px 10px;
	padding-bottom: 25px;
}
#header ul {
	padding-left: 640px;
}
#header ul li {
	float: left;
	padding-right: 10px;
}
#header ul li a {
	background-image: url(images/headmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}





.menu {
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:740px;
	float:left;
}
.pan {
	font-size:11px;
	color: #666666;
}
#CONTENTS h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
}
#CONTENTS h3 {
	font-size:14px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#CONTENTS h4 {
	margin: 0px;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.pagetop {
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
}
.pagetop a {
	display: block;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: 670px 10px;
	font-size: 12px;
}

#CONTENTS table {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
}
#CONTENTS td {

}
#CONTENTS li a {
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	line-height: 17pt;
}
#CONTENTS ul {
	padding-left: 20px;
	padding-top: 20px;
}

/*___________ 【SIDE】 ___________ */
#SIDE {
	width:184px;
	float:left;
	padding-left: 10px;
	padding-right: 8px;
}
#SIDE h2 {
	font-size:12px;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.side {
	background: url(../images/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #FFCC66;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #FFCCFF;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #666666;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	background-image: url(images/footback.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0px;
	background-image: url(../images/footerback.jpg);
	background-position: center -6px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #000;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
#sidewindows {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#sidewindows p {
	font-size: 11px;
	line-height: 12px;
}
#nituke {
	background-image: url(images/mianback.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#flash {
	margin-bottom: 10px;
	background-image: url(images/flashback.jpg);
	background-repeat: no-repeat;
	height: 338px;
}
#haruhi {
	background-image: url(images/haruhiback.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F08300;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#haruhi2 {
	background-image: url(images/haruhiback2.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F08300;
	margin-bottom: 10px;
}
#food {
	background-image: url(images/foodback.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 430px;
}
.pinkback {
	background-color: #FF6666;
	display: block;
	color: #FFFFFF;
	padding: 5px;
}
.blueback {
	background-color: #006699;
	display: block;
	color: #FFFFFF;
	padding: 5px;
}

.foodmenuback {
	background-image: url(images/menuback.jpg);
	background-repeat: no-repeat;
	background-position: left 136px;
	height: 136px;
	width: 140px;
}
#food2 table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 272px;
	width: 100%;
}
#food2 table td {
	padding: 0px;
	margin: 0px;
}
#food3 table td {
	padding: 6px;
	line-height: 17pt;
}
#food3 {
	background-image: url(images/food3back.jpg);
	height: 125px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#sidasi table td {
	padding: 0px;
}

#ingai {
	background-image: url(images/ingaiback.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.pinkback2 {
	background-color: #FF6699;
	display: block;
	color: #FFFFFF;
	padding: 5px;
}
.pinkback3 {
	background-color: #FFCCCC;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}
#set {
	height: 80px;
	width: 740px;
	background-image: url(images/set.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 80px;
}
.greenback {
	background-color: #009933;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.redback {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3px;
}
.guide  table,.guide th,.guide tr,.guide td {
	padding: 0px;
	margin: 0px;
}
.guide {
	margin-bottom: 20px;
}
.guide p {
	padding: 0px;
}

