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

body{
background:#1ce8cf;
color:#fff;
}

#wrapper{
width:884px;
margin:0 auto;
margin-top:200px;
}

.clearfix{
clear:both;
}


.phot{
width:884px;
height:206px;;
}


.box_1{
width:190px;
height:190px;;
float:left;
background-image:url("blog_1.jpg");
border:solid #fff 3px;
padding:5px;
}



.box_2{
width:20px;
height:200px;;
float:left;
}

div.box_1 hover:{
background:#000000;
}

div.box_1 a:visited{
color:#fff;
}
div.box_1 a:link{
color:#fff;
}

.box_1_2{
width:190px;
height:190px;;
float:left;
background-image:url("blog_2.jpg");
border:solid #fff 3px;
padding:5px;
}

div.box_1_2 hover:{
background:#000000;
}

div.box_1_2 a:visited{
color:#fff;
}

div.box_1_2 a:link{
color:#fff;
}

.box_1_3{
width:190px;
height:190px;;
float:left;
background-image:url("blog_3.jpg");
border:solid #fff 3px;
padding:5px;
}

div.box_1_3 a:visited{
color:#fff;
}

div.box_1_3 a:link{
color:#fff;
}

.box_1_4{
width:190px;
height:190px;;
float:left;
background-image:url("blog_4.jpg");
border:solid #fff 3px;
padding:5px;
}

.box_1_4 a:visited{
color:#fff;
}
.box_1_4 a:link{
color:#fff;
}

.box_50_50{
width:46px;
height:46px;;
background-image:url("blog_50_50.jpg");
border:solid #fff 3px;
padding:3px;}

div.box_50_50 a:visited{
color:#fff;
}
div.box_50_50 a:link{
color:#fff;
}


a{text-decoration:none;}


.box_speace_884_50{
width:884px;
height:50px;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
