* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #760007;
	color: #ffbc07;
	font-family: 'メイリオ', Meiryo, sans-serif;
	font-size: 80%;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
}

h2.img {
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 3px solid black;
	clear: both;
	font-size: 200%;
	line-height: 1.2em;
	padding: 0px 0px 5px 20px;
}

h3.img {
	background-color: black;
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	font-size: 120%;
	line-height: 1.2em;
	padding: 8px 15px 5px 15px;
}

h4.img {
	background: url(images/h4_img.gif) no-repeat 2px 5px;
	border-bottom: 1px solid black;
	font-size: 100%;
	padding-left: 20px;
}

p {
	line-height: 1.6em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

a {
	color: #ffbc07;
	overflow: hidden;
}

a:hover {
	color: white;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 3px solid #ffbc07;
}

a.img-link:hover img {
	border-color: white;
}

a.link-btn {
	background: url(images/link_btn.gif) no-repeat 0px 5px;
	font-weight: bold;
	padding: 2px 5px 2px 17px;
	text-decoration: underline;
}

a.link-btn:hover {
	background-position: 2px -95px;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.html) no-repeat 2px 1px;
	border-bottom: 1px dotted #9d9500;
	color: #9d9500;
	padding: 2px 5px 2px 21px;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background-color: yellow;
	background-position: 0px -197px;
	border-color: #777100;
	color: #777100;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 8px 8px;
	margin: 3px 0px;
	padding-left: 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px 0px 0px 1.8em;
}

ul.notelist li {
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.html) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.indent {
	padding-left: 20px;
}

table.list-table th {
	background: #dadada url(images/table_plicelist_th.html) repeat-x left top;
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 15px 20px 15px 30px;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	background: url(images/line.html) repeat-x left top;
	padding: 15px 5px 15px 15px;
	width: 70%;
}

/***********************************************************************/
#header {
	background-repeat: no-repeat;
	height: 140px;
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#header h1 {
	color: white;
	font-size: 10px;
	padding-top: 40px;
	text-align: right;
}

#header a#header-logo {
	display: block;
	height: 106px;
	left: 10px;
	position: absolute;
	top: 20px;
	width: 360px;
}

#header #headeraddress {
	color: white;
	display: block;
	font-weight: bold;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 65px;
	width: 500px;
}

#header #headeraddress address {
	font-style: normal;
	line-height: 1.3em;
}

#header #headeraddress address span.tel {
	font-size: 150%;
	line-height: 1.2em;
}

#header #headeraddress p {
	line-height: 1.3em;
	margin: 0px;
	text-align: right;
}


#globalnav-bg {
	background: url(images/globalnav_bg.gif) no-repeat center top;
	height: 60px;
}

#globalnav {
	margin: 0px auto;
	padding-left: 8px;
	width: 950px;
}

#globalnav ul li {
	float: left;
	height: 60px;
	padding-left: 28px;
}

#globalnav ul li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 60px;
	text-decoration: none;
	text-indent: -2000em;
}




#subnav-bg {
	height: 40px;
	background-image: url(images/sub-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#subnav {
	margin: 0px auto;
	padding-left: 8px;
	width: 950px;
}

#subnav ul li {
	float: left;
	height: 40px;
	padding-left: 28px;
}

#subnav ul li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 40px;
	text-decoration: none;
	text-indent: -2000em;
}
#sub-menu #subnav-bg #subnav ul li .w-l {
	background-image: url(images/sub1.gif);
	width: 200px;
}
#subnav ul li a:hover,
#subnav ul li.active a,
#subnav ul li.active a:hover {
	background-position: 0px -50px;
}


#sub-menu #subnav-bg #subnav ul li .w-e-l {
	background-image: url(images/sub-2.gif);
	width: 200px;
}
#sub-menu #subnav-bg #subnav ul li .w-d {
	background-image: url(images/sub-3.gif);
	width: 200px;
}
#sub-menu #subnav-bg #subnav ul li .w-f {
	background-image: url(images/sub-4.gif);
	width: 200px;
}




#globalnav ul li a.home {
	background-image: url(images/globalnav_home.gif);
	width: 136px;
}

#globalnav ul li a.info {
	background-image: url(images/globalnav_res.gif);
	width: 136px;
}

#globalnav ul li a.bellydance {
	background-image: url(images/globalnav_menu.gif);
	width: 136px;
}

#globalnav ul li a.menu {
	background-image: url(images/globalnav_contacts.gif);
	width: 136px;
}
#globalnav ul li .coupon {
	background-image: url(images/coupon.gif);
	width: 136px;
}

#globalnav ul li.language {
	height: 28px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
}

#globalnav ul li.language-a {
	height: 28px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right;
}

