@charset "utf-8";
/* CSS Document */
body
{
/*background:#fff;*/
}
#header
{
float:left;
width:1000px;
height:160px;
background:#fff;
border-top-left-radius:15px;
border-top-right-radius:15px;
-moz-border-top-left-radius:15px;
-moz-border-top-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
border:1px solid #CCCCCC;
margin:20px 0 0 0;
}
.logo
{
float:left;
width:119px;
height:84px;
margin:15px 0 35px 25px;
}
.name
{
float:left;
width:auto;
height:auto;
/*margin:10px 5px;*/
}
.name span.move
{
float:right;
font-family:OpenSans;
color:#4e82bc;
margin:10px 20px;
}
@font-face
{
font-family:OpenSans;
src:url(images/OpenSans-Semibold.ttf);
}
#box
{
float:left;
width:480px;
height:150px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#f8e4cb;
margin:10px 20px;
}
.marq
{
font-family:OpenSans;
font-size:12px;
line-height:25px;
margin:5px 25px;
/*width:350px;*/
height:50px;
}
