@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: #333; text-decoration: underline; outline: 0; } 
a:visited { color: #551a8b; text-decoration: underline; }  
a:hover { color: #0000cd; text-decoration: underline; outline: 0; } 
a:active { color: #0000cd; 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: #0000cd url(../images/body_bg.png) 0 0 repeat-x;
}

#wrapper {
	margin: 0;
	padding: 0;
}

	#header {
		margin: 20px auto 0;
		padding: 0;
		width: 936px;
		height: 91px;
		background: url(../images/header_bg.png) 0 0 no-repeat;
	}
	
		#header h1 {
			margin: 0;
			padding: 0;
			height: 90px;
			line-height: 90px;
			text-indent: 20px;
		}
		
			#header h1 a {
				margin: 0;
				padding: 0;
				color: #fff;
				font-size: 28px;
				text-decoration: none;
			}
			
				#header h1 a:hover {
					margin: 0;
					padding: 0;
				}
				
	#breadcrumb {
		margin: 0 auto;
		padding: 0;
		width: 936px;
		height: 31px;
		background: #fff;
	}
	
		#breadcrumb ul {
			margin: 0;
			padding: 0 0 0 15px;
		}
		
			#breadcrumb ul li {
				margin: 0;
				padding: 0;
			}
			
				#breadcrumb ul li a {
					display: block;
					float: left;
					margin: 0;
					padding: 0 20px 0 0;
					height: 31px;
					line-height: 31px;
					font-size: 10px;
					color: #000;
					text-decoration: none;
					background: url(../images/bread_list_bg.png) right 0 no-repeat;
				}
				
					#breadcrumb ul li a:hover {
						color: #666;
						text-decoration: underline;
					}
				
	#content {
		margin: 0 auto;
		padding: 0;
		width: 936px;
		background: #fff;
	}
	
		#main_cont {
			float: left;
			margin: 0;
			padding: 21px 15px 15px;
			width: 605px;
			background: #fff url(../images/content_head_bg.png) 0 0 repeat-x;
		}
		
			#main_cont h2, #main_cont h3 {
				margin: 0 0 10px 0;
				padding: 0 0 5px 0;
				font-size: 18px;
				font-weight: bold;
				border-bottom: 1px solid #ccc;
			}
			
			#main_cont .section {
				margin: 0 0 30px 0;
				padding: 0;
			}
		
		#side_nav {
			float: right;
			margin: 0;
			padding: 21px 15px 0;
			width: 270px;
			border-left: 1px solid #ccc;
			background: #E6E6E6 url(../images/content_head_bg.png) 0 0 repeat-x;
		}
		
			#side_nav ul {
				margin: 0 0 10px 0;
				padding: 0;
			}
			
				#side_nav ul li {
					margin: 0;
					padding: 0;
					text-indent: 17px;
				}
				
					#side_nav ul li a {
						display: block;
						margin: 0;
						padding: 0;
						height: 30px;
						line-height: 30px;
						text-decoration: none;
						border-bottom: 1px solid #ccc;
						background: url(../images/menu_list_bg.png) 0 10px no-repeat;
					}
					
						#side_nav ul li a:hover {
							margin: 0;
							padding: 0;
						}
		
/*--------------------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; }
		
	#footer {
		margin: 0 auto 10px;
		padding: 1px 0 0 0;
		width: 936px;
		height: 97px;
		line-height: 57px;
		text-align: center;
		background: url(../images/footer_bg.png) 0 0 no-repeat;
	}
	
		#footer address {
			margin: 0;
			padding: 0;
			text-shadow: 1px 1px 0 #fff;
		}
