@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}

a img {
border: none;
}
html {
height: 100%;
/*border-top: 7px solid #49A82A;*/
border-top: 20px solid #000;
background: #000;
}
body {
/*フォントのデフォルト設定*/
font-size: 14px;
color: #fff;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
min-width: 900px;
min-height: 100%;
position: relative;
margin-top: -5px;

/*★不要★*/
/*padding-left: 65px;*/
}
a {
color: #F00;
}
a:hover {
color: #600;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dashed #999;
clear: both;
margin: 30px 0 30px 15px;
}
header, footer, section, article, figure ,figcaption {
display: block;
}
/*ベース
-----------------------------------------*/
body > .wrapper {
width: 50%;
margin-left: 50%;
background: #000;
}
body > .wrapper > .wrapper {
width: 900px;
padding-right: 17%;
margin-left: -450px;
/*border-top: 7px solid #49A82A;*/
position: relative;
}
body > .wrapper > .wrapper:after {
content: "";
display: block;
width: 20px;
height: 15px;
position: absolute;
top: -7px;
right: 0;
}

/*ヘッダー
-----------------------------------------*/
body header {
/*height: 112px;*/

height: 82px;
position: relative;
z-index: 2;
margin: 0 0 10px 0;

/*★デバグ用*/
background-color:#201519;
border: 1px solid #fff;
}
body header h1 {
width: 313px;
/*height: 112px;*/
height: 82px;
text-align: center;
/*line-height: 112px;*/
line-height: 110px;
position: relative;
}
body header h1 img {
position: relative;
z-index: 3;

margin-top: 2px;
}
*+html body header h1 img {
margin-top: 30px;
}

body header h1 + p {
position: absolute;
top: 15px;
right: 5px;
font-size: 11px;
line-height: 1.2;
}

/*ヘッダー:メニュー
-----------------------------------------*/
nav {
position: absolute;
/*bottom: 20px;*/
bottom: -5px;
right: 2px;
}
nav > ul {
height: 50px;
}

nav > ul > li {
float: left;
width: 145px;
height: 30px;
position: relative;

margin: 15px 0 5px 0;
border-top: 1px solid #fff;
border-left: 1px solid #fff;

}
nav > ul > li > a {
display: block;
height: 50px;
margin: -10px 0 0 0;
text-align: center;
/*line-height: 35px;*/

line-height: 50px;
color: #fff;
text-decoration: none;

}
nav > ul > li:hover > a {
color: #0F0;
}
nav > ul > li > ul {
display: none;
}
nav > ul > li:hover > ul {
display: block;
margin: -10px 0 0 -1px;
border: 1px solid #000;
border-top: none;
}
nav > ul > li > ul li a {
/*★サブメニューの幅を広げる*/
width: 220px;
display: block;
padding: 10px 5px;
border-top: 1px solid #FFF;
background: #000;

color: #FFF;
text-decoration: none;
opacity: .85;

position: relative;
z-index: 2147483647;
}
nav > ul > li > ul li a:hover {
background: #060;
color: #FFF;
}



/*フッター
-----------------------------------------*/
footer {
position: relative;
bottom: 0;

/*
left: 0;
width: 100%;
height: 70px;
*/
border-top: 1px solid #fff;
}
footer small {
display: block;
width: 900px;
margin: 0 0 0 10px;
text-align: left;
font-size: 10px;
line-height: 20px;
/*color: #000;*/
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
/*border-top: 1px solid #242600;*/
}

footer small2 {
display: block;
width: 900px;
margin: 0 0 0 -10px;
text-align: right;
font-size: 10px;
line-height: 20px;
/*color: #000;*/
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
/*border-top: 1px solid #242600;*/
}

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

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
margin: 0 auto 0;
padding: 0 0 50px;
width: 900px;
position: relative;

/*★デバグ用*/
border: 1px solid #201519;
background-color:#;


}
#contents:after {
content: "";
display: block;
clear: both;
}
*+html #contents {
min-height: 1px;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
section {
margin-bottom: 30px;
}
#contents img {
/*border: 1px solid #CCC;*/
border-style:none;
}

/*見出し
-----------------------------------------*/
section > h1 {
background: url(../img/midashi1.png) no-repeat;
font-size: 22px;
font-weight: normal;
width: 900px;
height: 43px;
line-height: 43px;
text-indent: 35px;
margin-bottom: 25px;
}

section h2 {
height: 41px;
font-size: 16px;
text-indent: 15px;
line-height: 41px;
font-weight: normal;
margin: 0 0 10px 14px;
clear: both;
}
