
html,h1,h2,h3,p,body,form,input
	{
	margin: 0;
	padding: 0;
	}
	
#container
	{
	width:880px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
	}
	
body
	{ 
	color: #333;
	font-size: 14px;
	line-height:120%;
	text-align:center;
	}
	
#contents
	{
	width:700px;
	margin-top:0px;
	padding: 0 5px;
	float:left;
	}

#menu
	{
	width:150px;
	padding: 0 5px;
	margin-top:0px;
	margin-left:5px;
	float:right;
	}
	
#genre_m{
	display:none;
	}

#main_t
	{
	width: 420px;
	padding: 20px 20px;
	margin: 0 12px;
	border:1px solid #bbb;
	float:left;
	}

#lmenu
	{
	width: 200px;
	padding: 0 5px;
	margin-right:5px;
	float:left;
	}


a	{
	color:#156df1;
	}

a:hover
	{
	text-decoration:none;
	color:#ccc;
	}

h1
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:120%;
	background:url(img/bg1.jpg) repeat-x;
	padding:20px 30px 0 30px;
	height:85px;
	}
	
	
h2 {
	color: #fff;
	background: #FB0081;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
	}

h3,h4{
	background:url(img/bg2.jpg) repeat-x;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	}

p{
	margin:10px 10px;
	font-size:12px;
	}
	
/* table */

table {
	/*table-layout:fixed;*/
	}
	
td
	{
	font-size:12px;
	line-height:120%;
	padding:5px, 0;
	word-break:break-all;
	word-wrap:break-word;
	}


.list_t{
	width:700px;
	margin-top:10px;
	border:1px dashed #bbb;
	border-collapse:collapse;

}

.list_td{
	border:1px dashed #bbb;
	padding:5px;
	/*width:33%;*/
}

.item_t{
	border:none;
}

.item_t td{
	padding:5px;
	font-size: x-small;
}

.detail_t{
	width:700px;
	border:2px dashed #bbb;
}

.detail_t td{
	padding:5px;
	font-size: small;
	line-height: 200%;
}

.rank_t{
	width:700px;
	border:1px solid #bbb;
}

.rank_t td{
	font-size: x-small;
}



/* sitemap */
.sitemap-box{
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	text-align: center;
}

.sitemap-box ul{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:20px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	/*background-color: #FFFFCC;*/
	list-style-type:none;
}

.sitemap-box ul li{
	width: 290px;
	margin: 5px;
	text-indent:20px;
	font-size:10px;
	line-height:130%;
	float:left;
	text-align: left;
	text-decoration: none;
	/*background-image: url(img/list_t.gif);*/
	background-position: 5px center;
	background-repeat: no-repeat;
}

.sitemap-box2{
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	text-align: center;
}

.sitemap-box2 ul{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:20px;
	padding: 20px;
	border: 3px solid #CCCCCC;
	/*background-color: #FFFFCC;*/
	list-style-type:none;
}

.sitemap-box2 ul li{
	width: 290px;
	margin: 5px;
	text-indent:20px;
	font-size:14px;
	line-height:200%;
	float:left;
	text-align: left;
	text-decoration: none;
	background-image: url(img/list_t.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#footer 
	{
	height: 20px;
	padding-top:10px;
	padding-right:25px;
	text-align: center;
	clear:both;
	font-size: 12px;
	}

.top-title{
	margin: 10px 0;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	background: #EDF2FF;
}

#menu ul{
	padding:0;
	margin: 15px;
	list-style-image:url(img/list_m.gif);
}

#menu li{
	font-size: x-small;
	vertical-align: top;
	line-height:150%;
}

.panlist{
	margin: 5px 0 10px 0;
	
}

.seo-p{
	/*display:none;*/
	font-size: 8px;
	color: #777;
}

.seo-p a{
	text-decoration: none;
	color: #777;
}

#lmenu h2{
	background:#FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	color:#333;
}

#lmenu ul{
	list-style-image:url(img/list_t.gif);
	}

#lmenu li {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 150%;
}

#lmenu li a{
	list-style: none;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	letter-spacing: 0.1em;
}

#lmenu li a:hover {
	width: 150px;
	list-style: none;
	color: #ccc;
}

#main_t h2{
	margin: 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 12px;
	color: #333;
	background:#FFFFFF;
	display: block;
}

#main_t a{
	color: #333;
	text-decoration: none;
	margin: 0 5px;
	background:url(img/list_t.gif) no-repeat;
	padding-left:15px;
}

#main_t a:hover{
	color:#ccc;
}

.travel_t table{
	width: 700px;
}

.travel_t td{
	font-size: 14px;
}
