/* ------------------------------------*/
/* サブページ　ローカルナビゲーション用 */
/* ------------------------------------*/
/*- mause off -*/
div#local-navi  div#local-navi-box li.local-navi-sub a {
	display:block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 206px;
	height: 32px;
	background-image: url(../images/subnavi_others.gif);
	background-repeat: no-repeat;
    margin: 0 0 10px 0;
}

div#local-navi div#local-navi-box li.local-navi-sub a.sub1 {
	background-position: 0 0px;
}


/*- mause on -*/
div#local-navi div#local-navi-box li.local-navi-sub a:hover.sub1 {
	background-position: -206px 0;
}


div#local-navi  div#local-navi-box li.local-navi-sub-bottom a {
	display:block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 206px;
	height: 32px;
	background-image: url(../images/subnavi_others.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

div#local-navi #local-navi-box li.local-navi-sub-bottom a.sub2 {
	background-position: 0 -32px;
}

div#local-navi #local-navi-box li.local-navi-sub-bottom a:hover.sub2 {
	background-position: -206px -32px;
}


/*- menu selected -*/
div#local-navi div#local-navi-box li.local-navi-sub-1on {
    display:block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 206px;
	height: 32px;
	background-image: url(../images/subnavi_others.gif);
	background-repeat: no-repeat;
    background-position: -206px 0;
    margin: 0 0 10px 12px;
}

div#local-navi div#local-navi-box li.local-navi-sub-2on {
    display:block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 206px;
	height: 32px;
	background-image: url(../images/subnavi_others.gif);
	background-repeat: no-repeat;
    background-position: -206px -32px;
    margin: 0 0 0 12px;
}


/* コンテンツ用 */
div#main h1#title-image {
	background: url(../images/title_others.jpg) no-repeat;
	text-indent: -9999em;
	width: 641px;
	height: 110px;
	margin-bottom: 1em;
}

div#main h2.subtitle-image {
	color:  #eb6611;
	background: url(../images/top_cap_pin_orange.gif) no-repeat #feefe4;
	padding-left: 40px;
	margin: 3px 0 1.5em 0;
	padding-top: 3px;
	line-height: 28px;
	letter-spacing: 1px;
	font-size: 120%;
}

div#main h2.subtitle-image-bg {
	color:  #ffffff;
	background: url(../images/subtitle_bg_orange.jpg) no-repeat;
	padding-left: 0.5em;
	margin: 1em 0 0.5em 0;
	padding-top: 1px;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 110%;
	line-height: 23px;
	clear: both;
}

div#main h3.subtitle-no-image {
	color: #eb6611;
	margin: 1em 0 0.5em 0;
	padding-top: 3px;
	font-size: 110%;
}

div#main h3.subtitle-no-image-bg {
	color: #eb6611;
	background-color:  #feefe4;
	text-align: center;
	margin: 3px 0 0.5em 0;
	padding-top: 2px;
	line-height: 28px;
	font-size: 110%;
}

div#main h4.subtitle-no-image {
	margin: 0.5em 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}

div#main p.suttitle-copy {
	color:  #eb6611;
	padding-top: 3px;
	font-size: 110%;
	font-weight: bold;
	margin: 0.5em 0 0.25em 0;
}

div#main  div.refpage {
	margin: 1em 0 0 0;
	line-height: 1.7em;
}

div#main div.main-box {
	border: 1px solid #eb6611;
	padding: 10px;
	margin: 1em 0 1em 0;
}

div#main p.koe-profile {
	text-align: right;
}

/*　----------------- テーブル　タイムテーブル・料金表用----------------- */
/* コンテンツ　料金表用 */
div.price-bd {
	margin:  3px 0 3px 0;
	padding: 0;
}

div.price-bd-dsc {
	margin:  3px 0 3px 0;
	padding-left: 5em ;
}

/* テーブル用 */
table caption {
	text-align: left;
	margin: 0 0 3px 0;
}

table.timetable,
table.price {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #777777;
	margin: 0 0 0.5em 0;
}

table.timetable tr.line-bold {
	border-top: 2px solid #777777;
	border-right, border-bottom, border-left : 1px solid #777777;
}

table.timetable th,
table.price th {
	border: 1px solid #777777;
	padding:4px 6px;
	text-align: center;
	background-color:  #feefe4;
}

table.timetable td.point {
	border: 1px solid #777777;
	font-weight: bold;
	width: 200px;
	padding: 5px;
	vertical-align: top;
}

table.timetable td.time {
	border: 1px solid #777777;
	text-align: center;
	width: 70px;
}

table.timetable td.summary {
	border: 1px solid #777777;
	width: 300px;
	padding: 5px;
}

table.timetable td.summary ul {
	display: outline;
	padding: 0 0 0 1em;
	margin: 3px;
}

table.price td {
	border: 1px solid #777777;
	padding: 5px;
}

table.price td.center {
	text-align: center;
}