@charset "utf-8";

  html{height:100%}

  body{height:100%}


 #wrap{height:100%;background-color:#e6e6e6;}





/*wrap*/

/*header*/

#header{width:1200px;margin:0 auto;}
#header2{height:71px;background-color:#fff;}

#visual{width:1200px;margin:0 auto;}
#visual2{background-color:#4088ce;height:140px;}

#header h1{float:left;padding:24px 0 24px 140px;}
#header .gnb li{float:right;padding-left:60px;}
#header .gnb{padding:32px 90px 26px 0;}

/*visual*/

/*content*/



#content{height:750px;background-color:#fff;position:relative;}


#adminBox{
position:absolute;left:50%;top:50%;margin-left:-200px;margin-top:100px;
width:400px;height:160px;
  -moz-border-radius: 5px; /*������*/
-webkit-border-radius: 5px; /*��Ŷ*/
/*IE9+,FF4+,chrome,Safari5,+opera*/
border-radius: 5px;
}

#upgradeBox{position:absolute;left:50%;margin-left:-390px;margin-top:50px;}

#adminBox p:first-child {padding-bottom:22px;}

/*footer*/
#footer2{height:70px;background-color:#e6e6e6}

#footer{width:1200px;margin:0 auto;}


#footer .mark{float:left; padding:10px 40px 14px 130px;}
#footer ul  {padding:16px 0 10px 0;height:5px;}
#footer ul li {float:left;padding-left:20px;background:url(../images/bar.gif) no-repeat 10px 1px   }
#footer ul:after{content:"";clear:both;display:block;}

#footer  ul li:first-child {background:url()}

#footer address{float:left;padding-left:20px;}