/***** Tag *****/
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h2, h3, h4, h5, hr, address{
	clear: both;
}


/* basic */
body{
	font-size: 90%;
	font-family: "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	background: url("../image/bg_body.gif");
}

/* block */
h2{
	color: #1d8c07;
	margin: 0px 15px 10px;
}
h2.lined{
	background: url("../image/bg_h3.gif") no-repeat right;
}
h3{
	color: #0068b3;
	margin: 20px 15px 14px 18px;
}
h4{
	color: #333;
	font-size: 120%;
	margin: 20px 15px 10px 18px;
	padding: 7px;
	border-right: 1px solid #caceca;
	border-bottom: 1px solid #caceca;
	border-left: 7px solid #59800d;
	background: #f7f8f7;
}
h5{
	color: #635b51;
	font-size: 120%;
	margin: 20px 15px 10px 18px;
	border-bottom: 1px dashed #635b51;
}
p{
	line-height: 150%;
	margin: 10px 15px 10px 18px;
}

hr{
	color: #fff;
	margin: 10px 0px;
	border-top: 1px dashed #666;
	border-bottom: 0px none transparent;
	border-left: 0px none transparent;
	border-right: 0px none transparent;
	background-color: transparent;
	width: 520px;
	height: 1px;
}
address{
	font-size: 80%;
	font-style: normal;
	margin: 8px 12px 10px;
}

/* list */
ul, ol, dl{
	margin: 10px 15px 25px 18px;
}

/*  <ul>  */
dl ul, dl ol{
	margin: 10px 15px 10px 14px;
}

ul li{
	margin: 0px 0px 5px;
	padding-left: 20px;
	list-style: none;
	background: url("../image/ico_car.gif") 2px 2px no-repeat;
}
li{
	line-height: 130%;
}
ul.link-li li{
	background: url("../image/ico_next.gif") 1px 1px no-repeat;
}
ul.default li{
	margin: 0px 0px 5px 20px;
	padding-left: 0px;
	list-style: disc;
	background-image: none;
}
li.acrobat{
	background: url("../image/ico_acrobat.gif") 2px 0px no-repeat;
}


/*  <ol>  */
ol li{
	margin: 0px 0px 5px 24px;
	padding-left: 0px;
	list-style: decimal;
	background-image: none !important;
}

/*  <dl>  */
dt{
	color: #59800d;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 0px 1px 3px;
	border-bottom: 1px solid #caceca;
}
dd{
	line-height: 130%;
	margin: 6px 0px 15px 12px;
}

/*  { frame }  */
dl.frame{
	border: 1px solid #caceca;
}
dl.frame dt{
	color: #fff;
	padding: 5px 6px;
	background: #59800d;
}
dl.frame dd{
	margin: 6px 0px 15px 8px;
}
dl.frame dd li{
	margin-left: 14px;
}


/* form */
form{
	margin: 10px 0px;
}
input{
	vertical-align: top;
}
.need{
	background: #fff6c7;
}
.btn{
	letter-spacing: 0.2em;
	padding: 5px;
}

/* inline */
img, table{
	border: 0px none transparent;
}
li img{
	vertical-align: top;
}

/* link */
a:link{
	color: #0068b3;
}
a:visited{
	color: #7819aa;
}
a:active{
	color: #fa5014;
}
a:hover{
	color: #fa5014;
}



/* table */
th, td{
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
	vertical-align: top;
}
td ul, td p{
	margin: 0px;
}

table.full{
	width: 490px;
}
table.nowrap th{
	white-space: nowrap;
}


/*  { tbl-v, list }  */
table.tbl-v, table.tbl-list{
	margin: 0px 15px 10px 18px;
	background: #fff;
	border-top: 1px solid #caceca;
	border-left: 1px solid #caceca;
}
table.tbl-v thead th, table.tbl-list thead th{
	color: #fff;
	background: #59800d;
}
table.tbl-v th, table.tbl-v td, table.tbl-list th, table.tbl-list td{
	padding: 5px;
	border-right: 1px solid #caceca;
	border-bottom: 1px solid #caceca;
}
table.tbl-v .colored, table.tbl-list .colored{
	background: #f0f1c6;
}

/*  { tbl-v }  */
.tbl-v th{
	color: #fff;
	background: #59800d;
}

/*  { list }  */
table.tbl-list th, table.tbl-list td{
	vertical-align: middle;
}

/*  { link-list }  */
.link-list{
	margin: 0px 15px 10px 18px;
	background: #fff;
	border-top: 1px dashed #caceca;
}
.link-list th{
	white-space: nowrap;
	padding: 4px 5px 5px 18px;
	background: url("../image/ico_next.gif") no-repeat 0px 6px;
	border-bottom: 1px dashed #caceca;
}
.link-list td{
	padding: 4px 0px 5px 0px;
	border-bottom: 1px dashed #caceca;
}



/***** General *****/
.wrapper{
	margin: 10px 0px 20px;
	width: 520px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.cut-r{
	margin: 0px 10px 10px 10px;
	float: right;
}
.cut-c{
	text-align: center;
}
.cut-l{
	margin: 0px 10px 10px 10px;
	float: left;
}
.links{
	margin: 30px 15px 10px;
	clear: both;
}
.pagetop{
	text-align: right;
	margin: 20px 18px 0px;
	clear: both;
}
.hr{
	margin: 15px 0px 10px;
	border-top: 1px dashed #666;
	width: 520px;
}
.clear{
	clear: both;
}

/*  em, strong  */
em{
	color: #111;
	font-style: normal;
	padding: 2px;
	background: #ffd400;
}
.point-a{
	color: #c33;
}
.point-b{
	color: #fe3;
}
.point-area{
	padding: 10px;
	background: #fff6c7;
}

.note-a{
	font-size: 80%;
}





/***** Area *****/
#container{
	margin: 0px auto;
	text-align: left;
	background: #fff url("../image/bg_container.gif") repeat-y;
	border-bottom: 4px solid #d8c683;
	width: 688px;
}


