﻿@charset "utf-8";

/*=====================================================

* 0. header
* 1. container

=====================================================*/


/*=====================================================
* 0. header                                           
=====================================================*/

/* 0-1. header > login_section
------------------------------------- */

div#login_section {
	float: right;
	width: 298px;
	height: auto!important;
	height: 48px;
	min-height: 48px;
	border: 1px solid #573476;
	background: url(/images/html/top/login_section_bg.gif) repeat-y;
	position: relative;
}

div#login_section p.input_txt {
	height: 18px;
}

div#login_section p.login_txt {
	margin: 2px 0 3px 0;
}

div#login_section p.input_txt label img {
	height: 18px;
	margin-left: 2px;
	vertical-align: middle;
}

div#login_section p.input_txt input {
	width: 88px;
	height: 16px;
	border: 1px solid #583577;
	vertical-align: middle;
}

div#login_section p.btn {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 136px;
	height: 38px;
}

div#login_section p.btn input#login_btn {
	margin-right: 5px;
}

/*=====================================================
* 1. container                                        
=====================================================*/
/*div.top {
	background: url(/images/html/top/container_bg_top.jpg) no-repeat 290px 0;
}

div.vietnam {
	background: url(/images/html/top/container_bg_vietnam.jpg) no-repeat 290px 0;
}

div.cambodia {
	background: url(/images/html/top/container_bg_cambodia.jpg) no-repeat 290px 0;
}

div.laos {
	background: url(/images/html/top/container_bg_laos.jpg) no-repeat 290px 0;
}

div.other {
	background: url(/images/html/top/container_bg_other.jpg) no-repeat 290px 0;
}
*/

div#image_area{
	margin: 0;
	padding: 0;
	float: left;
	width: 540px;
	height: 340px;
	min-height: 340px;
	overflow: hidden!important;
}

p.top_copy {
	margin-bottom: 0.5em;
	font-size: 95%;
}

/* 1-1. container > sub_cnt
------------------------------------- */
div#sub_cnt {
	width: 280px;
	height: auto!important;
	height: 338px;
	min-height: 338px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: 1px solid #c5508d;
	border-bottom: 1px solid #c5508d;
	background: #c5508d;
	float: left;
}

div#sub_cnt a {
	color: #fff;
}

div#sub_cnt dl {
	margin: 5px 10px;
	border: 1px solid #fff;
}

div#sub_cnt dl dt {
	display: block;
	height: 15px;
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 1;
}

div#sub_cnt dl dt a {
	display: block;
	height: 15px;
	line-height: 15px;
}

div#sub_cnt dl dt img {
	vertical-align: top;
	float: left;
}

div#sub_cnt dt.tourlink {
	display: block;
	height: 34px;
	margin-bottom: 0px;
	background: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 1;
	border-bottom: 1px solid #fff;
}

div#sub_cnt dt.tourlinkedge {
	display: block;
	height: 34px;
	margin-bottom: 0px;
	background: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 1;
}

div#sub_cnt dt.tourlink a {
	display: block;
	height: 34px;
	line-height: 15px;
}







