@charset "utf-8";

/*------------------------------------------------------------
rayout
------------------------------------------------------------*/

#container{
width:auto;
}

/*------------------------------------------------------------
headder
------------------------------------------------------------*/

.ui-link{
font-weight:normal;
}

#gHeader {
background-image:url(../images/header_bg.png);
background-repeat:repeat-x;

}

#h_menu ul li a{
height:50px;
border-bottom: solid 1px #ccc;
background-image: linear-gradient(bottom, rgb(245,245,245) 53%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(245,245,245) 53%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 53%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 53%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 53%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.53, rgb(245,245,245)),
color-stop(1, rgb(255,255,255))
);text-align:center;
line-height:3.0;
color:#333;
display:block;
text-shadow:none;
font-weight:700;
}


#h_menu ul li a:hover{
height:50px;
border-bottom: solid 1px #ccc;
background-image: linear-gradient(bottom, rgb(255,255,242) 33%, rgb(255,255,237) 73%);
background-image: -o-linear-gradient(bottom, rgb(255,255,242) 33%, rgb(255,255,237) 73%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,242) 33%, rgb(255,255,237) 73%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,242) 33%, rgb(255,255,237) 73%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,242) 33%, rgb(255,255,237) 73%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.33, rgb(255,255,242)),
color-stop(0.73, rgb(255,255,237))
);
text-align:center;
line-height:3.0;
color:#333;
display:block;
text-shadow:none;
font-weight:700;
}

/*------------------------------------------------------------
content
------------------------------------------------------------*/

#wrapper{
width:100%;
margin:0 auto;
}

#head_img{
width:auto;
height:100px;
background-image:url(../images/header_bottom.png);
background-position:bottom;
background-repeat:repeat-x;
margin:0 auto;
padding:0 0 10px 0;
}

.atention{
	width:100%;
	height:auto;
	margin:5px auto 0 auto;
}

#title_banner{
width:100%;
height:40px;
background-color:#544e42;
font-size:16px;
text-shadow:0 1px 1px rgba(255,255,255,0.8);
color:#fff;
text-align:center;
line-height:2;
padding-top:10px;
}

#head_img h1{
margin-left:10px;
}

#top_img{
	width:auto;
	margin:0 auto;
}

.title{
width:auto;
height:57px;
border-bottom: solid 1px #cccccc;
border-top: solid 1px #cccccc;
margin:10px auto 20px auto;
text-align:center;
}

.title h2{
font-size:24px;
text-shadow:0 1px 1px rgba(255,255,255,0.8);
padding-top:10px;
color:#7a4138;
}

#cont_back{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 4px #D3D3D3;
-moz-box-shadow: 0px 0px 4px #D3D3D3;
box-shadow: 0px 0px 4px #D3D3D3;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #FFFFFF));
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #FFFFFF));
background-color: #FFFFFF;
padding:20px 5px;
z-index: -1;
opacity: 0.9;
margin:10px 10px 20px 10px;
}

.box{
width:290px;
background-color:#FFFFFF;
clear:both;
overflow:hidden;
display:block;
}

.box2{
width:140px;
margin:0px 0 20px 16px;
padding:20px 0 20px 0;
float:left;
background-color:#FFFFFF;
}

.img_box{
width:90px;
height:100px;
padding:2px;
margin-left:5px;
margin-bottom:0px;
border: solid 1px #cccccc;
float:left;
}

.text_box {
width:180px;
float:left;
}

.text_box dl{
margin:0px 0 0 10px;
float:left;
font-size:10px;
}

.text_box h2{
font-size:14px;
overflow:hidden;
color:#333;
text-shadow:none;
}

.text_box dd{
color:#333;
text-shadow:none;
}

.text_box dd a{
display:block;
}

.text_box dt a{
font-size:13px;
color:#333;
text-shadow:none;
display:block;
margin-bottom:5px;
}

.border_sh {
margin:20px 5px 20px 5px;
border-bottom: 1px solid #cccccc;
box-shadow: 0 1px 0 #F5F5F5;
display:block;
width:95%;
}

.img_box a:active{
opacity: 0.20;
filter: alpha(opacity=20);
}

.text_box a:active{
opacity: 0.20;
filter: alpha(opacity=20);
}

dd h4{
font-size:12px;
color:#FF0000;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

#gFooter {
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

#gFooter ul{
margin:10px 0 40px 20px;
}

#gFooter ul li a{
font-size:12px;
color:#696969;
margin-right:16px;
}

#gFooter ul li a:hover{
font-size:12px;
color:#ccc;
margin-right:16px;
}

#add{
font-size:9px;
text-align:center;
font-style:normal;
color:#696969;
padding-bottom:50px;
}

.top_link{
display:block;
text-align:right;
padding-right:16px;
background-image:url(../images/bg.png);
text-shadow:0 1px 1px rgba(255,255,255,0.8);

}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/

.m_l10{
margin-left:10px;
}

.m_l20{
margin-left:20px;
}

.m_l25{
margin-left:25px;
}

.m_l60{
margin-left:60px;
}

.m_t5{
margin-top:5px;
}

.m_t10{
margin-top:10px;
}

.m_t20{
margin-top:20px;
}

.m_t30{
margin-top:30px;
}

.m_b5{
margin-bottom:5px;
}

.m_b20{
margin-bottom:20px;
}
