* {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
	background: #fff url(img/body_bg.gif) repeat-x;
	line-height: 1.5;
}

h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
p {}
img {border: 0;}
input {font-size: 12px;}
.clear {clear: both;}
.none {display: none;}

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* header css --------------------------------------------------------------------------------------------------------- */
#header {
	width: 740px;
	height: 98px;
	position: relative;
	background: url(img/header.jpg) no-repeat;
	z-index: 3;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	font-weight: normal;
}
#header h1 strong {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
}

#header img {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 370px;
	height: 75px;
	display: block;
/*\*/
	overflow: hidden;
/**/
}

#header h1 span {display: none;}
#header p {
	display: block;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 75px;
	position: absolute;
	top: 22px;
	right: 0px;
	text-indent: -9999em;
	background: url(img/catchcopy.jpg) no-repeat;
}
/* -------------------------------------------------------------------------------------------------------------------- */

/* navigation css ----------------------------------------------------------------------------------------------------- */
#navigation {
	width: 740px;
	height: 22px;
	position: relative;
	background: url(img/navigation_bg.gif) no-repeat;
	z-index: 4;
}

#navi {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi li.nv {
	display: inline;
	margin: 0 0 0 1px;
	padding: 0;
	position: relative;
	text-align: left;
	float: left;
	text-indent: -9999em;
}

#navi li a {
	display: block;
/*\*/
	overflow: hidden;
/**/
}

a#navi01 {width: 57px; height: 22px; text-indent: -9999em; background: url(img/navi_01.gif) 0 0 no-repeat;}
a#navi02 {width: 103px; height: 22px; text-indent: -9999em; background: url(img/navi_02.gif) 0 0 no-repeat;}
a#navi03 {width: 118px; height: 22px; text-indent: -9999em; background: url(img/navi_03.gif) 0 0 no-repeat;}
a#navi04 {width: 151px; height: 22px; text-indent: -9999em; background: url(img/navi_04.gif) 0 0 no-repeat;}
a#navi05 {width: 132px; height: 22px; text-indent: -9999em; background: url(img/navi_05.gif) 0 0 no-repeat;}
a#navi06 {width: 71px; height: 22px; text-indent: -9999em; background: url(img/navi_06.gif) 0 0 no-repeat;}
a#navi07 {width: 101px; height: 22px; text-indent: -9999em; background: url(img/navi_07.gif) 0 0 no-repeat;}

a#navi01:hover,
a#navi02:hover,
a#navi03:hover,
a#navi04:hover,
a#navi05:hover,
a#navi06:hover,
a#navi07:hover {background-position: 0 -22px;}

/*
a#navi01s {width: 57px; height: 22px; background: url(img/navi_01.gif) 0 -44px no-repeat;}
a#navi02s {width: 103px; height: 22px; background: url(img/navi_02.gif) 0 -44px no-repeat;}
a#navi03s {width: 118px; height: 22px; background: url(img/navi_03.gif) 0 -44px no-repeat;}
a#navi04s {width: 151px; height: 22px; background: url(img/navi_04.gif) 0 -44px no-repeat;}
a#navi05s {width: 132px; height: 22px; background: url(img/navi_05.gif) 0 -44px no-repeat;}
a#navi06s {width: 71px; height: 22px; background: url(img/navi_06.gif) 0 -44px no-repeat;}
a#navi07s {width: 101px; height: 22px; background: url(img/navi_07.gif) 0 -44px no-repeat;}
*/
/* -------------------------------------------------------------------------------------------------------------------- */

/* dropdown css ------------------------------------------------------------------------------------------------------- */
/*
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
}
*/
* html #navi ul {
/*	top: 0;*/
}
#navi ul li {
	position: static;
}
#navi li:hover ul {display: block;}

/* dd_aboutus */
#dd_aboutus {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 108px;
	position: absolute;
	top: 22px;
	left: 0px;
	display: none;
}
#dd_aboutus li a {
	margin: 0;
	padding: 3px 3px 0 18px;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	text-indent: 0;
	font-size: 11px;
	width: 85px;
	height: 16px;
	text-decoration: none;
}

#dd_aboutus li.menuTop {border-top: 1px solid #003399;}

#dd_aboutus li a:link, #dd_aboutus li a:visited {color: #fff; background: #3A6FB5 url(img/dropdown_bg.gif) no-repeat;}
#dd_aboutus li a:active, #dd_aboutus li a:hover {color: #fff; background-color: #122C52;}

/* ----------------------------------------------------------

/* contents css ------------------------------------------------------------------------------------------------------- */
#contents {
	margin: 20px 0;
	width: 740px;
	padding: 0;
	text-align: left;
	position: relative;
	background: url(img/contents_bg.jpg);
	z-index: 1;
}
/* -------------------------------------------------------------------------------------------------------------------- */

/* footer CSS --------------------------------------------------------------------------------------------------------- */
#footer {
	width: 740px;
	border-top: 1px solid #000;
	position: relative;
	z-index: 2;
}
#footer dl {list-style: none; margin: 0; padding: 0; position: absolute; top: 5px; left: 0px;}
#footer dt {margin: 0; padding: 0; line-height: 1.3;}
#footer dd {margin: 0; padding: 0; line-height: 1.3;}

#footer p {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
/* -------------------------------------------------------------------------------------------------------------------- */
