@charset "utf-8";
/*
 * common styles for default pages.
 */

/* global */
body {
background-color:#F7F5EB;
}

/* wrapper */
.wrapper {
width:850px;
margin:0 auto;
}

/* header */
#header01 {
min-width:850px;
width:850px;
width:auto !important;
height:35px;
border-top:3px solid #003D81;
background:url(../img/header_bg_01.png) left bottom repeat-x;
}
#header01 .wrapper {
position:relative;
height:100%;
}
#logo {
position:absolute;
top:7px;
left:6px;
display:block;
width:105px;
height:19px;
}
#header01 ul {
position:absolute;
top:12px;
left:611px;
line-height:0;
font-size:0;
}
#header01 li {
display:inline;
float:left;
margin-left:15px;
}
#header01 ul img {
vertical-align:bottom;
}

/* main contents */
#content01 {
margin-bottom:5px;
padding-top:8px;
background:url(../img/common_bg_01.png) repeat-x;
}
#content01 .wrapper {
width:790px;
padding:0 30px 15px;
background:#fff url(../img/common_bg_03.png) left bottom no-repeat;
}
#content01 h1 {
margin-bottom:20px;
}
#content01 .page-top {
margin:40px 10px 0;
text-align:right;
}

/* breadcrumb */
#bread01 {
overflow:hidden;
width:834px;
margin:0 -30px 22px;
padding:0 8px 10px;
background:#F7F5EB url(../img/common_bg_02.png) left bottom no-repeat;
}
#bread01 li {
float:left;
margin-right:4px;
padding-left:12px;
background:url(../img/common_bg_04.png) left center no-repeat;
}
#bread01 .first {
padding-left:0;
background:none;
}

/* for nn6 (clearfix) */
#header01 .wrapper:after,
#bread01:after {
content:".";
display:block;
visibility:hidden;
clear:both;
height:0;
}
