@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}
html,body, .bgstretcher-area, #bgstretcher, .bgstretcher-page {
height:100%;
min-height: 800px;
}
body {
padding: 0;
margin: 0;
min-width: 920px;
font-size: 14px;
color: #000;
line-height: 120%;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
/*ヘッダー
-----------------------------------------*/
.bgstretcher-page:before {
content: "";
background: url(../img/head-back.png) repeat-x;
position: absolute;
width: 100%;
height: 38px;
z-index: 2;
top: 0;
left: 0;
}
.bgstretcher-page:after {
content: url(../img/head_text.png);
position: absolute;
z-index: 3;
top: 7px;
right: 50%;
margin-right: -460px;
}
h1 {
position: absolute;
bottom: 450px;
left: 50%;
margin-left: -460px;
z-index: 5;
}

/*メニュー
-----------------------------------------*/


nav {
position: absolute;
width: 275px;
bottom: 230px;
right: 50%;
margin-right: -460px;
z-index: 4;
}
nav h2 {
padding: 3px 0 3px 5px;
background: #561100;
border: 1px solid #000;
}
nav ul {
background: url(../img/menu-back.png);
margin-bottom: 20px;
}
nav li {
border: 1px solid #000;
border-top: none;
}
nav li a {
display: block;
padding: 15px;
position: relative;
}
nav li a {
vertical-align: bottom;
}
nav li a img[src*=edit]{
position: absolute;
bottom: 5px;
right: 10px;
}
nav li a strong {
display: block;
position: absolute;
bottom: 5px;
right: 10px;
}

/*フッター
-----------------------------------------*/
footer {
height: 95px;
width: 100%;
position: absolute;
bottom: 0;
background: url(../img/footer.png);
border: 1px solid #000;
}
footer ul {
width: 960px;
margin: 10px auto 0;
text-align: right;
}
footer ul li {
display:inline;
margin: 0;
}
footer ul li a {
font-size: 12px;
padding: 0 1em;
color: #FFF;
}
footer small {
display: block;
width: 960px;
margin: 20px auto 0;
text-align: right;
color: #999;
}

