@charset "UTF-8";
/*[Body]
--------------------------------------------------*/
html,body{
width:100%;
height:100%;
text-align:center;
}
body{
background:URL(../images/back.gif) fixed right top no-repeat;
}
/*[wrapper]
--------------------------------------------------*/
#wrapper{
margin:0 auto;
width:960px;
position:relative;
text-align:left;
}
/*[header]
--------------------------------------------------*/
header{
width:260px;
position:fixed;
top:0;
z-index:100;
}
header h1{
margin:10px 0 0 0;
font-size:10px;
font-weight:bold;
}
header ul{
margin:0 0 0 30px;
}
header li{
margin-bottom:5px;
padding-left:30px;
font-size:16px;
}
/*[facebook]
--------------------------------------------------*/
#facebook{
width:260px;
position:absolute;
top:400px;
z-index:99;
}
/*[img-area]
--------------------------------------------------*/
#img-area{
margin-top:20px;
width:700px;
height:467px;
background-color:rgba(255,255,255,0.9);
box-shadow:0 0 3px #999;
}

/*[copy]
--------------------------------------------------*/
#copy{
width:700px;
text-align:center;
margin-top:20px;
font-size:16px;
color:#000;
line-height:1.8;
}

/*[main]
--------------------------------------------------*/
#main{
margin:0 0 130px 260px;
}
#info-page #main section{
margin:20px 0 10px 0;
}

#main section{
margin:220px 0 10px 0;
padding:30px 0 40px 40px;
background-color:rgba(255,255,255,0.9);
box-shadow:0 0 3px #999;
}
#main article{
margin-bottom:50px;
}
#main nav{
padding:8px 0 8px 35px;
background:URL(../images/return_back.png) left center no-repeat;
}
#info-page #main nav{
padding:8px 0 8px 35px;
background:URL(../images/close_back.png) left center no-repeat;
}

h2{
padding:10px 0 10px 20px;
width:600px;
margin-bottom:50px;
border-color:#0086ba;
border-width:5px;
border-top-style:solid;
border-bottom-style:solid;
color:#51aecb;
font-family:"Arial Bold", Gadget, sans-serif;
font-size:30px;
font-weight:bold;
}
h3{
margin-bottom:20px;
font-size:20px;
font-weight:bold;
}
h4{
margin-bottom:10px;
font-size:16px;
font-weight:bold;
}

#main section p{
width:620px;
}
#main .round p,#main .border p{
width:580px;
}

/*[chatch]
--------------------------------------------------*/
#chatch{
margin:260px 0 0 260px; 
width:620px;
height:80px;
}
/*[info]
--------------------------------------------------*/
#main #info{
margin:180px 0 10px 0;
}
#main #index-info{
margin:50px 0 10px 0;
}
#main #index-info h2{
margin-bottom:20px;
border-width:2px;
font-size:20px;
font-weight:bold;
}
#info .round{
width:580px;
border:solid 20px #0086ba;
border-radius:20px;
background:#0086ba;
color:#FFF;
}

/*[about]
--------------------------------------------------*/
#about .round{
width:580px;
border:solid 20px #0086ba;
border-radius:20px;
background:#0086ba;
color:#FFF;
}
/*[space]
--------------------------------------------------*/
#space .round{
padding:18px;
width:580px;
border:solid 2px #51aecb;
border-radius:20px;
background:#FFF;
color:#0086ba;
}
/*[service]
--------------------------------------------------*/
#service .round{
padding:18px;
width:580px;
border:solid 2px #51aecb;
border-radius:20px;
background:#FFF;
color:#0086ba;
}
/*[voice]
--------------------------------------------------*/
#voice .round{
width:580px;
border:solid 20px #0086ba;
border-radius:20px;
background:#0086ba;
color:#FFF;
}
#voice .border{
margin-bottom:20xp;
padding:18px;
width:580px;
border:solid 2px #51aecb;
background:#FFF;
color:#0086ba;
}
/*[contact]
--------------------------------------------------*/
#contact table.table{
width:600px;
border-spacing:0;
}
#contact  table.table td{
padding:10px 10px;
}
#contact .table .item{
width:200px;
text-align:left;
}
#contact table.submit{
width:400px;
border-spacing:0;
}
#contact  table.submit td{
padding:10px 10px;
text-align:center;
}

/*[copyright]
--------------------------------------------------*/
#copyright{
margin-top:120px;
padding-bottom:60px;
}

/*[tel]
--------------------------------------------------*/
#footer{
padding-top:15px;
width:100%;
height:50px;
background:URL(../images/tel.png) repeat-x top center;
position:fixed;
bottom:0;
z-index:101;
}
#footer-area{
margin:0 auto;
width:980px;
color:#FFF;
text-align:left;
position:relative;
}
#contact-botton{
width:120px;
height:100px;
position:fixed;
bottom:20px;
right:0;
z-index:103;
}
.free{
position:absolute;
z-index:102;
right:0;
top:0;
}