
/* CSS Document */

/*
トップメインエリア
=====================================*/
.top_mainBox {
	padding:10px 0 0;
}

#top_main {
	float: left;
	width: 720px;
	background: #FFF;
	padding:10px 0 60px;
}

.pageTop {
	display:none;
!important
}

.top_sideBox {
	margin:2px 0 10px;
}

.top_sideUl {
	line-height:0;
}

.top_sideUl li {
	line-height:0;
}

.top_sideUl li a {
	display:block;
	margin-bottom:10px;
}

.top_sideUl li img {
	vertical-align:bottom;
}

/*

=====================================*/
.top_btnBox {
	background:url(../img/top/bg_topBox.jpg) no-repeat;
	height:190px;
	padding:10px 0 0 10px;
}

* html .top_btnBox {
	height:200px;
}

.top_btnBox ul {
	line-height:0;
}

.top_btnBox ul li {
	line-height:0;
	float:left;

}

.top_btnBox ul li a {
	line-height:1.2;
	width:141px;
	height:39px;
	display:block;
	padding:41px 4px 4px 82px;
	margin:0 9px 10px 0;
	color:#000000;
}

/*.top_btnBox ul li a img {
	vertical-align: bottom;
}*/

/*

=====================================*/
.top_btnBox ul li#travelBtn a {
	background:url(../img/top/top_btn01_travel.jpg) no-repeat;
}
.top_btnBox ul li#tourBtn a {
	background:url(../img/top/top_btn02_tour.jpg) no-repeat;
}
.top_btnBox ul li#interpreterBtn a {
	background:url(../img/top/top_btn03_interpreter.jpg) no-repeat;
}
.top_btnBox ul li#hotelBtn a {
	background:url(../img/top/top_btn04_hotel.jpg) no-repeat;
}
.top_btnBox ul li#officeBtn a {
	background:url(../img/top/top_btn05_office.jpg) no-repeat;
}
.top_btnBox ul li#hanbaiBtn a {
	background:url(../img/top/top_btn06_hanbai.jpg) no-repeat;
}

