@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

body {
	text-align: center;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 13px;
}

a {
	color: #3D52A1;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size:100%;
}

#bg {
	background: url(../img/bg.jpg) ;
	margin: 0 auto;
	width: 900px;
	height: 900px;
}

#wrap {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.float-l { float: left; }

.float-r { float: right; }

.left {
	width: 233px;
	background: #e7ecef;
	height: 780px;
}

.right {
	width: 567px;
	height: 780px;
	background: white;
}

#language {
	position: absolute;
	right: 1px;
	top: 1px;
}

#logo {
	background: url(../img/hdr.jpg);
	height: 210px;
}

#logo h1 {
	font-size: 40px;
	color: #223802;
	padding: 50px 0 0 30px;
	margin-bottom: 10px;
}

#logo div { padding-left: 150px; }

#catch {
	font-size: 20px;
	font-weight: bold;
}


ul#nav {
	background: url(../img/hdl.jpg);
	height: 176px;
	padding: 50px 50px 0 50px;
}

ul#nav li {
	list-style: none;
	line-height: 1.9em;
	border-bottom: white 1px solid;
}

ul#nav li a { color: white; }

#menu h2 {
	font-size: 24px;
	padding: 30px 0 0 40px;
}

#menu ul { padding: 10px 40px 0 40px; }

#menu li {
	line-height: 1.9em;
	border-bottom: 1px solid #88bcbc;
	list-style: inside disc;
}

#menu li a { color: #336666; }

#main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #669900;
	padding: 30px 0 10px 10px;
}

#main p {
	padding: 0 20px 0 20px;
	line-height: 1.6em;
	font-size: 14px;
}

#main span {
	padding: 10px 0 0 10px;
	font-size: 16px;
	color: #5819E7;
}

#main table {
	margin-left: auto;
	margin-right: auto;
}

/*-------------------- footer --------------------*/
#footer {
	clear: both;
	position: relative;
	height: 60px;
	left: 20px;
	top: 10px;
	color: white;
}

#footer a { color: white; }

/*--------------------  table -------------------- */
table {
	width: 550px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

th {
	text-align: center;
	background-color: #F7F7F7;
	padding: 5px;
}

td {
	padding-left: 0.2em;
	padding: 5px;
}

/*-------------------- common -------------------- */
.index {
	border-left: 16px solid #1841E7;
	border-bottom: 1px solid #1841E7;
	width: 500px;
	padding-left: 10px;
	margin: 10px 10px;
	font-size: 16px;
}

.indexc {
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.mark {
	list-style: inside disc;
	margin-left: 30px;
	font-size: 14px;
	line-height: 160%;
}

.active { color: #000000; }

.red { color: #FF0000; }

.bottom { vertical-align: bottom; }

#info {
	text-align: right;
	margin: 2em 0.5em 0 0;
}

#banner {
	text-align: center;
	margin-top: 20px;
}

#banner img {
	width: 200px;
	margin-bottom: 1em;
}

/*-------------------- company table -------------------- */
#company th {
	width: 85px;
	padding: 10px;
}

#company td { padding: 10px; }

/*-------------------- travel table -------------------- */
.col1 { width: 150px; }
.col2 { width: 300px; }
.col3 { width: 100px; }

