/*body {
	margin: 0px;
	background-color: #CBE8C9;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	color: #2c2c2c;
font-size: 80%;
line-height: 150%;
}*/

#w_body {
margin: 0px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

h1,h2,h3,h4,p,img,ul,ol,li { margin: 0px; padding: 0px; }
/*a img { border: none; }*/

/*******************  font ***********************/

h1,h2 {
	font-size: 12px;
}
h3 { font-size: 80%; }
p,ol,ul { font-size: 80%; line-height: 150%; }

h2.green { font-size: 90%; color: #307D17; }

.size10 { font-size: 65%; line-height: 120%; color: #333333; }
.size11 { font-size: 70%; line-height: 150%; color: #333333; }
.size12 { font-size: 80%; line-height: 160%; color: #333333; }
.size14 { font-size: 90%; line-height: 160%; color: #333333; }
.orange_size10 { font-size: 65%; line-height: 120%; color:#ff9f19; }
.orange_size14 { font-size: 90%; line-height: 150%; color:#ff9f19; }
.blue_size12 { font-size: 80%; line-height: 150%; color:#004D8C; }

sup { font-size: 65%; }
.NewsNotice { color: #a02424; }

/*******************  link ***********************/

A:link { color: #307D17; text-decoration: none; }
A:visited { color: #307D17; text-decoration: none; }
A:hover { color: #6FA85A; text-decoration: none; }
A:active { color: #6FA85A; text-decoration: underline; }

/*******************  common contentarea ***********************/

/* #contentarea {
width: 800px;
background-image: url(../project/img/contentarea_bg.gif);
background-position: center top;
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
} */

#contentbody {
	width: 800px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: ffffff;
}

#page_top { margin: 40px 0px 0px 0px; }


hr { display: none; }
.clear-both { clear: both; }
.hidden { display: none; }

