@charset "UTF-8";

#wrapper #container #main #entry-box {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	width: 740px;
	color: #333333;
	font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

#wrapper #container #main #entry-box h2 {/*掲載案内の見出し*/
	margin: 0;
	padding: 0 0 0 5px;
	width: 725px;
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #EE4E73;
	border-left: 10px solid #EE4E73;
}

#wrapper #container #main #entry-box #entry-cont-box {/*コンテンツレイアウトボックス*/
	margin: 25px 18px;
	padding: 0;
	float: none;
	height: auto;
	width: 704px;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box {/*メニューボタンレイアウトボックス*/
	margin: 0 0 20px 0;
	padding: 0;
	float: none;
	height: 31px;
	width: 704px;
	border-bottom: 4px solid #EE4E73;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box ul {
	width: 704px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box li {
 float: left;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box li a {
	text-decoration: none;
	display: block;
	width: 136px;
	height: 31px;
	margin: 0 4px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #333333;
	background: url(../img/bg_entry_menu_btm.jpg) no-repeat;/* 背景画像 */
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box li#entry_btm_active a {
	text-decoration: none;
	display: block;
	width: 136px;
	height: 31px;
	margin: 0 4px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: url(../img/bg_entry_menu_btm.jpg) no-repeat 0 -31px;/* 背景画像 */
}

#wrapper #container #main #entry-box #entry-cont-box #entry-menu-box li a:hover {
 background-position: 0 -31px;
	color: #FFFFFF;
}

#wrapper #container #main #entry-box #entry-cont-box h3 {
	background: url(../img/tit_entry01.gif) no-repeat center center;/* 各項目の見出し*/
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 12px;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	height: 31px;
	width: 704px;
}

/*////// お問い合せフォーム /////////////////*/ 
#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box table {
 width: 670px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box table td.ect_L_1 {/*セル左*/
	width: 200px;
	margin: 0;
	padding: 6px;
	background: #E6F2F6;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	font-weight: bold;
}
#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box table td.ect_L_2 {/*セル左　必須用*/
	width: 200px;
	margin: 0;
	padding: 6px;
	background: #E6F2F6;
	border-left: 5px solid #82BED2;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	font-weight: bold;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box table td.ect_R {/*セル右*/
	margin: 0;
	padding: 6px;
	background: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box li {
	margin: 0;
	padding: 0 0 0 15px;
	text-indent: -15px;
	font-size: 14px;
	line-height: 22px;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-contct-form-box p {
	margin: 0 0 5px 19px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	border-left: 5px solid #82BED2;
}

#wrapper #container #main #entry-box #entry-cont-box #entry-completion-box {
	width: 100%;
	margin: 100px 0;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

