@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS 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: #551a8b; 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 */

/*---------------------------------*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FEBDB2 url(../images/body_bg.png) 0 0 repeat-x;
}

#wrapper {
	margin: 0;
	padding: 0;
}

	#header {
		margin: 0 auto;
		padding: 0;
		width: 900px;
		height: 100px;
		line-height: 100px;
		background: #ffd700 url(../images/header_bg.png) 0 0 repeat-y;
	}
	
		#header h1 {
			margin: 0;
			padding: 0;
			text-indent: 20px;
		}
		
			#header h1 a {
				margin: 0;
				padding: 0;
				text-decoration: none;
				color: #fff;
				font-size: 30px;
			}
			
				#header h1 a:hover {
					margin: 0;
					padding: 0;
				}
				
	#breadcrumb {
		margin: 0 auto;
		padding: 2px 0 0 0;
		width: 900px;
		height: 27px;
		line-height: 27px;
		background: #ff6347 url(../images/breadcrumb_bg.png) 0 0 no-repeat;
	}
	
		#breadcrumb ul {
			margin: 0;
			padding: 0 10px 0 0;
			text-align: right;
		}
		
			#breadcrumb ul li {
				margin: 0;
				padding: 0;
				font-size: 12px;
				color: #333;
			}
			
				#breadcrumb ul li a {
					margin: 0;
					padding: 0;
					font-size: 12px;
					color: #333;
					text-decoration: none;
				}
				
					#breadcrumb ul li a:hover {
						margin: 0;
						padding: 0;
						font-size: 12px;
						color: #333;
						text-decoration: underline;
					}
					
		#content {
			margin: 0 auto;
			padding: 20px 0 0 0;
			width: 900px;
			height: 100%;
			background: #fff url(../images/content_bg.png) 0 0 repeat-x;
		}
		
			p.main_img {
				margin: 0 auto 20px;
				padding: 0;
				width: 589px;
				height: 300px;
			}
		
			#main_cont {
				float: left;
				margin: 0;
				padding: 0;
				width: 647px;
				height: 100%;
			}
			
				#main_cont h2, #main_cont h3 {
					margin: 0 29px;
					padding: 0;
					font-size: 17px;
					height: 28px;
					line-height: 28px;
					text-indent: 10px;
					font-weight: bold;
					color: #333;
					border-left: 10px solid #ff6347;
					background: #eee;
				}
				
				#main_cont .section {
					margin: 0 29px;
					padding: 19px;
					line-height: 1.5;
				}
				
			#side_nav {
				float: right;
				margin: 0;
				padding: 0;
				width: 253px;
				height: 100%;
			}
			
				#side_nav ul {
					margin: 0;
					padding: 0;
				}
				
					#side_nav ul li {
						margin: 0;
						padding: 0;
						text-indent: 16px;
					}
					
						#side_nav ul li a {
							display: block;
							margin: 0;
							padding: 0;
							height: 30px;
							line-height: 30px;
							text-decoration: none;
							border-bottom: 1px dotted #666;
							background: url(../images/list_icon.png) 0 7px no-repeat;
						}
						
							#side_nav ul li a:hover {
								margin: 0;
								padding: 0;
								background: #eee url(../images/list_icon.png) 0 7px no-repeat;
							}
							
	#footer {
		margin: 0 auto;
		padding: 0;
		width: 900px;
		height: 44px;
		line-height: 44px;
		background: #ffd700 url(../images/footer_bg.png) 0 0 repeat-y;
	}
	
		#footer address {
			margin: 0;
			padding: 0;
			text-align: center;
			text-shadow: 1px 1px 0 #999;
		}
		
/*--------------------csv zone--------------------*/
#csv01 { margin: 0; padding: 0; }
	#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; }
