@charset "utf-8";

/*-------------------
CSSZbg
-------------------*/

#wrapper2{
	text-align: center;
	margin: 0 auto;
	}

#h-wrapper2{
	width: 980px;
	height: 80px;
	margin: 0 auto;
	position: static;
	}

* html #h-wrapper2 {
	margin-left:auto;
	text-align:left;
	}



#header2{
	width: 980px;
	height: 80px;
	text-align: left;
	margin: 0 auto;
	position:relative;
	}


#block {
	position:absolute;
	top:-62px;
	left:780px;
	}



#h-navi {
	position:absolute;
	top:-44px;
	left:780px;
	}

#navi2 {
	position:absolute;
	top:7px;
	}

#share-col{
	text-align: left;
	height: 80px;
	}


#breadcrumb {
	width: 970px;
	margin-left:5px;
	position:absolute;
	top:53px;
	}

#container{
	text-align: center;
	width: 100%;
	}

#c-wrapper2{
	margin-top: 0;
		}
		
#contents{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}


#main{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}


/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/

/*----- IE6_uEU -----*/
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*----- IE7MacFIE5 -----*/
.clr {
  display: inline-block;
}


/*----- IE6 -----*/
/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}



/*------------------------------------------------------------------------------------------*/


#newyear{
	margin: 0 auto;
	
	padding:10px 0;
	font-size:14px;
	width:950px;
	}

.newyear_top{
	margin: 0 auto 30px auto;
	
	}


/*-- ttl --*/

.ttl{
	height: 32px;
	margin: 0 auto 10px auto;
	border-top: 1px solid #6E0303;
	background:#99080D url(img/bk_ttl.gif) repeat-x top;
	}


.ttl h2{
	font-size: 18px;
	line-height:2;
	padding-left:10px;
	color:#FFF;
	margin-right: 20px;
	float: left;
	}


.ttl p{
	line-height:2.7;
	color:#FFF;
	float: left;
	}

/*-- tour --*/

.tour{
	width: 950px;
	margin:0 auto 15px auto;
	height: 360px;
	text-align: center;
	}


.tour .pl, .tour .plm, .tour .prm, .tour .pr{
	padding-top:15px;
	width: 228px;
	border: 1px solid #99080D;
	}

	
	
.tour .pl, .tour .plm, .tour .prm{
		float:left;
		margin-right: 9px;
		}
	
.tour .pr{
		float:right;
		}
	

.tour h3{
	width: 228px;
	padding: 5px 0;
	line-height: 1.5;
	margin: 15px auto 0 auto;
	border-top: 1px solid #99080D;
	background:#CA2828;
	font-size: 14px;
	color: #FFF;
	min-height:20px;
	height: auto !important;
	height: 20px;
	}

	.tour h3 span{
		font-size:12px;
		font-weight:bold;
		}
	.tour p{
		margin: 0 auto;
		width: 220px;
		min-height:120px;
		height: auto !important;
		height: 120px;
		text-align: left;
		}


.plan{
	width: 228px;
	background:#99080D url(img/bk_tour.gif) repeat-x top;
	}

	
	.plan .dep{
		width: 220px;
		text-align: left;
		margin:0 auto;
		padding: 5px 0 5px 0;
		}



	.btn{
		text-align:center;
		margin:0 auto;
		padding-top:5px;
		height: 22px;
		}


/* page top */
.pt{
	margin-bottom: 25px;
	padding: 0;
	font-weight: bold;
	float: right;
	}
/* arealink */

.arealink{
	width: 950px;
	clear: both;
	}


.arealink ul{
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	}

.arealink li{
	margin:0;
	color: #000;
	font-weight:bold;
	display:block;
	font-size: 14px;
	text-decoration: none;
	float:left;
	}

.arealink li a:link{
	margin:0;
	color: #fff;
	padding: 4px 6px;
	font-weight:bold;
	display:block;
	border:1px solid #6E0303;
	font-size: 14px;
	background:#990000;
	text-decoration: none;
	}
	
.arealink li a:visited{
	margin:0;
	color: #fff;
	padding: 4px 6px;
	font-weight:bold;
	display:block;
	border:1px solid #6E0303;
	font-size: 14px;
	background:#990000;
	text-decoration: none;
	}

.arealink li a:hover{
	margin:0;
	color: #fff;
	padding: 4px 6px;
	border:1px solid #6E0303;
	font-weight:bold;
	display:block;
	font-size: 14px;
	background:#FF0000;
	text-decoration: none;
	}


