﻿@charset "utf-8";

/*-- index.html --*/

h1{
	width: 700px;
	height: 100px;
}
h1 a{
	display: block;
	width: 700px;
	height: 0;
	padding-top: 100px;
	background: url(../img/title.jpg) left top no-repeat;
	overflow: hidden;
}

a{ text-decoration: none; }


/*-- topbanner
---------------------------------------------------------*/
#topbanner{
	width: 700px;
	height: 184px;
	margin-bottom: 6px;
}
#topbanner a{
	display: block;
	width: 700px;
	height: 0;
	padding-top: 184px;
	overflow: hidden;
	background: url(../tour2011/img/tour2011fin.jpg) left top no-repeat;
}


/*-- tweet
---------------------------------------------------------*/
#tweet{
	width: 700px;
	height: 50px;
	margin: 0 0 10px 0;
	
	position: relative;
	overflow: hidden;
	
	background: #fff url(../img/tw_bg.png) left top no-repeat;
}
#tweet h2{
	width: 150px;
	height: 50px;
	float: left;
}
#tweet h2 a{ 
	display: block;
	width: 150px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
}
#tweet #twText{
	width: 536px;
	height: 50px;
	float: left;
	overflow: hidden;
	font-size: 12px;
	line-height: 50px;
}
#tweet #twText p#loading{
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-indent: 12px;
	color: #666;
	font-size: 12px;
}
#tweet #twText ul{
	list-style-type: none;
	list-style-position: outside;
	width: 526px;
	height: 50px;
	overflow: hidden;
}
#tweet #twText ul li{
	font-size: 12px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #333;
}


/*-- centerbox
---------------------------------------------------------*/
#centerbox{
	margin: 0 0 10px 0;
}


/*-- info
---------------------------------------------------------*/
#info{
	width: 550px;
	height: 496px;
	
	position: relative;
	float: right;
	
	background: url(../img/main/110824.jpg) left top no-repeat;
}

#info a:hover{ text-decoration: underline; }

#info h2{
	width: 100px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	float: left;
}

#info ul{
	list-style-position: inside;
	list-style-type: circle;
}
#info ul li{
	color: #eee;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
}

#info a{
	color: #aca;
}
#info a:hover{
	color: #eee;
}

/* -- news -- */
#info #news{
	width: 526px;
	height: 50px;
	position: absolute;
	top: 384px;
	left: 10px;
	overflow: hidden;
}
#info #news #newslist{
	width: 420px;
	height: 50px;
	float: left;
}
#info #news #newslist ul{
	margin: 0 0 0 9px;
}
#info #news #newslist li{
	margin: 9px 0 0 0;

}
#info #news li span.date{
	font-family: Arial,sans-serif;
	
}

/* topics */
#info #topics{
	width: 526px;
	height: 50px;
	position: absolute;
	top: 434px;
	left: 10px;
	overflow: hidden;
}
#info #topics #topic{
	width: 420px;
	height: 50px;
	float: left;
}
#info #topics #topic ul{
	margin: 0 0 0 9px;
}
#info #topics #topic ul li{
	margin: 8px 0 0 0;
}



/*-- bottombanner
---------------------------------------------------------*/
#bottombanner{
	width: 696px;
	height: 110px;
	padding: 0 0 15px 0;
	background: url(../img/bottombanner/tourlog_bottom.png) left bottom no-repeat;
	position: relative;
}
#bottombanner h2{
	width: 696px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background: url(../img/bottombanner/tourlog_head.png) left bottom no-repeat;
}
#bottombanner a {
	display: block;
	width: 228px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
}
#bottombanner a#tlog2008{
	position: absolute;
	top: 30px;
	left: 0;
	background: url(../img/bottombanner/tourlog_2008.jpg) left top no-repeat;
}
#bottombanner a#tlog2009{
	position: absolute;
	top: 30px;
	left: 234px;
	background: url(../img/bottombanner/tourlog_2009.jpg) left top no-repeat;
}
#bottombanner a#tlog2010{
	position: absolute;
	top: 30px;
	left: 468px;
	background: url(../img/bottombanner/tourlog_2010.jpg) left top no-repeat;
}


/*-- counter
---------------------------------------------------------*/
#count{
	padding: 10px 0 0 0;
}
div.gototop{
	clear: none;
	float: right;
}
#counter{
	float: left;
	width: 200px;
}

