@charset "utf-8";


/* 共通　----------------- */

/* Wrap */
#bg-wrap{
background: url(../img/fix-bg2.jpg) no-repeat fixed center top;
margin: 0 auto;
}
#top #bg-wrap{
background: url(../img/fix-bg.jpg) no-repeat fixed center top;
margin: 0 auto;
}
#wrap {
margin: 0 auto;
width: 1000px;
text-align: left;
position:relative;
}

/* Header */
#header {
height: 80px;
position: relative;
background: url(../img/header-bg.png) no-repeat 0 bottom;
}
#header h1 {
position: absolute;
top: 0px;
left: 126px;
}
#top #header {
height: 143px;
position: relative;
background: url(../img/header-bg.png) no-repeat 0 bottom;
}
#top #header h1 {
position: absolute;
top: 32px;
left: 240px;
}

/* Main Contents */
#contents {
background: url(../img/con-bg.png) repeat-y ;
}
#contents h2 {
margin: 0 0 27px 164px;
}

.con-box {
margin: 0 0 0 214px;
width: 710px;
}
.con-box .h-tex{
position: absolute;
left: -3000px;
}

/* Footer */
#footer {
margin: 0 25px;
padding: 12px 0 0 0;
width: 950px;
height: 28px;
background: #393819;
text-align: center;
color: #FFFFFF;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 10px;
}

/* Menu */
.menu-box{
margin: 0 0 0 310px;
height: 434px;
position: relative;
}
#top .menu-box{
margin: 0 0 0 284px;
}
.menu-box ul{
position: absolute;
top: 130px;
left: 235px;
}
.menu-box li{
height: 40px;
}
.menu-box dt, 
.menu-box dd{
position: absolute;
left: -3000px;
}

.menu-box p{
position: absolute;
top: 155px;
left: 210px;
}

/* Head Navi */
ul#hd-navi {
margin: 0 0 22px 0;
padding: 0 47px 0 0;
height: 43px;
text-align: right;
}
ul#hd-navi li{
margin: 0;
display: inline;
}

