@charset "UTF-8";

a:link,a:visited{
color:#666666;
}
a:hover{
color:#F6AA00;
}

h4{
color:#F6AA00;
font-weight:normal;
}

strong{
color:#F6AA00;
}

body{
margin:0px 0px;
padding:0px 0px;
background:#c53851 url(../img/back_bottom.gif) fixed repeat-x left bottom;

}

#contents{
font-size:13px;
margin:0px auto;
text-align:center;
padding:0px 0px;
position:relative;
}

#header{
background:url(../img/title_bg.gif) repeat-x;
padding:10px 0px;
}
#header p#header-copy{
color:#FFFFFF;
text-align:right;
margin:0px 20px 0px 0px;
}

#main-wraper{
padding:20px 0px 40px;
background-image:url(../img/cont_back.gif);
background-repeat:repeat-x;
background-position:top;
padding-top:50px;
}

#main{
width:920px;
}

#main-cont{
width:650px;
float:right;
}

#left-bar{
float:left;
width:200px;
background:url(../img/left_bk.gif);
text-align:left;
padding:40px 20px;
}

#left-bar ul li{
margin-bottom:10px;
}
#left-bar ul{
margin-bottom:30px;
}

#banner{
text-align:center;
font-size:11px;
color:#FFFFFF;
}


#footer{
clear:both;
background-image:url(../img/footer_bk.gif);
background-repeat:no-repeat;
margin:0px auto;
padding:30px 0px 50px;
font-size:11px;
color:#FFFFFF;
}
#footer p{
margin:0px auto;
text-align:center;
padding:0px;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
#contents {
font-size:12px;
letter-spacing:-1px;
}
#footer{
font-size:11px;
letter-spacing:1px;
}
}

