﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;

background-image:none;
}



p,ul,ol,li{
padding:0;

margin:0;

list-style:none;
}


a{
text-decoration:none;
}

body{
	
background-image:url("a_100.jpg");
/*#edd4ac;*/

}


.wrapper{

width:1000px;
	
margin:0 auto;

margin-top:100px;
}


.clearfix{

clear:both;

zoom:1;
}



.box_title{

width:1000px;

height:90px;


}


.title{

margin-left:16px;
font-size:28px;

color:#000000;

}


.box_1{

width:480px;

height:390px;

float:left;

}


.box_2{

width:40px;
height:390px;

float:left;

}





.p_16{

padding:0px 16px;

padding-bottom:3px;

padding-top:8px;
width:448px;

height:16px;

font-size:16px;

border-bottom:3px dotted #000000;

color:#000000;

}


.p_16_2{

padding:0px 32px;

padding-bottom:3px;

padding-left:30px;
padding-top:8px;
width:414px;

height:16px;

font-size:16px;

border-bottom:3px dotted #000000;

color:#000000;

}


.box_30{

width:1000px;

height:30px;
color:transparent;
}


ul li a{

padding:0px 16px;

color:#000000;

float:left;

font-size:14px;
}


a:link{

color:#000000;

}
 

a:visited{

color:#000000;

}


a:hover{

color:#000000;

}

div.box_1_1 div.title a:link{

color:#000000;

} 


div.box_1_1 div.title a:visited{

color:#000000;

}

div.box_1_1 div.title a:hover{

color:#000000;

}


p:hover{

color:#fff;

border-bottom:3px dotted #000000;

}




.clearfix:after{
content:".";

display:block;

height:0;

clear:both;

visibility:hidden;

}


img{
margin-top:24px;
border:3px #fff solid;
border-radius:10px;
}
