@charset "utf-8";



* {

	margin: 0px;

	padding: 0px;

	font-size: 12px;

	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

	border: 0px;

}



body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }

ul, li { list-style-type: none; }

a { color: #00c; text-decoration: underline; outline: 0; }

a:visited { color: #000; text-decoration: underline; }

a:hover { color: #f00; text-decoration: underline; outline: 0; }

a:active { color: #f00; text-decoration: underline; outline: 0; }

hr { display: none; }

em, address { font-style: normal; }

strong { font-weight: bold; }

.clear { clear: both; }

.fL { float: left; }

.fR { float: right; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

p { margin: 0 0 10px 0; }

img { border: 0; }



/*------------clearfix-------------*/



.clearfix:after {

   content: ".";

   display: block;

   clear: both;

   height: 0;

   visibility: hidden;

}

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/

* html .clearfix { height: 1% }

.clearfix {display:block;}

/* end MacIE5 */



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



body {

	background: #6D9242;

	color: #2B2B2B;

}



#wrapper {

	width: 100%;

	margin-top: 9px;

	min-height: 100%;

	height: auto !important;

	height: 100%;

	border-top: 1px solid #E9E9E9;

	background: #F9F9FB url(../images/bg.jpg) top center repeat-x;

}



	#header {

		margin: -1px auto 0;

		padding: 0;

		width: 940px;

		height: 76px;

		line-height: 76px;

	}

	

		#header h1 {

			margin: 0;

			padding: 0;
			
			font-size: 23px;

		}

		

			#header h1 a {

				margin: 0;

				padding: 0;

				font-size: 23px;

				font-weight: bold;

				text-shadow: #fff 1px 1px 1px;

				text-decoration: none;

				color: #222;

			}

	

	#content {

		width: 940px;

		min-height: 500px;

		margin: 0 auto;

		padding: 20px;

		background: #ffffff;

	}

	

		#breadcrumb {

			margin: 0;

			padding: 2px;

			text-align: right;

			background: #6d9242;

		}

		

		#breadcrumb:hover { background: #ccc; }

			#breadcrumb ul { margin: 0; padding: 0; }

				#breadcrumb ul li { margin: 0; padding: 0; }

					#breadcrumb ul li a { margin: 0; padding: 0; }

					

		#content #main {

			margin: 0;

			padding: 15px 0 0 0;

		}

	

			#content #main #left_cont {

				float: left;

				margin: 0 15px 0 0;

				width: 610px;

			}

			

				#content #main #left_cont h2, #content #main #left_cont h3 {

					margin: 0;

					padding: 0;

					font-size: 20px;

					font-weight: bold;

					text-indent: 7px;

					border-bottom: 1px solid #ccc; 

					border-left: 10px solid #6d9242;

				}

				

				#content #main #left_cont h2:hover, #content #main #left_cont h3:hover {

					border-left: 10px solid #6b6b6b;

				}

			

				#content #main #left_cont .section {

					margin: 0 0 15px 0;

					padding: 10px;





				}

			

			#content #main #right_cont {

				float: right;

				margin: 0 0 0 15px;

				width: 300px;

			}

			

				#content #main #right_cont ul {

					margin: 0;

					padding: 0;

				}

				

					#right_cont ul li {

						margin: 0;

						padding: 0;

						border: 1px solid #a8a8a8;

						border-bottom: none;

					}

					

						#right_cont ul li a {

							display: block;

							margin: 0;

							padding: 0;

							height: 30px;

							line-height: 30px;

							color: #fff;

							font-weight: bold;

							text-shadow: #333 1px 1px 0;

							text-decoration: none;

							text-indent: 10px;

							border: 1px solid #f9f9f9;

							border-bottom: none;

							background: #6D9242;

						}

						

					#right_cont ul li.last {

						border-bottom: 1px solid #a8a8a8;

					}

					

						#right_cont ul li.last a {

							border-bottom: 1px solid #6D9242;

						}

						

							#right_cont ul li a:hover {

								color: #555;

								text-shadow: #eee 1px 1px 0;

								background: #ccc;

							}

	

	#footer {

		width: 980px;

		height: 306px;

		min-height: 40px;

		margin: 0 auto;

		padding: 0;

		font-size: 10px;

		color: #ccc;

		text-align: center;

		background: #6D9242;

	}

	

	#footer:hover {

		background: #666;

	}

	

		#footer address {

			margin: 0;

			padding: 270px 0 0 0;

			font-style: normal;

		}

		

/*--------------------csv zone--------------------*/

#csv01 { margin: 0; padding: 0 0 0 12px; }

	#csv01 dl { margin: 0; padding: 0; }

		#csv01 dl dt { margin: 0 0 3px 0; padding: 0; }

			#csv01 dl dd { margin: 0 0 10px 0; padding: 0 10px; }


