@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	text-align: left;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:140%;
	height: 100%;
	letter-spacing:0px;
	background: url(../images/bg.gif) 0 top repeat-x #000000;
}

*html body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:140%;
	height: 100%;
	letter-spacing:0px;
	background: url(../images/bg.gif) 0 top repeat-x #000;
	text-align:center;
}
*html div{
	text-align:left;
}

html, h1, h2, h3, h4, h5, li, ul, ol, form, div, img, table, td, th, tr{
	margin: 0;
	padding: 0;
}

.clearfix:after {  content: " "; display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

.sp { 
	clear: both;
	display:block;
	_display:inline;
	margin: 0;
	padding: 0;
}
.ro{
	cursor:pointer;
}



form{
	display: inline;
}
p{
	margin:0;
	padding:5px 0 10px 0;
}
*html p{
	text-align:left;
	padding:5px 0 10px 0;
}

ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
.block{
	display:block;
}
.center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.right{
	float:right;
}



/* Font */
.bold {
	font-weight:bold;
}
a{
	outline: none !important;
}
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.red{
	color:#CC0000;
}
.small{
	font-size:88%;
}




/* margin */
.marginT10 {
	margin-top:10px;
}
.marginT20 {
	margin-top:20px;
}
.marginT30 {
	margin-top:30px;
}
.marginB10 {
	margin-bottom:10px;
}
.marginB15 {
	margin-bottom:15px;
}
.marginB20 {
	margin-bottom:20px;
}
.marginB30 {
	margin-bottom:30px;
}
.marginB40 {
	margin-bottom:40px;
}
.marginL10 {
	margin-left:10px;
}
.marginL20 {
	margin-left:20px;
}
.marginL30 {
	margin-left:30px;
}
.marginR10 {
	margin-right:10px;
}
.marginR20 {
	margin-right:20px;
}
.marginR30 {
	margin-right:30px;
}

/* padding */
.paddingB10 {
	padding-bottom: 10px;
}
.paddingB20 {
	padding-bottom: 20px;
}
.paddingB30 {
	padding-bottom: 30px;
}
.paddingR10 {
	padding-right: 10px;
}

/**************************************************************************/

#wrapper{
	margin:0 auto;
	width:1000px;
	background-color:#FFFFFF;
}
*html #wrapper{
	text-align:center;
	width:1000px;
	background-color:#FFFFFF;
}

#header{
	background: url(../images/header_bg.gif) 0 0 no-repeat;
}
#header h1{
	height:100px;
	float:left;
	width:380px;
	overflow:hidden;
}
#header h1 a{
	display:block;
	width:380px;
	height:100px;
	padding:150px 0 0 0;
}
#header p{
	font-size:80%;
	line-height:1.4em;
	padding:45px 0px 0 0;
}
#header p strong{
	font-weight:normal;
	color:#b50808;
	letter-spacing:0.05em;
}
*html #header p strong{
	font-weight:normal;
	font-size:80%;
	color:#b50808;
	letter-spacing:0em;
}





#flash{
	height:574px;
}
#flash2{
	height:210px;
}

#fla{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	z-index:0;
}
*html #fla{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	margin-left:-38px;
	z-index:0;
}
*:first-child+html #fla{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	margin-left:-38px;
	z-index:0;
}
#fla2{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	z-index:0;
}

#flash3{
	height:110px;
}
*html #fla2{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	margin-left:-38px;
	z-index:0;
}
*:first-child+html #fla2{
	position:absolute;
	top:100px;
	left:auto;
	right:auto;
	margin-left:-38px;
	z-index:0;
}


#navi{
	width:924px;
	height:100px;
	position:relative;
	top:20px;
	left:0px;
	z-index:100;
	margin:0 20px 0 38px;
	-moz-opacity :0.8;
	filter: alpha(opacity=80);
	opacity:0.8;
}
#navi li{
	float:left;
}


#u_navi{
	width:924px;
	height:50px;
	position:relative;
	top:20px;
	left:0px;
	z-index:100;
	margin:0 20px 0 38px;
	-moz-opacity :0.8;
	filter: alpha(opacity=80);
	opacity:0.8;
}
#u_navi li{
	float:left;
}

/***************/
#content{
	background-color:#FFFFFF;
}
#side{
	float:left;
	padding:0px 9px 30px 0px;
	height:100%;
	width:265px;
}
#main{
	float:left;
	padding:0px 0 30px 10px;
	margin-right:14px;
	width:700px;
	background: #FFFFFF;
	border-right:#cccccc 1px solid;
}

/***************/
#foot_wrap{
	background: url(../images/footer_bg.gif) 0 0 repeat-x #41000f;
	height:190px;
}


#footer{
	vertical-align:middle;
	height:180px;
	margin:0 auto;
	width:1000px;
}
.foot_logo{
	float:left;
	width:216px;
	margin:52px 0 0 10px;
}

.footer_link{
	color:#FFFFFF;
	text-align:right;
	padding:10px 0 20px 0;
	font-size:94%;
}
.footer_link a:link, .footer_link a:visited, .footer_link a:active{
	color:#FFFFFF;
}