/*  Header Area  */
#header{
	margin-left: 4px;
	width: 680px;
}
#header h1{
	float: left;
	width: 304px;
}
#header p{
	margin: 0px;
	float: right;
	width: 133px;
}

/*  Global Nav Area  */
#gnav{
	background: #8cb848 url("../image/bg_gnav.gif") repeat-x;
	width: 680px;
	height: 26px;
	clear: both;
}
#gnav div{
	float: left;
}
#gnav a, #gnav strong{
	text-indent: -999em;
	display: block;
	height: 26px;
}
#nav0, #nav0 a, #nav0 strong{
	background: url(../image/gnav_00.gif) bottom left no-repeat;
	width: 58px;
}
#nav1, #nav1 a, #nav1 strong{
	background: url(../image/gnav_01.gif) bottom left no-repeat;
	width: 135px;
}
#nav2, #nav2 a, #nav2 strong{
	background: url(../image/gnav_02.gif) bottom left no-repeat;
	width: 84px;
}
#nav3, #nav3 a, #nav3 strong{
	background: url(../image/gnav_03.gif) bottom left no-repeat;
	width: 96px;
}
#nav4, #nav4 a, #nav4 strong{
	background: url(../image/gnav_04.gif) bottom left no-repeat;
	width: 69px;
}
#nav5, #nav5 a, #nav5 strong{
	background: url(../image/gnav_05.gif) bottom left no-repeat;
	width: 93px;
}
#nav6, #nav6 a, #nav6 strong{
	background: url(../image/gnav_06.gif) bottom left no-repeat;
	width: 97px;
}

#gnav a:hover, #gnav strong{
	background-position: 0px 0px;
}
#gnav strong a{
	background-position: 0px 0px;
}

/*  Contents Area  */
#main{
	background: url("../image/bg_main.gif") left repeat-y;
	width: 688px;
}
#contents{
	padding: 15px 0px 15px 0px;
	background: url("../image/bg_contents.gif") top no-repeat;
	float: right;
	width: 524px;
}

/*  Navigation Area  */
#navigation{
	background: url("../image/bg_nav.gif") top no-repeat;
	float: left;
	width: 164px;
}
#navigation dl{
	margin: 10px 0px 15px 12px;
}
#navigation dt{
	padding-left: 0px;
	border-bottom: 0px none;
}
#navigation dd{
	margin: 0px 0px 0px 0px;
}

#navigation dd dl{
	margin: 6px 10px 10px 2px;
	border-bottom: 1px dashed #c2a53d;
}
#navigation dd dt{
	font-size: 100%;
	padding-left: 20px;
	background: url("../image/ico_car.gif") 2px 2px no-repeat;
	border-bottom: 1px dashed #c2a53d;
}
#navigation dd ul{
	margin: 6px 10px 10px 6px;
}
#navigation dd ul li{
	padding-left: 12px;
	background: url("../image/ico_nav.gif") 0px 4px no-repeat;
}
#navigation dd ul li ul{
	margin: 6px 0px 10px 0px;
}
#navigation dd ol{
	margin: 6px 0px 10px 2px;
}
#navigation dd ol li{
	padding-left: 0px;
}
#navigation li strong{
	color: #59800d;
}

/*  Footer Area  */
#foot-nav{
	margin: 0px;
	padding: 22px 12px 0px;
	background: url("../image/hr_grass_02.gif") top no-repeat;
	clear: both;
}
#foot-nav li{
	margin: 0px;
	padding: 0px 11px 0px 0px;
	background: url("../image/lnk_div.gif") right no-repeat;
	display: inline;
}
#foot-nav strong{
	color: #717171;
}


/***** Page *****/
/* <Top page> */
#toppage #contents{
	padding: 0px 0px 5px 0px;
	background: none;
	float: none;
	width: 688px;
}
#toppage #foot-nav{
	background: url("../image/hr_grass.gif") top no-repeat;
}
#toppage h2{
	margin-top: 5px;
}

#main-v{
	text-align: right;
	width: 388px;
	float: left;
}
#top-nav{
	width: 300px;
	float: right;
}
#top-nav p, #top-nav h2{
	margin: 0px;
}

#toppage table.news{
	margin: 0px 15px 10px 15px;
	background: #fff;
	width: 658px;
}
table.news th, table.news td{
	padding: 5px 10px 5px 5px;
}
table.news th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}
table.news td{
	width: 578px;
}
table.news .colored{
	background: #f5f5f5;
}
.news-list{
	margin-top: 0px;
}



/* <News> */
table.news{
	margin: 0px 15px 0px;
	background: #fff;
	width: 494px;
}



/* <Campaign> */
.camp-span strong{
	color: #fff;
	font-weight: normal;
	padding: 5px;
	background: #59800d;
	border-top: 1px solid #caceca;
	border-bottom: 1px solid #caceca;
	border-left: 1px solid #caceca;
}
.camp-span span{
	padding: 5px;
	border-top: 1px solid #caceca;
	border-right: 1px solid #caceca;
	border-bottom: 1px solid #caceca;
}



/* <Lightbox> */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 90%;
	padding-top: 0.4em;
}	
#lightboxCaption{
	float: left;
}
#keyboardMsg{
	float: right;
}
#closeButton{
	top: 5px;
	right: 5px;
}
#lightbox img{
	border: none;
	clear: both;
}
#overlay img{
	border: none;
}
#overlay{
	background-image: url(../js/overlay.png);
}
* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/overlay.png", sizingMethod="scale");
}

/*
	border: 1px solid red;
*/
