@charset "utf-8";


h4 {
	margin-bottom:5px;
}
.columnLeft {
	float:left;
}
.columnRight {
	float:right;
}
.photo {
	float:right;
	width:150px;
	padding:0 0 5px 5px;
}
.photoL {
	text-align:center;
}
.caption {
	font-size:80%;
	line-height:1.2;
}

/* clearfix */
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}

/**/
.clear {
	clear: both;
}
h4.trigger {
	border-top:#CCC 1px solid;	
	border-bottom:#CCC 1px solid;
	padding:8px 10px;	
	background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eaeaea));
	display:block;
	margin:0;
}
.underLine {
	text-decoration:underline;
}
ul.number {
	list-style-type:decimal;
	margin-bottom:10px;
}
.photoCenterL {
	width:291px;
	margin:0 auto 5px;
}
.photoCenterS {
	width:150px;
	margin:0 auto 5px;
}

/* tour_ol */
ol.tour_ol { margin-bottom: 1em; margin-left: 1.5em; }
ol.tour_ol li {
position: relative;
list-style: none;
line-height: 1.2em;
margin-bottom: 0em;
}
ol.tour_ol li span {
position: absolute;
top: 0;
left: -1.3em;
}
* html ol.tour_ol li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.tour_ol li span { top: -0em; } /* for win ie7 */ 