#globalnav ul li a:hover,
#globalnav ul li.active a,
#globalnav ul li.active a:hover {
	background-position: 0px -70px;
}

#globalnav ul li.language a {
	height: 28px;
	width: 100px;
}
#globalnav ul li.language-a a {
	height: 28px;
	width: 100px;
}

#globalnav ul li.language a.english {
	background-image: url(images/globalnav_english.gif);
}

#globalnav ul li.language-a a.arabic {
	background-image: url(images/arabic.gif);
}

#globalnav ul li.language a:hover {
	background-position: 0px -38px;
}

#globalnav ul li.language-a a:hover {
	background-position: 0px -38px;
}

#container {
	background: url(images/main_bg.html) no-repeat left top;
	clear: both;
	margin: 0px auto;
	padding-top: 32px;
	width: 970px;
}

 a#pagenavtop {
	display: block;
	float: right;
	font-size: 10px;
	height: 26px;
	text-decoration: none;
	text-indent: -2000em;
	width: 70px;
	background-image: url(images/page-top.png);
	background-repeat: no-repeat;
}

a#pagenavtop:hover {

}

#footerbg {
	background: black url(images/footer_bg.gif) repeat-x center top;
	clear: both;
}

#footer {
	clear: both;
	margin: 0px auto;
	position: relative;
	width: 960px;
}

#footer h3#footerlogo {
	left: -2px;
	position: absolute;
	top: 11px;
	width: 189px;
}

#footer #footertext {
	font-size: 85%;
	padding: 30px 0px 0px 220px;
}

#footer #footertext a {
	color: #ffbc07;
	text-decoration: none;
}

#footer #footertext a:hover {
	color: white;
	text-decoration: underline;
}

#footer #footertext p {
	color: white;
	margin: 5px 0px;
}

#footer #footertext #footernav ul {
	clear: both;
}

#footer #footertext #footernav ul li {
	float: left;
	white-space: nowrap;
}

#footer #footertext #footernav ul li a {
	border-left: 1px solid #805e04;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 2px 20px;
	text-decoration: none;
}

#footer #footertext #footernav ul li.last a {
	border-right: 1px solid #805e04;
}

#footer #footertext #footernav ul li a:hover {
	text-decoration: underline;
}

#footer #footertext p#footer-copy {
	color: #c61823;
	margin: 0px;
	padding-bottom: 20px;
}

#footer a#footer-kuretakebanner {
	height: 40px;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 70px;
	width: 170px;
}

#footer a#footer-kuretakebanner:hover {
	text-decoration: underline;
}

#footer a#footer-kuretakebanner img {
	border: 1px solid #760007;
}

#footer a#footer-kuretakebanner:hover img {
	border-color: #ffbc07;
}
#top #container .indent .info-text #form {

}
#top #container .indent .info-text #form fieldset label strong {
}
#top #container .indent .info-text #form fieldset label {
	padding-top: 15px;
}
#top #container .indent .info-text #form fieldset label strong {
	padding-top: 15px;
	width: 300px;
}
#top #container .indent .info-text #form fieldset label {
}
#top #container .indent .info-text #form fieldset label #name {
}
#top #container .indent .info-text #form fieldset .left-form {z
	float: left;
	padding-top: 15px;
	width: 150px;
	float: left;
}
#top #container .indent .info-text #form fieldset .right-form {
	width: 200px;
	padding-right: 150px;
	padding-top: 15px;
	float: right;
}
#top #container .shop .img img {
	padding-right: 40px;
	padding-bottom: 5px;
}
#top #container #sub-menu {
	height: 40px;
}
#sub-menu #subnav-bg #subnav ul li .w-e-d {
	background-image: url(images/sub-4.gif);
	width: 200px;
}
#top #container #sub-menu #subnav-bg #subnav ul li .w-e-d {
	background-image: url(images/sub-4.gif);
	width: 200px;
}
.sns {
	padding-left: 30px;
}
#top #container div .arabic-style {
	font-family: "Arabic Typesetting";
	font-size: 18px;
	text-align: right;
}
#top #globalnav-bg #globalnav ul .language-box {
	width: 200px;
	float: right;
}
#top #container .indent .info-text #form fieldset .form-box {
	width: 500px;
	height: 30px;
	clear: both;
}
#top #container .topmain .menu .detail #bk43 p {
	font-size: 100%;
}
#top #container .topmain .menu .detail #bk43 p strong {
	font-size: 120px;
}
#top #container .topmain .menu .detail #bk43 p strong {
	font-size: 15px;
}
#top #container .topmain .menu .detail #bk43 .part_plan {
	font-weight: bold;
}
#top #container .topmain .menu .detail #bk43 .part_plan .large {

}
