@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;
}
img {
vertical-align: bottom;
}
ruby{
	line-height:1;
	}
rt{
	font-size:65% !important;
	line-height:1;
	text-align:start;}


html {
}
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: #EDDFAC url(../img/back.png) top repeat-x;
}
a {
color: #8C4B79;
}
a:hover {
color: #8C2941;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body #wrapper {
width: 1000px;
margin: 0 auto;
/*border-collapse: separate;
border-spacing: 2px 0;*/
}
body > header:after,
body > #wrapper:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}
#sidebar {
color: #331A09;
width: 180px;
background: #EDE3C5 url(../img/sidebar-back.png) top repeat-x;
margin-right: 20px;
padding-top: 20px;
float: left;
}
#mainContent {
width: 800px;
padding-top: 10px;
float: left;
}

/* サイドバー #sidebar
-----------------------------------------*/
#sidebar header {
margin: 0;
position: relative;
}
#sidebar h1 {
display: block;
font-size: 35px;
font-weight: normal;
width: 180px;
height: 180px;
line-height: 180px;
text-align: center;
background: #42210B;
position: relative;
}
#sidebar h1 img {
vertical-align: middle;
}
#sidebar h1 a,
#sidebar h1 a:hover {
color: #FFF;
text-decoration: none;
}
#sidebar small {
font-size: 10px;
line-height: 1.2;
display: block;
margin: 20px 10px;
}

/* サイドバー #sidebar:メニュー
-----------------------------------------*/
nav {
width: 180px;
}
nav > ul {
border-bottom: 1px solid #FFF;
}
nav ul li {
border-top: 1px solid #FFF;
border-bottom: 1px solid #A67C52;
position: relative;
}
nav ul li a,
nav ul li span {
display: table-cell;
vertical-align: middle;
width: 180px;
height: 60px;
padding: 0 .5em;
color: #331A09;
text-decoration: none;
}
nav ul li a:hover,
nav ul li#active a,
nav ul li.here > a,
nav ul li.here > span {
background: #A87F3F;
color: #FFF;
}
.fb{
	display:block;
	text-align:center;
	margin:10px auto 0;
	width:170px;
}

.fb img{}

/*ヘッダー:メニュー 子メニュー
-----------------------------------------*/
nav > ul > li ul {
/*display: none;*/
padding: 0;
text-align: right;
border-top: 1px solid #FFF
}
/*nav > ul > li.here ul,
nav > ul > li:hover ul {
display: block;
}*/
nav ul ul li {
border-top: 1px solid #A67C52;
border-bottom: 1px solid #FFF
}
nav > ul > li ul a {
height: 30px;
padding: 0 1em;
}

/*フッター
-----------------------------------------*/
footer {
clear: both;
padding: 20px;
background: #1E0D00;
color: #FFF;
font-family: Arial,sans-serif;
}
footer:after {
content: "";
display: block;
margin: 20px -20px -20px -20px;
height: 95px;
background: #42210B;
}
footer small {
display: block;
font-size: 14px;
text-align: right;
width: 1000px;
margin: 0 auto;
}

/*ページの上に戻る
-----------------------------------------*/
#goto-pagetop {
position: fixed;
bottom: 30px;
margin-right: -590px;
right: 50%;
}
#goto-pagetop a {
display: block;
text-indent: -999em;
overflow: hidden;
width: 77px;
height: 77px;
text-decoration: none;
position: relative;
}
#goto-pagetop a:before {
content: url(../img/pagetop.png);
display: block;
position: absolute;
text-indent: 0;
width: 77px;
height: 77px;
top:0;
left: 0;
}
/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 0 0;
position: relative;
}
main > h1{
margin: 0 0 10px 0;
padding: 15px 30px;
background: #42210B;
color: #FFF;
text-align: right;
font-size: 20px;
font-weight: normal;
}
main .contents {
padding: 30px 35px 60px 35px;
position: relative;
background: rgba(255, 255, 255, .7);
min-height: 500px;
}
.ie8 body section {
background: url(../img/ie8.png);
}
article {
padding: 35px 0 0;
}
article:first-child {
padding: 0;
}
section:after,
article:after {
content: "";
display: block;
clear: both;
}
main:after {
content: "";
display: block;
width: 100%;
height: 100px;
background: rgba(255, 255, 255, .7);
clear: both;
}
.ie8 main:after {
background: url(../img/ie8.png);
}
.clear {
clear: both;
}

/*大見出し
-----------------------------------------*/
section > h1 {
border-bottom: 1px solid #000;
padding: 0 0 3px 0;
margin: 0 0 20px;
font-size: 26px;
font-weight: normal;
}
section > h1:after {
content: "";
display: block;
height: 0;
border-bottom: 3px solid #000;
}

/*中見出し
-----------------------------------------*/
section header {
border-bottom: 1px solid #000;
margin: 0 0 20px;
width: 100%;
font-weight: normal;
position: relative;
}
section header h2 {
padding: 10px 100px 10px 0;
font-size: 20px;
font-weight: normal;
color: #42210B;
word-break: break-all;
}
section header time {
font-size: 12px;
position: absolute;
bottom: 10px;
right: 0;
}

/*小見出し
-----------------------------------------*/
section h3 {
border: 1px solid #42210B;
color: #42210B;
margin: 0 0 20px;
padding: 10px;
width: 100%;
font-weight: normal;
}

/*大見出し:画像タイプ
-----------------------------------------*/
main header.img {
margin: 0;
padding: 0;
position: relative;
}
main header.img img {
margin: 0;
}
main header.img h1 {
border-bottom: none;
background: rgba(66, 33, 11, .7);
padding: 15px 35px;
margin: 0;
width: 800px;
font-size: 20px;
color: #FFF;
font-weight: normal;
text-align: right;
position: absolute;
bottom: 0;
}
.ie8 main header.img h1 {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB42210B', endColorstr='#BB42210B',GradientType=0 );
}

/*平文
-----------------------------------------*/
p {
	margin-bottom: 1em;
	line-height: 1.6;
}

/*画像
-----------------------------------------*/
main img {
vertical-align: bottom;
}
main #slider img {
margin: 0;
}

/* 文章＋画像設定
-----------------------------------------*/
article div { float: none; 
}
article div.img-wrapper {
margin: 0 20px 20px 0;
padding: 5px;
}

/*逆レイアウト*/
article.reverse div {
float: right;
}
article.reverse div.img-wrapper {
margin: 0 0 20px 20px;
}


article.reverse {
	border-bottom:1px dotted #42210B;
}

article.reverse div p.name {
margin: 0 0 5px;
font-size:1.2em;
}

article.reverse div p.capacity {
margin: 0 0 5px;
}

article.reverse div p.comment {
	border:1px solid #42210B;
	padding:5px 10px;
}




/*ページ送り
-----------------------------------------*/
main > ol {
background: rgba(255, 255, 255, .7);
padding: 90px 0 0 0;
text-align: center;
}
.ie8 main > ol {
background: url(../img/ie8.png);
}
main > ol li {
display: inline-block;
border: 1px solid #B3B3B3;
background: #000;
color: #DDDDDD;
padding: 5px 8px;
font-size: 16px;
}
main > ol li a {
display: block;
background: #FFF;
color: #B3B3B3;
padding: 5px 8px;
margin: -5px -8px;
text-decoration: none;
}
main > ol li a:hover {
background: #000;
color: #DDDDDD;
}

/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
}
main ul li {
margin: 0 0 6px 0;
}
main ul li:before {
content: "・";
margin-left: -1em;
}

/* テーブル（記事）
-----------------------------------------*/
div > table {
border-spacing: 2px;
border-collapse: separate;
margin: 1em 0 0 0;
font-size: 12px;
width: 100%;
}
div > table caption {
text-align:left;
font-weight: normal;
background: #42210B;
color: #FFF;
padding: 5px;
margin: 0 2px;
}
div > table td, div > table th {
border: 1px #F2E5D2 solid;
padding: 10px 5px;
}
div > table th {
text-align:left;
white-space: nowrap;
width: 5em;
font-weight:normal;
background-color: #DDAB68;
color: #42210B;
}
div > table td {
background-color: #FBF8EF;
}
div > table td span {
	font-size:.8em;
}
table + p,
table + ul {
margin-top: 1em;
}

/* テーブル(大)
-----------------------------------------*/
section > table {
border-spacing: 1px;
border-collapse: separate;
margin: 1em 0 0 0;
width: 100%;
}
section > table td, section > table th {
border: 1px #F2E5D2 solid;
padding: 10px 5px;
color: #231815;
}
section > table th {
text-align:left;
white-space: nowrap;
width: 20%;
font-weight:normal;
background-color: #DDAB68;
color: #42210B;
}
section > table td {
background-color: #FBF8EF;
}
/* 数値リスト
-----------------------------------------*/

ol{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0 20px;
    margin-bottom: 4em;
}
 
ol li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    border-radius: .3em;
}
 
ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #42210B;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}


