@charset "UTF-8";
#travel-wrap {
	height: auto;
	width: 650px;
	background: #FFF;
	padding: 20px 30px;
	border-radius: 5px;
	opacity: 0.8;
	right: 0px;
	float: right;
	margin: 65px 5% 50px auto;
	color: #5E4F44;
}
#travel_top {
	height: auto;
	background: url(../contents/travel/travel-header.png) no-repeat right top;
	min-height: 550px;
	font-size: 15px;
	color: #6E5D50;
	line-height: 22px;
}
#travel_menu {
	font-size: 15px;
	line-height: 23px;
	text-decoration: none;
	list-style: none;
	float: none;
	margin-left: -20px;
}
#travel_menu li  {
	list-style: none;
	margin-bottom: 20px;
}
#travel_menu    li a{
	text-decoration: none;
	list-style: url(none) none;
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	color: #5E4F44;
	border-left: 3px solid #8B857B;
}
#travel_menu    li a:hover{
	text-decoration: none;
	list-style: url(none) none;
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	color: #666600;
	border-left: 3px solid #478388;
}
#travel-title {
	font-size: 18px;
	color: #595352;
}
.travel-ctitle {
	font-size: 25px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
}
.travel-ctitle2 {
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#travel_text {
	float: right;
	margin: 5px 20px 20px;
	font-size: 15px;
	line-height: 23px;
	color: #1B3A09;
	clear: none;
	max-width: 500px;
}
#travel_contents {
	height: auto;
	background: url(../contents/travel/travel_contents_bk.png) no-repeat center top;
	min-height: 550px;
	padding-top: 80px;
	font-size: 15px;
	color: #665252;
	min-width: 710px;
}
.travel_index {
	font: normal 50px 'Cinzel', cursive;
	font-size: 14px;
	color: #FFF;
	background: #303D26;
	padding: 12px;
	width: 200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
}
.travel_index a{
	color: #FFF;
	text-decoration: none;
}
.travel_index:hover
{
	color: #FFF;
	text-decoration: none;
	background: #630;
}
