@charset "utf-8";

/* Share Style ----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff;
	font-family: Verdana, Arial, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 0.8em;
	background-color: #2F2F2F;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p,li,dt,dl {
	line-height: 1.6;
}

p {
	margin: 0 0 1.6em 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

strong {
	font-style: bold;
}

em {
	font-style: normal;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.imgover {
	
}



/* Link Color ----------------------------------------------------------- */

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #FF9900;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}



/* header  ----------------------------------------------------------- */

#header {
	height: 96px;
	width: 720px;
	background-color: #2F2F2F;
	background: url(../images/bg-udline.gif) no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
	position: relative;
}

#headernavi {
	display: none;
}

#headerlogo {
	float: left;
	padding: 0px;
}

h1 {
	color: #00B6FF;
	font-weight: bold;
}



/* mainarea  ----------------------------------------------------------- */

#mainarea {
	width: 720px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}



/* mainarea catch  ----------------------------------------------------------- */

#topcatch {
	display: none;
}

#catch {
	display: none;
}




/* mainarea container  ----------------------------------------------------------- */

#container {
	width: 720px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-udline.gif) no-repeat;
	background-position: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}



/* mainarea main  ----------------------------------------------------------- */

#main {
	width: 720px;
	float: right;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: left;
	background: url(../images/bg-head.gif) no-repeat;
	background-position: top right;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}




/* mainarea main Headings  ----------------------------------------------------------- */

h3 {
	color: #00B6FF;
	font-weight: bold;
	border-left: 4px solid #00B6FF;
	margin: 0px 0px 9px 0px;
	padding: 1px 0px 1px 7px;
}

h4 {
	color: #00B6FF;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	color: #C2C0C4;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h6 {
	font-weight:normal;
	margin: 0;
}



/* mainarea main Text, Pix, ando so on  ----------------------------------------------------------- */

.Imp01T {
	color: #00B6FF;
}

.Imp02T {
	color: #FF6600;
}

.Imp01B {
	color: #00B6FF;
	font-weight: bold;
}

.Imp02B {
	color: #FF6600;
	font-weight: bold;
}

ul.listing {
	list-style-type: none;
	margin: 3px 0px 3px 0px;
}

ul.listing li {
	text-align: left;
	margin: 1px 0;
	background: url(../images/list-bg.gif) no-repeat left 7px;
	padding: 0px 0px 0px 0px;
}

ul.Sitemaplist {
	list-style-type: none;
	margin: 3px 0px 10px 0px;
}

ul.Sitemaplist li {
	text-align: left;
	margin: 1px 0;
	background: url(../images/list-bg-none.gif) no-repeat left 7px;
	padding: 0px 0px 0px 14px;
}

ul.Sitemaplist a:link,
ul.Sitemaplist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ul.Sitemaplist a:hover,
ul.Sitemaplist a:active {
	color: #FF6600;
	text-decoration: underline;
}


/* mainarea main Location Pix List  ----------------------------------------------------------- */


ul#thumbImgListW,ul#thumbImgListL {
	list-style-type: none;
	width: 466px;
	margin: 0px;
	padding: 0px;
}

#thumbImgListW li,#thumbImgListL li {
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
}

#thumbImgListW img,#thumbImgListL img {
	margin: 0px;
	padding: 4px;
	border: solid 1px #00B6FF;
	background: #FFFFFF;
	vertical-align: bottom;
}


/* mainarea sidebar  ----------------------------------------------------------- */

#sidebar {
	display: none;
}



/* footer  ----------------------------------------------------------- */

#footer {
	height: 19px;
	width: 720px;
	background: url(../images/bg-udline.gif) no-repeat;
	background-position: top;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	position: relative;
}

#copyright {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;	
	line-height: 21px;
}



