
/* style */
/* -------------------------------------------------------- */
#page {
	width:970px;
	color:#333;
}
#page .inner {
	margin:0 20px;
}
/*nav*/
#page .titlearea {
	position:relative;
	height:400px;
}
#page .titlearea #topnav {
	position:absolute;
	width:920px;
	height:61px;
	top:327px;
	left:40px;
	padding:0px;
	margin:0px;
}
#page .titlearea #topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#page .titlearea #topnav ul li {
	float:left;
	width:180px;
	margin:0px 0px 0px 0px;
}
#page .titlearea #topnav ul li img {
	vertical-align: middle;
}

/*page*/
#page .noticelink {
	text-align:center;
	margin:12px 0 24px;
}
#page .noticelink span {
	color:#FF3300;
	font-weight:bold;
	font-size:131%;
	background:#FFFF60;
}
#page h3 {
	margin:35px 0 10px;
}
#page h3.first {
	margin:0 0 10px;
}
#page dl.tour {
	margin:0 10px 25px;
}
#page dl.tour.bottom {
	margin:0 10px 0;
}
#page dl.tour dd {
	margin-left:100px;
}
#page dl.tour dd table td {
	background:url(../img/dot.gif) repeat-x left bottom;
	padding:12px 0;
	font-size:1em;
	line-height:1.6;
}
#page dl.tour dd table.first td {
	padding:2px 0 12px;
}
#page dl.tour dd table td.cel01 {
	width:140px;
	vertical-align:middle;
	font-size:108%;
}
#page dl.tour dd table td.cel02 {
	width:40px;
	text-align:center;
}
#page dl.tour dd table td.cel03 {
	width:508px;
}
#page dl.tour dd table td.cel03 a {
	font-weight:bold;
	font-size:108%;
}
#page dl.tour dd table td.cel04 {
	width:120px;
	font-size:108%;
	vertical-align:middle;
}
#notice {
	background:#FFFCE1;
	margin:0 20px;
	zoom: 1;
}
#notice dl {
	padding:6px 14px;
	line-height:1.8;
}
#notice dt {
	color:#FF3300;
	font-weight:bold;
}
#notice dd p {
	padding-left:0.6em;
	text-indent:-0.6em;
}
#page .bnr-area {
	margin:20px 20px 0;
}
#page .bnr-area .title {
	margin-bottom:12px;
}
#page .bnr-area ul {
	margin:0 80px 10px;
}
#page .bnr-area ul li {
	float:left;
	width:234px;
	margin-right:10px;
}
#page .bnr-area ul li.right {
	margin-right:0;
}
#page .bnr-area ul li a {
	display:block;
}



/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}
.clfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */
