@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #e8e1d9;
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #000;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: url(../../img/index02.jpg) no-repeat top center;
background-size: cover;
border-top: 40px solid #2b160d;
}
body:before {
content: "";
background: url(../img/nav01.png) repeat-x center;
width: 100%;
height: 6px;
position: absolute;
top:0px;
left: 0;
right: 0;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body > header + div {
background: rgba(255, 255, 255, .8);
}
.ie8 body > header + div {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF',GradientType=0 );
}
body > header:after,
body > header + div:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}

/*ヘッダー
-----------------------------------------*/
body > header {
background: rgba(255, 255, 255, .8);
margin: 500px 0 0 0;
}
.ie8 body > header {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF',GradientType=0 );
}
#site-info {
	position: relative;
	margin-bottom: 15px;
	background-image: url(file:///C|/Users/info/Desktop/HP%E4%BB%A4%E5%92%8C%206-4/img/trancepercent.png);
}
#site-info > div {
display: table;
width: 800px;
margin: 0 auto;
}
#site-info h1 {
font-size: 50px;
font-weight: normal;
padding: 5px 2% 5px 0;
display: table-cell;
vertical-align: middle;
color: #000;
}
#site-info h1 a,
#site-info h1 a:hover {
color: #000;
text-decoration: none;
}
#site-info h1 a img {
display: block;
}
#site-info h1 + div {
font-size: 12px;
color: #000;
font-weight: normal;
width: 1%;
padding: 0 2% 0 0;
display: table-cell;
white-space: nowrap;
vertical-align: middle;
}
#site-info h1 + div p {
margin: 0;
line-height: 1;
display: inline;
}

/*ヘッダー:メニュー
-----------------------------------------*/
#navigation {
width: 100%;
padding-bottom: 30px;
}
nav {
width: 800px;
margin: 0 auto;
}
nav:after,
nav > ul:after {
content: "";
display: block;
clear: both;
}
nav > ul {
}
nav > ul > li {
float: left;
margin-right: 3em;
}
nav > ul > li > a {
display: block;
color: #000;
text-decoration: none;
line-height: 1;
font-weight: bold;
font-size: 22px;
}
nav > ul > li > a:hover {
color: #666;
}

/*フッター
-----------------------------------------*/
footer {
background: #e8e1d9 url(../img/footer01.png) repeat-x top;
padding: 25px 0;
position: absolute;
left: 0;
right: 0;
bottom: -110px;
}
footer small {
display: block;
font-size: 14px;
text-align: center;
line-height: 61px;
background: #938174 url(../img/footer02.png) repeat-x;
width: 100%;
height: 61px;
font-family: Arial,sans-serif;
color: #000;
}

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

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 30px 0;
width: 800px;
margin: 0 auto;
}
body section {
margin: 0;
height: 150px;
overflow-y: scroll;
}
article {
margin: 0 0 1em;
padding: 0 0 0 6em;
position: relative;
font-size: 12px;
}
main:after,
section:after,
article:after {
content: "";/*IE対策のため全角スペース*/
display: block;
clear: both;
}
article * {
font-size: 12px;
font-weight: normal;
line-height: 160%;
}
article header time {
position: absolute;
top: 0;
left: 0;
}
article header a:hover time {
color: #000;
text-decoration: underline;
}
