@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #438E07;
}
body {
font-size: 14px;
color: #666;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #FFF;
min-width: 940px;
}
a {
color: #00F;
}
a:hover {
color: #006;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}
/*ヘッダー
-----------------------------------------*/
body header {
height: 136px;
background: url(../img/header.png) repeat-x;
position: relative;
margin: 0 auto 15px;
}
body header h1 {
position: absolute;
top: 8px;
left: 50%;
margin-left: -445px;
font-family: Georgia, serif;
font-weight: bold;
color: #FFF;
font-size: 50px;
line-height: 1;
}
body header h1 a {
color: #FFF;
text-decoration: none;
}
body header h1 a:hover {
color: #FFF;
}

/*ヘッダー:メニュー
-----------------------------------------*/
nav {
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -450px;
height: 50px;
background: url(../img/menu_line.png) no-repeat right center;
padding-right: 1px;
}
nav ul li {
float: left;
background: url(../img/menu_line.png) no-repeat left center;
padding-left: 1px;
}
nav ul li a {
display: block;
width: 128px;
height: 50px;
text-align: center;
line-height: 50px;
color: #FFF;
text-decoration: none;
font-family: Arial,sans-serif;
font-size: 18px;
}
nav ul li a:hover {
background: url(../img/menu_over.png) repeat-x;
color: #FFF;
}

/*フッター
-----------------------------------------*/
footer {
background: #251117 url(../img/footer.png) repeat-x;
height: 101px;
margin-bottom: 30px;
position: relative;
z-index: 100;
}
footer small {
display: block;
padding-top: 20px;
font-size: 12px;
text-align: center;
color: #FFF;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
margin: 0 auto 0;
padding: 0 20px 50px 20px;
width: 900px;
position: relative;
}
#contents:before,
#contents:after {
content: "";
display: block;
left: 0;
width: 940px;
position: absolute;
}
#contents:before {
height: 520px;
background: url(../img/contents-back1.png) center top;
}
#contents:after {
top: 520px;
bottom: 0;
background: url(../img/contents-back2.png) repeat-y;
clear: both;
}
*+html #contents {
min-height: 1px;
}
#contents > * {
z-index: 100;
position: relative;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
/*大見出し
-----------------------------------------*/
section > h1 {
background: #4b0082 url(../img/midashi1.png) repeat-x bottom;
color: #FFF;
font-size: 16px;
text-indent: 1em;
width: 100%;
height: 40px;
line-height: 40px;
margin-bottom: 25px;
position: relative;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
section > h1 small {
font-size: 16px;
color: #CCC;
position: absolute;
right: 10px;
top: 0;
height: 40px;
font-weight: normal;
}

/*プリント写真風枠
-----------------------------------------*/
#contents img {
border: 1px solid #999;
padding: 5px;
}