/* 1-1-1. container > sub_cnt > area_select
------------------------------------- */
dl.area_select ul {
	margin: 0 9px 10px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

dl.area_select ul li {
	float: left;
	width: 118px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* 1-1-2. container > sub_cnt > tour_sesearch
------------------------------------- */
dl.tour_search {
	position: relative;
	width: 258px;
}

dl.tour_search dt {
	margin-bottom: 5px!important;
}

dl.tour_search p.input_txt {
	margin: 3px 0;
}

dl.tour_search p.input_txt label {
	margin: 0 3px 0 9px;
}

dl.tour_search p.input_txt select {
	width: 109px;
	border: 1px solid #a53772;
}

dl.tour_search p.input_txt input {
	width: 108px;
	border: 1px solid #a53772;
}

dl.tour_search p.btn {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 50px;
	height: 38px;
}

/* 1-1-3. container > sub_cnt > made_tour
------------------------------------- */
p.made_tour {
	margin: 0 10px;
}

/* 1-1-4. container > sub_cnt > tour_ranking
------------------------------------- */
dl.tour_ranking ol {
	margin: -3px 0 2px 0;
}

dl.tour_ranking ol li {
	margin: 0 10px;
	padding-left: 50px;
}

dl.tour_ranking ol li.rank1 {
	background: url(/images/html/top/tour_ranklist01.gif) no-repeat 0 50%;
}

dl.tour_ranking ol li.rank2 {
	background: url(/images/html/top/tour_ranklist02.gif) no-repeat 0 50%;
}

dl.tour_ranking ol li.rank3 {
	background: url(/images/html/top/tour_ranklist03.gif) no-repeat 0 50%;
}

dl.tour_ranking p.more_read {
	margin:  0 10px;
	border-top: 1px solid #fff;
	text-align: right;
}

dl.tour_ranking p.more_read a {
	padding-left: 15px;
	background: url(/images/html/bg_arrow.gif) no-repeat 0 50%;
}

.rank1 a:hover,
.rank2 a:hover,
.rank3 a:hover {
	background: #c5508d;
/*	text-decoration: none;*/
} /*BG color is a must for IE6*/

.rank1 a.tooltip span,
.rank2 a.tooltip span,
.rank3 a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 300px;
}

.rank1 a.tooltip:hover span,
.rank2 a.tooltip:hover span,
.rank3 a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #c5508d;
	color: #c55082;
}


/* 1-2. container > section_area
------------------------------------- */
div.section_area {
	width: 830px;
	margin-bottom: 10px;
}

div.section_area h3 {
	margin-bottom: 10px;
}

div.section_area p.more_read {
	padding-top: 3px;
	border-top: 1px solid #573476;
	text-align: right;
}

div.section_area p.more_read a {
	padding-left: 15px;
	background: url(/images/html/bg_arrow2.gif) no-repeat 0 50%;
}

/* 1-2. container > section_area > section
------------------------------------- */
div.section {
	float: left;
	width: 280px;
	margin-right: 10px;
}

div.section ul {
	margin-bottom: 10px;
}

div.section ul.text_list {
	margin-bottom: 1px;
}

div.section ul.text_list li {
	padding-left: 15px;
	background: url(/images/html/bg_arrow.gif) no-repeat 0 50%;
}

div.edge_section {
	width: 250px;
	margin-right: 0;
}

div.purpose ul,
div.recommend ul {
	width: 280px;
	height: auto!important;
	height: 85px;
	min-height: 85px;
	margin-bottom: 0;
}

div.purpose ul li img,
div.recommend ul li img {
	padding: 1px;
	border: 1px solid #999;
}

div.purpose ul li.edge,
div.recommend ul li.edge {
	margin-right: 0;
}

div.purpose ul li {
	float: left;
	width: 90px;
	margin: 0 5px 5px 0;
	text-align: center;
}

div.purpose ul li span {
	display: block;
}

div.recommend ul li {
	float: left;
	width: 135px;
	margin: 0 10px 5px 0;
}

div.section ul.mini_bnr {
	height: 170px;
	padding-left: 10px;
	background: #ebebeb;
}

div.section ul.mini_bnr li {
	float: left;
	margin: 10px 10px 0 0;
}

div.section ul.mini_bnr li.edge {
	margin-right: 0;
}

div.section ul.big_bnr {
/*	height: 170px;
	padding-left: 10px;
	background: #ebebeb;*/
}

div.section ul.big_bnr li {
	float: left;
	padding: 10px;
	background: #ebebeb;
/*	margin: 10px 10px 0 0;*/
}

div.section ul.big_bnr li.edge {
	margin-right: 0;
}

/*------------------------------------------------------*/
/*   clearfix                                           */
/*------------------------------------------------------*/
dl.area_select ul:after,
div.section_area:after,
div.purpose ul:after,
div.recommend ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.area_select ul,
div.section_area,
div.purpose ul,
div.recommend ul {
	display: inline-block;
}

/* hides from IE-mac \*/
* html dl.area_select ul,
* html div.section_area {
	height: 1%;
}

dl.area_select ul,
div.section_area,
div.purpose ul,
div.recommend ul {
	display: block;
}
/* End hides from IE-mac */


