@charset utf-8;


	
/**  common.css Menu *********************************************

  ・フッター

*******************************************************************/

	
/* フッター
--------------------------------------*/
#footer{
	font-size:12px;
	
	}


#footer .listArea {
	margin-bottom:10px;
	line-height:120%;
	height:175px;
}

#footer .listArea .txt01 {
	font-weight:bold;
	color:#dddddd;
}

#footer .listArea .tourList1 {
	width:160px;
	padding:12px 0 12px 15px;
	float:left;
}

#footer .listArea .tourList2 {
	width:240px;
	padding:12px 0 12px 15px;
	float:left;
}

#footer .listArea .tourList3 {
	width:220px;
	padding:12px 0 12px 15px;
	float:left;
}

#footer .listArea .tourList4 {
	width: 280px;
	padding: 12px 0 12px 15px;
	float: left;
}

#footer .listArea ul {
	margin-top:8px;
	float:left;
}

#footer .listArea ul.tourListLeft {
	margin-top:8px;
	padding-right:20px;
	float:left;
}

#footer .listArea ul li {
	padding-left:14px;
	background:url(../images/common/footer_ar.gif) no-repeat left 3px;
	margin-top:5px;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited {
	color:#898989;
	text-decoration:none;
}

#footer a:active {
	color:#666666;
	text-decoration:underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer .linkArea {
	width:950px;
	color:#dddddd;
	padding-top:15px;
	border-top:1px solid #414141;
}

#footer .link a {
	color:#dddddd;
}

#footer .linkArea .link {
	float: left;
	padding-left: 20px;
}

#footer .linkArea address {
	float:right;
	font-style:normal;
	font-weight:normal;
}

#footer li a {
	color:#898989;
}


	
/* 0. footer
---------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
	height: 430px;
	overflow: hidden;
	/* [disabled]position: relative; */
	background-color: #434343;
}

#footer #footer-title {
	width: 1000px;
	margin: 40px auto 0;
}

#footer #footer-inner {
	width:1000px;
	height:229px;
	margin:0 auto;
	position:relative;
}

#footer #pagetop-btn {
	position:absolute;
	left:432px;
	top:-210px;
	z-index: 100;
}

#footer #stxt {
	position:absolute;
	right:65px;
	top:-170px;
	z-index: 100;
	width: 200px;
	font-size: 13px;
	text-align: right;
	color: #fff;
}
