@charset "UTF-8";
@import url("/common/themes/cms/css/yui-font.css");
@import url("/common/themes/cms/css/bace.css");
/*
============================================================
*/


body {
	background: url(images/bg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
}
#footer_wrap {
	clear: both;
	background: url(images/footerBg.jpg) repeat-x center bottom;
	height: 73px;
	width: 100%;
}

.blogEntryHeader h3 {
	width: 90%;
	font-size: 115%;
	font-weight: bold;
	background: url(images/entryPoint.gif) no-repeat 0 3px;
	padding-left: 20px;
	padding-bottom: 1px;
	border-bottom: #666666 1px solid;
	color: #2c2525;
}
h3.submenu {
	margin: 5px 0 !important;
	font-size: 110%;
	font-weight: bold;
	background: url(images/menu_point.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.partyBox {
	padding-top: 45px;
	padding-left: 18px;
	margin-top: 9px;
	margin-left: 6px;
	background: url(images/contents/menuBg.jpg) no-repeat center top ;
	width: 590px;
	height: 152px;
}
.partyBox p {
	margin-bottom: 5px;
	font-size: 110%;
}

table.shopInfo td.left {
	width: 80px;
	border-left: 5px #7d1c08 solid;
	padding-left: 5px;
}

dl.policy {
}
dl.policy dt {
	border-left: #dddddd 5px solid;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 15px;
}
dl.policy dd {
	margin: 5px 15px 15px 15px;
}

dl.form {
	margin-top: 15px;
}
h3.form_title {
	background: url(../images/concept/h3_point.gif) repeat-y 0 0;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 15px;
}
dl.form dt {
	background: url(../images/form.gif) no-repeat 0 3px;
	padding-left: 25px;

}
dl.form dd {
	margin: 5px 15px 15px 15px;
	padding-bottom: 15px;
	border-bottom: #010101 1px dashed;
}
dl.form dd.form_ex {
	font-size: 90%;
	margin: 5px 15px 0 15px;	
	padding-bottom: 0;
	border-bottom: none;	
}
dl.form dd.last-child {
	font-size: 90%;
	margin: 5px 15px 0 15px;	
	padding-bottom: 0;
	border-bottom: none;	
}
img.must {
	vertical-align: top;
	margin-left: 10px;
}
.blogEntryBody p {
	margin-bottom: 10px;
}
p.tel {
	font-size: 110%;
	font-weight: bold;
}
dl.shop_list {
}
dl.shop_list dt {
	font-size: 110%;
	margin-bottom: 5px;
	background: url(images/form.gif) no-repeat 0 2px;
	padding-left: 20px;
}
dl.shop_list dd {
	margin-bottom: 10px;
	padding-left: 20px !important;
}

dl.misstion {
}
dl.misstion dt {
	margin-bottom: 5px;
	background: url(images/form.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 10px;
}
h3.outline {
	margin: 10px 0 5px 0 !important;
	font-size: 110%;
	font-weight: bold;
	background: url(images/menu_point.gif) no-repeat 0 3px;
	padding-left: 20px;
}
table.outline {
	width: 100%;
	margin-top: 5px;

}
table.outline td {
	padding: 5px 10px;
	border-bottom: #dddddd 1px solid;
}
table.outline td.odd {
	width: 100px;
	vertical-align: top;
}
p.right {
	float: right;
	width: 240px;
	padding-left: 10px;
	margin-bottom: 25px;
}
p.concept {
	margin-bottom: 20px;
}
.cleared {
	clear: both;
	margin-top: 20px;	
}