@charset "utf-8";
/* CSS Document */

html,body{
	margin:0 auto;
	padding:0;
	height:100%;
	background:#fffca3 url(../img_style/bg.png) center top repeat-x;
}

#wrapper{
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	padding:0;
	margin:0 auto;
	width:963px;
	border:0px solid red;
}

#wp_top_img{
	height:77px;
	background:url(../img_style/wp_img_top.png) repeat-x;
}

#top{
	height:241px;
	width:963px;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	position:relative;
	background:url(../img_style/bg_top.png) no-repeat;
}

#middle{
	width:963px;
	margin:0 auto;
	position:relative;
	background:url(../img_style/bg_middle.png) top repeat-x;
}
	#mc_head{
		height:120px;
		width:925px;
		margin:0 auto;
		margin-top:-90px;
		position:relative;
		background:url(../img_style/mc_head.png) no-repeat;
	}
	#mc_menu{
		margin:0 auto;
		margin-top:100px;
		margin-left:45px;
		position:relative;
	}
		#mc_menu ul {
			margin:0 auto;
			padding:0;
			list-style-type: none;
		}
		#mc_menu ul li{
			height:15px;
			font:12px/140% Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-align: center;
			float: left;
			padding:0px 0px 0 0px;
			margin:0;
			background:url(../img_style/bg_li.png) no-repeat right;
		}
		#mc_menu ul li a{
			color:#FFFFFF;
			text-decoration: none;
			padding:0px 15px 0px 15px;
		}
		#mc_menu ul li a:link, #mc_menu ul li a:visited, #mc_menu ul li a:active {
			height:15px;
			color:#FFFFF;
			display: block;
			background: none;
		}
		#mc_menu ul li a:hover{
			color:#600;
			text-shadow: 0px 0px 10px #900;
			border:0px solid red;
		}
		#mc_menu ul li.clear_li{
			background:none;
		}
	#mc_center{
		width:912px;
		font:12px/140% Verdana, Geneva, sans-serif;
		color:#1f0606;
		margin:0 auto;
		padding:0 0 0 13px;
		position:relative;
		background:url(../img_style/mc_center.png) repeat-y;
	}
		#mc_content{
			width:850px;
			min-height:232px;
			margin:0 auto;
			position:relative;
		}
		#mc_content_box{
			width:100%;
			margin:0px 0px 0px -32px;
			position:relative;
		}
		#mcc_left{
			float:left;
			width:180px;
			margin:0px 0px 0px 5px;
			position:relative;
	
		}
		#mcc_right{
			float:right;
			width:650px;
			margin:0 auto;
			position:relative;
		}
	#mc_bottom{
		height:136px;
		width:925px;
		font:12px/140% Verdana, Geneva, sans-serif;
		color:#1f0606;
		margin:0 auto;
		position:relative;
		background:url(../img_style/mc_footer.png) no-repeat;
	}
	
#footer{
	font:12px/140% Verdana, Geneva, sans-serif;
	color:#000;
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
}
	
	
	.gallery_box{
	float:left; 
	width:210px; 
	padding:10px 0 10px; 
	text-align:center;
}
.gallery_img{
	border:2px solid #C90;
}
.gallery_img:hover{
	border:2px solid #FC0;
}
.gallery_text{
	margin:5px 0 5px 0;
}

.content_text{
	font:14px/140% Verdana, Geneva, sans-serif;
	color:#000;
	text-align:center;
	margin:0 auto;
	line-height:20px;	
}
.content_text_remark{
	font:11px/140% Verdana, Geneva, sans-serif;
	color:#900;


	
}
.content_text_left{
	font:14px/140% Verdana, Geneva, sans-serif;
	color:#000;
	text-align:left;
	margin:0 auto;
	line-height:20px;	
}
.content_text_write{
	
	font:14px/140% Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	
}
.head2{
	
	font-family: trebuchet ms,helvetica,sans-serif;
	font-size:24px;
	color:#b22222;
	font-weight:bold;
	
	
}


.header{
	font-family:"Times New Roman", Times, serif;
	color:#900;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
		
		}
		

a.back_link:link,a.back_link:visited,a.back_link:active {
 color: #000000;
 font-size: 12px;
 font-family: "Arial";
 text-decoration:none;
}

a.back_link:hover { 
 color: #FF0000;
 font-size: 12px;
 font-family: "Arial";
  text-decoration:none;

}

/***********************/

.clearfix {display: inline-table;}

* html .clearfix {
	height:0px;
}