@charset "utf-8";

@import "reset.css";

/* global */
body {
color:#515151;
}
a {
color:#005AA0;
}

/* container */
#wrapper01 {
width:950px;
margin:0 auto;
}
#wrapper02 {
overflow:hidden;
width:860px;
padding:16px 45px 35px;
background:url(../img/common_bg_02.png) no-repeat;
}

/* header */
#header01 {
overflow:hidden;
width:908px;
padding:14px 21px 6px;
}
#logo {
float:left;
}
#header01 .language {
float:right;
width:130px;
margin:16px 0 5px;
}
#header01 .language li {
float:right;
margin-left:4px;
}
#header01 .language img {
vertical-align:bottom;
}
#header01 .nav {
float:right;
clear:right;
text-align:right;
}
#header01 .nav li {
display:inline;
padding-left:15px;
background:url(../img/common_bg_01.png) 6px center no-repeat;
}
#header01 .nav a {
color:#515151;
}

/* global nav */
#gnav01 ul {
overflow:hidden;
height:100%;
clear:both;
}
#gnav01 li {
float:left;
}
#gnav01 ul img {
vertical-align:bottom;
}

/* main image */
#main-image {
background-color:#000;
}
#main-image img {
display:block;
margin:0 auto;
}

/* breadcrumb */
#bread01 {
margin-bottom:16px;
}
#bread01 ul {
overflow:hidden;
height:100%;
color:#015AA0;
font-size:1.1em;
}
#bread01 li {
float:left;
margin-right:7px;
padding-left:12px;
background:url(../img/bread_bg_01.png) left center no-repeat;
}
#bread01 ul .home {
padding-left:0;
background:none;
}
#bread01 ul a {
color:#515151;
}

/* main contents */
#content01 {
float:right;
width:626px;
}
#content01 h1 {
position:relative;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:4px solid #ccc;
}
#content01 h1 .sub {
position:absolute;
top:3px;
right:2px;
}
#content01 h1 img {
vertical-align:bottom;
}

/* sidebar */
#sidebar01 {
float:left;
width:187px;
}
#sidebar01 h2 {
margin-bottom:10px;
padding-bottom:5px;
border-bottom:4px solid #666;
}
#sidebar01 ul {
margin-bottom:14px;
border-bottom:4px solid #666;
font-size:1.2em;
font-weight:bold;
}
#sidebar01 li {
margin-bottom:10px;
padding-left:14px;
background:url(../img/common_bg_01.png) left center no-repeat;
}
#sidebar01 ul a {
color:#515151;
text-decoration:none;
}
#sidebar01 ul .on a {
color:#015AA0;
}
#sidebar01 .banner ul {
margin-bottom:0;
border-bottom:none;
}
#sidebar01 .banner li {
margin-bottom:13px;
padding-left:0;
background:none;
}
#sidebar01 .banner img {
vertical-align:bottom;
}

/* footer */
#footer01 {
clear:both;
height:100%;
padding:5px 47px 14px;
border-top:4px solid #ccc;
background:url(../img/footer_bg_01.png) left bottom repeat-x;
}
#footer01 ul {
height:100%;
margin-bottom:3px;
}
#footer01 li {
display:inline;
padding-right:10px;
padding-left:13px;
background:url(../img/footer_bg_02.png) left center no-repeat;
}
#footer01 ul .first {
padding-left:0;
background:none;
}
#footer01 ul a {
color:#515151;
}
#footer01 p {
color:#969696;
font-size:0.9em;
}
