/* 第二階層以降のヘッダ・フッター＋共通要素 */

*{
padding: 0;
margin: 0;
}

img{
border: 0;
}

body{
background-color: #B0804D;
background-image: url("../common/bg.png");
background-repeat: repeat-x;
font-size: 12px;
}

.fl-left{
float: left;
}

.fl-right{
float: right;
}

.cutter{
clear: both;
}

a{
color: #A37547;
padding-bottom: 1px;
}

a:hover{
text-decoration: none;
}

/* wrapper */

div#wrapper{
width: 900px;
margin: 0 auto 0 auto;
padding-bottom: 3px;
background-color: #FFFFFF;
background-image: url("../common/pg_bg_01.png");
background-repeat: repeat-y;
}

/* header */

div#header{
width: 886px;
height: 113px;
padding-left: 14px;
background-image: url("../common/header_bg_02.png");
background-repeat: no-repeat;
}

div#header h1{
float: left;
width: 100px;
height: 113px;
}

div#header ul#subnav{
display: block;
float: right;
list-style-type: none;
width: 603px;
height: 11px;
margin: 18px 10px 0 0;
_margin: 18px 5px 0 0;
}

div#header ul#subnav li{
float: left;
}

div#header ul#global-nav{
list-style-type: none;
float: right;
width: 783px;
height: 24px;
margin-top: 55px;
_margin-top: 48px;
}

div#header ul#global-nav li{
float: left;
}

/* bread crumbs */

div#bread{
clear: both;
width: 840px;
height: 25px;
margin: 0 auto 0 auto;
padding-top: 15px;
font-size: 10px;
color: #666666;
}

div#bread a{
color: #4E454A;
}


/* footer */

div#footer{
width: 860px;
height: 113px;
margin: 0 auto 0 auto;
}

div#footer div#bottom{
height: 53px;
background-image: url("../common/footer_bg_01.gif");
background-repeat: repeat-x;
}

div#footer div#bottom span#privacy{
display: block;
height: 16px;
margin: 5px 0 0 10px;
}

div#footer div#bottom address{
height: 16px;
margin: 7px 7px 0 0;
}

div#footer div#bottom span#logo2{
display: block;
margin-bottom: 3px;
}