@charset "utf-8";

body {
    text-align:center;
}

#container{
position:absolute;
left: 50%;
top: 50%;
margin-left: -350px;
margin-top: -135px;
width:700px;
height:270px;
background-color: #FFFFFF;
}

.logoArea{
text-align:left;
padding: 0 0 15px 10px;
}

.titleArea{
width:700px;
height:205px;
background:url(../img/bg.jpg) center top no-repeat;
}

ul.btArea{
float:left;
padding: 110px 0 0 240px;
}

li.bt{
display: inline;
margin:0 30px 0 0;
}

p.swf{
padding:150px 0 0 0px;
margin:0 20px 0 0;
font-size:10px;
line-height:14px;
}