.footer_link a:hover{
	color: #FFCC33;
	text-decoration:underline;
}
#foot_bn{
	float:right;
}
#foot_bn li{
	float:left;
	padding-left:10px;
}

/********************************************************************/
/********************************************************************/
/********************************************************************/

#under_cont{
	padding:0 20px 30px 10px;
}

#under_cont .under_box{
	border:#CCCCCC 1px solid;
	padding:10px;
	margin-bottom:30px;
}
.manu_box{
	border-top:#CCCCCC 1px solid;
	padding:10px 0 10px 0;
}
.manu_table{
}
.manu_table th{
	font-size:140%;
	padding:5px;
	color:#592600;
	border-right: #592600 1px dotted;
	text-align:center;
	background-color:#f6f6f6;
}
.manu_table td{
	padding:5px;
	font-size:80%;
}
.manu_table  .price{
	font-weight:bold;
	font-size:120%;
}

.dinner_box{
	float:left;
	width:310px;
	margin:0 10px 10px 10px;
}

.dinner_box dt{
	font-weight:bold;
	color:#592600;
	font-size:120%;
	display:block;
	border-bottom:#592600 1px dotted;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:#f6f6f6;
	padding:5px 0 5px 5px;
}
.dinner_box dd{
	margin:0 0 15px 10px;
	font-size:90%;
	border-bottom:#dfdfdf 1px dotted;
	clear:both;
}
.dinner_box dd span{
	width:60px;
	float:right;
	padding:0;
	margin:0;
}
*:first-child+html .dinner_box dd span{
	width:60px;
	float:right;
	padding:0;
	margin-top:-20px;
}
*html .dinner_box dd span{
	width:60px;
	float:right;
	padding:0;
	margin-top:-20px;
}
.dinner_box dd span.sp{
	clear: both;
	display:block;
	_display:inline;
	margin: 0;
	padding: 0;
	float:none;
}


.party_price{
	font-weight:bold;
	color:#7e0000;
	font-size:120%;
	padding-left:15px;
	margin-bottom:20px;
}
.menuList{
	margin-bottom:20px;
}
.menuList td{
	vertical-align:top;
}
.menuDetail{
	font-weight:bold;
	padding:5px;
	color:#592600;
	border-bottom:#dfdfdf 1px dotted;
	padding-left:15px;
}
.menuDetail2{
	padding:5px;
	border-bottom:#dfdfdf 1px dotted;
}
.menuDetail3{
	font-weight:bold;
	padding:5px;
	color:#592600;
	border-bottom:#dfdfdf 1px dotted;
	border-top:#dfdfdf 1px dotted;
	padding-left:15px;
}

.order_line{
	border:#CCCCCC 1px solid;
	padding:5px;
	margin-bottom:10px;
}
.order_ttxt{
	display:block;
	font-weight:bold;
	color:#7e0000;
}
#shop_data{
	margin:40px 0 0 20px;
}
.shop_name{
	display:block;
	font-weight:bold;
	color:#7e0000;
}


.plan_box{
	border:#7e0000 1px solid;
	margin:10px 5px 20px 10px;
}
.plan_name{
	font-weight:bold;
	font-size:120%;
	color:#7e0000;
	border-bottom:#7e0000 1px dotted;
	padding:10px 5px;
}
.plan_detail{
	padding:10px 20px;
	background:#fff7ed;
}
.plan_price{
	color:#7e0000;
	font-weight:bold;
	border-bottom:#999 1px dotted;
	padding:3px 3px 3px 5px;
}


.anniversary_tb{
	margin:20px 0;
}
.anniversary_tb table{
	border-top:#CCCCCC 1px solid;
	background-color: #F3F2EB;
}
.anniversary_tb th{
	padding:5px;
	color:#990000;
	width:60px;
	vertical-align:top;
	border-bottom:#CCCCCC 1px solid;
	border-right:#cccccc 1px dotted;
}
.anniversary_tb td{
	padding:5px;
	border-bottom:#CCCCCC 1px solid;
}
.anniversary_tb td li{
	border-bottom:#CCCCCC 1px dotted;
	padding:5px 0;
	color:#990000;
}
.anniversary_text{
	color:#990000;
	font-weight:bold;
}



.item_box{
	float:left;
	width:295px;
	height:160px;
	margin:0 10px 30px 10px;
	padding:5px;
	border:#990000 4px solid;
}
.item_box2{
	margin:0 10px 30px 10px;
	padding:5px;
	border:#990000 4px solid;
}

