@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
body {
	background: url(../images/bg_short.jpg) center top no-repeat;
}
#service li.service a {
	background: url(../images/common/gmenu.gif) -299px -63px no-repeat;
}
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
#service #mainimg {
	clear: both;
	width: 950px;
}
#service #gmenu {
	margin: 0;
}


#service table {
	width: 630px;
	height: auto;
	background: #FFF;
}
#service th {
	padding: 5px;
	background: #d0eaf5;
	text-align: center;
	border: 1px solid #CCC;
}
#service td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #CCC;
}
#service td strong {
	color: #039;	
}
#service div.bg p {
	padding: 5px 0 0 5px;
	text-align: left;
}

/* -----------------------------------------------------------
	#cnt_menu
----------------------------------------------------------- */
#service #cnt_menu {
	width: 630px;
	height: auto;
}
#service #cnt_menu p {
	padding: 10px 0;
	line-height: 1.3;
}
#service #cnt_menu div.bg {
	width: 608px;
	height: auto;
	padding: 15px 10px;
	background: #ededed;
	border: 1px solid #CCC;
}
#service #cnt_menu div.bg ul {
	text-align: center;
}
#service #cnt_menu div.bg li {
	display: inline;
	margin: 0 4px;
}

/* -----------------------------------------------------------
	#cnt_service
----------------------------------------------------------- */
#service #cnt_service {
	width: 630px;
	height: auto;
	padding: 35px 0 0 0;
	text-align: center;
}
#service #cnt_service p {
	padding: 30px 0;
	border-bottom: 1px dotted #CCC;
}


/* -----------------------------------------------------------
	#cnt_banquet
----------------------------------------------------------- */
#service #cnt_banquet {
	width: 630px;
	height: auto;
	padding: 35px 0 0 0;
	text-align: center;
}
#service #cnt_banquet p {
	padding: 15px 0 0 0;
}
#service #cnt_banquet p.txt {
	padding: 5px 0 0 0;
	text-align: right;
}

#service #cnt_banquet table {
	margin: 15px 0 0 0;
}
#service #cnt_banquet th {
	width: 130px;
}
#service #cnt_banquet td.left {
	text-align: left;
}


/* -----------------------------------------------------------
	#cnt_information
----------------------------------------------------------- */
#service #cnt_information {
	width: 630px;
	height: auto;
	padding: 35px 0 0 0;
	text-align: center;
}

#service #cnt_information table {
	margin: 15px 0 0 0;
}
#service #cnt_information th {
	width: 190px;
	font-weight: normal;
}
#service #cnt_information td {
	padding: 5px 10px;
	text-align: left;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

