﻿* {
	margin: 0;
	padding: 0;	
}

body {
	background: #FFF;
	text-align: center;
  font: 13px Verdana, Tahoma, Helvetica, Arial;
	color: #000;
}



/* default styles */

a:link, a:visited {
	color: #66c230;
	text-decoration: none;
}

a:hover, a:active {
	color: #17e017;
}

b {
	color: #000000;
}

p {
	margin-bottom: 13px;
}

h1 {
	color: #FFF;
	font-size: 32px;
	padding: 30px;
}

h3 {
	font-size: 18px;
	color: #057300;
	font-weight: bold;
}

h4 {
  font-size: 15px;
  color: #057300;
  font-weight: bold;
}

input, textarea {
	color: #057300;
}      


/* header */

#header {
  width: 1020px;
  height: 113px;
  background: url(header_bg.gif);
}

#header #login {
  float: right;
  display: block;
  padding: 0;
  width: 320px;
  height: 42px;
  margin: 30px 30px 0 0;
  color: #FFF;
	text-align: right;
}
#header #login a {
  color: #FFF;
}

#header_logo {
  float: left;
  display: block;
  padding: 0;
  width: 269px;
  height: 113px;
}

#header_navi {
  float: left;
  width: 1020px;
  height: 37px;
  background: url(navi_bg.gif) repeat-x;
}

#header_bottom {
	width: 1020px;
	height: 5px;
	background: url(header_bottom.gif);
	margin-bottom: 10px;
}

#banner_jb {
  width: 728px;
  float: right;
  display: block;
  margin: 9px 10px 0 0;
}




/* navi */

#navi {
	height: 37px;
}

#navi .item {
	float: left;	
	height: 37px;
	padding: 8px 14px;
	font-weight: bold;
	font-size: 15px;
}

#navi a:link, #navi a:visited {
	background: url(navi_normal.gif) repeat-x;
  color: #DADADA;
}

#navi a:hover, #navi a:active {
	color: #EEE;
  cursor: pointer; cursor; hand;
}

#navi a.active {
  color: #13CA12;
  background: url(navi_hover.gif) repeat-x;
}

#navi a.active:hover {
  cursor: pointer; cursor; hand;
}

#navi .space {
	float: left;
	width: 4px;
	height: 37px;
	background: url(navi_space.gif);
}


/* footer */

#footer {
	width: 1020px;
	text-align: center;
	color: #66c230;
}
      


/* main */

#page {
  margin: 0 auto;
  text-align: left;
  width: 1020px;
  background: #FFF;

}

#content {
	width: 100%;
	padding: 10px;
}

.box {
	padding: 0;
	margin: 0px auto;
	width: 600px;
}

.box1 {
	width: 550px;
	height: 33px;
	padding: 10px 10px 10px 60px;
	margin: 5px 0 3px 0;
	background: #B1D71C url(arrow1.gif) no-repeat 15px 16px;
	cursor: pointer; cursor; hand;	
  border: 1px dotted #354E61;
}

.box2 {
  width: 530px;
	height: 16px;
  padding: 10px 10px 10px 50px;
	margin: 1px 0 3px 30px;
  background: #C1E72C url(arrow2.gif) no-repeat 15px 11px;
	cursor: pointer; cursor; hand;
  border: 1px dotted #354E61;
}

.box3 {
  width: 510px;
	height: 16px;
  padding: 5px 10px 5px 40px;
	margin: 0 0 3px 60px;
  background: #D1F73C url(arrow3.gif) no-repeat 15px 8px;
	cursor: pointer; cursor; hand;
  border: 1px dotted #354E61;
}

.box3-active {
	background-color: #E1FF6C;
}


.count1 {
  float: right;
  font-weight: bold;
  font-size: 24px;
	color: #354E61;
}
.count2 {
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: #354E61;
}

a.greenlink:link, a.greenlink:visited {
	color: #057300;
	font-weight: bold;
}

a.greenlink:hover, a.greenlink:active {
  color: #057300;
  font-weight: bold;
	text-decoration: underline;
}

.button {
	width: 136px;
	height: 29px;
	background: #66c230 url(button_bg.gif);
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
  cursor: pointer; cursor; hand;
}

.nuolinavi {
	width: 532px;
	height: 27px;
	background: url(nuolinavi.gif);
  color: white;
}
.nuolinavi .item {
	float: left;
	width: 106px;
	height: 22px;
	padding: 4px 0 0 25px;
	font-weight: bold;
  cursor: pointer; cursor; hand;
}
.nuolinavi a {
	color: white;
}
      

        
/* misc */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nodisp {
	display: none;
}

.green {
	color: #057300;
}

.small {
	font-size: 11px;
}
