@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
div#cnt_left div.bg_inner div.gmenu ul li.top a {
	background: url(../images/side/btn_gmenu.gif) left top no-repeat;
}

/* -----------------------------------------------------------
	#cnt_welcome
----------------------------------------------------------- */

#cnt_welcome {
	width: 690px;
	height: auto;
	clear: both;
	padding: 15px 0 0 0;
}
#cnt_welcome ul.tabmenu {
	padding: 3px 0 0 5px;
	width: 164px;
	height: 30px;
	float: left;
}
#cnt_welcome ul.tabmenu li {
	display: block;
	float: left;
}
#cnt_welcome ul.tabmenu li a {
	display: block;
	width: 82px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
}
#cnt_welcome ul.tabmenu li a.day {
	width: 82px;
	background: url(../images/top/btn_day.gif) left top no-repeat;
	float: left;
}
#cnt_welcome ul.tabmenu li a.evening {
	width: 82px;
	background: url(../images/top/btn_evening.gif) left top no-repeat;
	float: right;
}
#cnt_welcome ul.tabmenu li a:hover,
#cnt_welcome ul.tabmenu li.ui-tabs-selected a {
	background-position: left -30px;
}
#cnt_welcome .ui-tabs-hide {
	display: none;
}

#cnt_welcome p {
	padding: 3px 0 0 0;
	font-size: 80%;
	color: #5c5c5c;
	line-height: 1.4;
	text-align: right;
}

/* -----------------------------------------------------------
	#cnt_wedding
----------------------------------------------------------- */
#cnt_wedding {
	width: 690px;
	background: url(../images/top/bg_wedding.jpg) left top no-repeat;
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
}
#cnt_wedding h4 {
	padding: 16px 0 0 32px;
}
#cnt_wedding p {
	padding: 500px 0 0 0;
	text-align: center;
}





