@charset "utf-8";
body {
	background: url("images/bg-pattern.png") #FFF;
	margin: 1;
	padding: 0;
	color: #000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 4px;
	padding-left: 4px;
	color: #0000AB;
	padding-top: 4px;
}
h2 {
	font-size: 16px;
}
#container #footer #ticker #ticker-slider p {
	font-size: 12px;
}


a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

#container {
	width: 1008px;
	background: url("images/content-bg.png") repeat-y;
	margin: 0 auto;
}

#header{
	background: url("images/header.jpg") no-repeat;
	margin: 0 7px;
	height: 90px;	/*overflow: hidden;*/
}

#header-navi { list-style: none; padding-right: 25px;}
#header-navi > li { 
	float: right;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 0 5px;
	background: transparent url("images/header-vrule.png") right top no-repeat;
}
#header-navi > li.last { background: none; }
#header-navi > li .rollover { position: relative; overflow: hidden; height: 90px; }
#header-navi > li a {
	background: url("images/header-arrow.png") transparent no-repeat;
	background-position: center 55px;
	color: #6600CC;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 120px;
	position: absolute;
	left: 0;
}

#header-navi > li .rollover a {	top: 20px; }

#header-navi .submenu{
	background: url("images/submenu-top.png") top left no-repeat;
	padding-top: 22px;
	display: none;
	z-index: 100;
	position: absolute;
	top: 90px;
	width: 245px;
	right: -20px;
}
#header-navi .submenu ul{
	list-style: none;
	background: url("images/submenu-bottom.png") bottom left no-repeat;
	padding-bottom: 18px;
}
#header-navi li:hover .submenu {display: block; }

#header-navi > li  a > span { position: relative; width: 100px; height: 70px; margin: 40px auto 0; display: block; }
#header-navi .icon-mto{ background: url("images/icon-mto.png") center center no-repeat; }
#header-navi .icon-webcast{ background: url("images/icon-webcast.png") center center no-repeat; }
#header-navi .icon-www{ background: url("images/icon-www.png") center center no-repeat; }

#header-navi .submenu li { text-align: left; background: transparent url("images/submenu-bg.png") top left repeat-y;}
/*#header-navi .submenu li a { background: none; height: auto; position: relative; font-size: 14px; font-style: normal; font-weight: normal; padding: 0 15px; display: inline;}*/
#header-navi .submenu li a {
	background: none;
	height: auto;
	position: relative;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 0 15px;
}
#header-navi .submenu li a:hover {
	color: #6633FF;
}
#header-navi .submenu li img { display: inline; padding: 0 15px 0 10px;}
#header-navi .submenu li h2 {
	font-size: 14px;
	color: #6633FF;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0 15px 10px;
}


/* ~~ This is the layout information. ~~ */
#content {
	height: 455px;
	position: relative;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
}

#display-dummy {
	background: #003;
	height: 500px;
}

.shadow-bottom{ background: url("images/hrule-bottom-shadow.png") transparent repeat-x top left; height: 10px; position: absolute; top: 0px; left: 0px; width: 994px;}
.shadow-top{ background: url("images/hrule-top-shadow.png") transparent repeat-x top left; height: 10px; position: absolute; bottom: 0px; left: 0px; width: 994px;}

#footer{
	background: url("images/bottom.jpg") no-repeat;
	margin: 0 7px;
	height: 190px;
}

#ticker {
	height: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#ticker * {
	display: inline;
	white-space: nowrap;
	color: #660099;
	vertical-align: middle;
}

#ticker ul { position: absolute; }
#ticker h2{ font-size: 16px; }
#ticker a { font-size: 12px; padding: 0 40px 0 5px; background: url("images/ticker-sep.gif") right 50% no-repeat; }
#ticker a:hover {
	color: #6600FF;
	text-shadow: 0 0 5px #FF006A;
}

#vtours { position: relative; }
#tourstrip { position: relative; overflow: hidden; height: 150px; width: 850px; margin: 15px auto 0; }
#tourstrip ul{ list-style: none; height: 150px; width: 1100px; position: absolute; }
#tourstrip ul li { display: block;  width: 160px; height: 150px; float: left; padding: 0 5px; text-align: center;}
#tourstrip li img { width: 150px; height: 100px; padding: 2px; display: block; margin: 0 auto; }
#tourstrip li h2,
#tourstrip li a,
#tourstrip li p {
	color: #660099;
	text-decoration: none;
}
#tourstrip li a:hover {
	color: #6666FF;
	text-shadow: 0 0 5px #FF006A;
}
#tourstrip li a:hover img{ border: 1px solid #bf0050; padding: 1px;}

a.vnavi { display: block; position: absolute; width: 34px; height: 150px; top: 0;}
.navi-left { left: 20px; background: transparent url("images/vtours-left.png") left center no-repeat; }
.navi-left:hover { background-position: right center; }
.navi-right { right: 20px; background: transparent url("images/vtours-right.png") left center no-repeat; }
.navi-right:hover { background-position: right center;}

#infos {
	font-size: 12px;
	color: #000099;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#infos li {
	list-style-position: inside;
	padding-left: 15px;
	color:#660099;
	font-size:12px;
}

#siteinfo {
	padding: 10px;
	clear: both;
	color: #FFFFFF;
}
#siteinfo, #siteinfo a {
	font-size: 10px;
	color: #FFFFFF;
}


#overlay{
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: url(images/fog.png);
	left: 0;
	top: 0;
}

#introbox{
	width: 700px;
	margin: 0 auto 0 auto;
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #0071a6;
	-moz-box-shadow: 2px 2px 7px #000; 
  -webkit-box-shadow: 2px 2px 7px #000; 
  box-shadow: 2px 2px 7px #000; 
}

#disclaimer-ani{
	height: 240px;
	text-align:center;
	margin: 7px 6px 10px;
}

#disclaimer{
	height: 350px;
	overflow:auto;
	margin: 0 10px;
	font-size: 11px;
}

#disclaimer h2{
	color: #FF6666;
	font-size: 16px;
	text-align: center;
}

#disclaimer h3{
	margin: 10px 0 10px 0;
	font-size: 12px;
	color: #6633FF;
}

#agree{
	height: 50px;
}

#agree form{
	margin: 10px auto;
	text-align: center;
}

#agree form input{
	color: #FF6666;
	background: #FFF;
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, serif;
	cursor: pointer;
}

#agree form input:hover{
	color: #6666FF;
}




.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.width50 {width: 50px !important;}
.width100 {width: 100px !important;}
.width150 {width: 150px !important;}
.width200 {width: 200px !important;}
.width250 {width: 250px !important;}
.width300 {width: 300px !important;}

