/*::::: header :::::::::::::::*/
#header {
	background:url(/shared/images/top/header_bg.jpg) no-repeat left top;
}
#header h1 {
	position:absolute;
	left:-3000px;
	width:1px;
}
#logo p {
	margin:16px 0px 79px 20px;
}
#header_rgt {
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
}
/*::::: layout :::::::::::::::*/
#colR {
	background-color:#ECECD2;
	padding:10px;
	height:1%;
}
#colR:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#colR_L1 {
	float:left;
	width:100%;
	margin-right:-190px;
}
#colR_L2 {
	width:100%;
	margin-right:190px;
	position:relative;
	left:-2px;
}
#colR_L1 > #colR_L2 {
	width:auto;
	position:static;
}
#colR_R {
	float:right;
	width:180px;
}
/*::::: contents :::::::::::::::*/
.box {
	padding:5px 4px;
	border:1px solid #C1C168;
	background-color:#ffffff;
	margin-bottom:10px;
}
.box h2 {
	margin-bottom:10px;
}
.box ul {
	list-style-image:url(/shared/images/shared/icon_list.gif);
	margin-left:10px;
	padding-left:10px;
	margin-bottom:0.3em;
}
.btn p {
	margin-bottom:10px;
}
#photo p img {
	margin-bottom:10px;
}
#photo_inline p {
	display:inline;
	margin-right:10px;
}
#spot {
	background:#FBFEFF url(/shared/images/tourism/spot_ttl_bg.jpg) repeat-x left top;
	padding:9px 10px 10px 10px;
	border:1px solid #0156AA;
	margin-bottom:10px;
}
#spot h2 {
	margin-bottom:10px;
}
#spot ul li {
	display:inline;
	margin-right:5px;
}
#spot ul li img {
	margin-bottom:5px;
}
/*::::: plugin :::::::::::::::*/
.plugin {
	margin:10px;
}
/*::::: print :::::::::::::::*/
@media print {
#gnavi,
#snavi,
#footer address,
#footer ul {
	display:block;
}
#appeal {
	position:relative;
	right:0px;
	top:0px;
}
#footer {
	border-top:3px solid #006DD9;
	padding-top:10px;
}
#colR {
	padding:0px;
}
}