.item_name{
	color:#990000;
	font-size:180%;
	font-weight:bold;
	border-bottom:#990000 1px solid;
	padding:10px 0;
	margin-bottom:10px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.item_box2 table th{
	text-align:left;
	color:#990000;
	padding:5px;
}
.item_box2 table td{
	padding:5px;
	vertical-align:top;
}
.item_box2 strong{
	color:#990000;
}




.contact_tb{
	text-align:left;
	border:#CCCCCC 1px solid;
	border-collapse:collapse;
	font-size:90%;
	letter-spacing:-0.1em;
}
.contact_tb td{
	text-align:left;
	border:#CCCCCC 1px solid;
	padding:5px;
}
.contact_tb .text{
	background-color:#dfdfdf;
	color:#333333;
	width:250px;
}

.access_name{
	float:left;
	width:250px;
	margin-right:10px;
}
.access_data{
	padding:10px 0 0 0;
	float:left;
	width:380px;
}
.access_box{
	margin:0 0 20px 0;
}

.access_box h3{
	border-bottom:#990000 1px solid;
	color:#FFF;
	background:#990000;
	padding:3px ;
}
.access_box h4{
	padding:3px ;
	margin:3px 0;
	color:#990000;
}

.access_box_s{
	border-bottom:#999 1px solid;
	margin-bottom:10px;
	padding-bottom:10px;
}
.sitemap_tb{
	color:#990000;
}
.sitemap_tb a{
	color:#990000;
	text-decoration:underline;
}
.sitemap_tb .fast_td{
	border-left: #CCCCCC 1px dotted;
	padding-left:10px;
}
.sitemap_tb dt{
	background:url(../images/sitemap_icon.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	margin-bottom:10px;
}
.sitemap_tb dd{
	background:url(../images/sitemap_icon.gif) 0 0 no-repeat;
	padding:0px 0 0px 20px;
	margin:0 0 5px 5px;
}


.course_cate{
	font-size:120%;
	color:#FFF;
	padding:3px 3px 3px 15px;
	background:#820002;
	margin-bottom:5px;
	font-weight:bold;
}
.course_manu{
	border:#dfdfdf 4px solid;
	padding:5px;
	margin-bottom:30px;
}
.course_manu .course_manu_it{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bold;
	color:#996600;
	font-style:italic;
	margin:0;
	padding:0;
}
.course_manu .course_manu_name{
	font-size:120%;
	font-weight:bold;
	border-bottom:#CCCCCC 1px solid;
	padding:3px;
	margin:0 0 5px 0;
}
.course_manu span{
	font-size:80%;
	display:block;
	padding:3px;
	color:#990000;
	background:#ddd;
	margin:5px 0 0 0;
}

.course_price{
	font-size:120%;
	font-weight:bold;
	color:#990000;
	text-align:right;
	margin-top:-25px;
}


.fair_box{
	padding:5px;
	border:#990000 4px solid;
	margin-bottom:30px;
}
.fair_box_title{
	color:#990000;
	font-size:120%;
	font-family:"ＭＳ 明朝", "ヒラギノ明朝 Pro W3";
	border-bottom:#990000 1px dotted;
	padding:5px 0;
	margin-bottom:5px;
}
.fair_box_title2{
	color:#990000;
	font-size:120%;
	font-family:"ＭＳ 明朝", "ヒラギノ明朝 Pro W3";
	padding:5px 0;
}
.fair_box_name{
	font-size:180%;
	font-weight:bold;
	display:inline-block;
	margin-right:20px;
}
.fair_box_name2{
	font-size:180%;
	font-weight:bold;
	display:block;
	margin-right:20px;
}

/*--------------------------------------------------------------
--------------------------------------------------------------*/
.wedding_navi{
	padding:0 0 0 20px;
	margin-bottom:20px;
}
.wedding_navi li{
	float:left;
}
.manu_box2{
	padding:10px 0 10px 0;
	margin-left:10px;
}
.menu_price{
	background:#f0eddb;
	color:#7e0000;
	font-weight:bold;
	padding:5px;
}
.fair_tb{
	margin-left:10px;
}
.fair_tb td{
	vertical-align: middle;
}


/*--------------------------------------------------------------
--------------------------------------------------------------*/

#index_footer{
	vertical-align:middle;
	height:180px;
	margin:0 auto;
	width:1000px;
	padding-top:10px;
}
.index_foot_l{
	float:left;
	width:735px;
	margin-right:20px;
}
#inform{
	background:#131313;
	padding:10px;
	color:#FFFFFF;
	margin-bottom:20px;
	font-size:88%;
}
#inform table{
	border-bottom:#cccccc 1px dotted;
}
#inform td{
	vertical-align:top;
}


.index_foot_logo{
	float:left;
	width:216px;
	margin:0px 20px 0 10px;
}

.index_footer_link{
	color:#FFFFFF;
	float:left;
	width:400px;
	padding:10px 0 20px 0;
	font-size:94%;
}
.index_footer_link a:link, .footer_link a:visited, .footer_link a:active{
	color:#FFFFFF;
}

.index_footer_link a:hover{
	color: #FFCC33;
	text-decoration:underline;
}
#index_foot_bn{
	float:right;
}
#index_foot_bn li{
	padding:0 0 10px 0;
}



/*---------------------------------------------
information
---------------------------------------------*/
.info_list_box{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:#CCCCCC 1px dotted;
}
.info_img{
	float:left;
	width:300px;
	margin:0 10px 10px 0;
}
.info_title{
	float:left;
	width:350px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#ccc 1px solid;
	color:#CC0000;
}
.info_text{
	float:left;
	width:350px;
}













