*{margin:0;padding:0}
div,h1,h2,h3,p,ul,li,input,textarea,table,tr,th,td{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a{text-decoration:none;outline:none}
a img{border-style:none}
ul,li{list-style-type:none}

html {
font-size:62.5%;
height:100%
}
body {
background:#fff; /* 背景 */
color:#6d5f5d; /* 文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.2em; /* 文字の大きさ */
letter-spacing:2px;
padding:20px;
overflow-wrap:break-word;
word-wrap:break-word; /* IE、FF用 */
}
html { cursor: url("cursor.gif"), auto; }
}
a {
color:#7d8e7b;
text-decoration:underline
}
a:hover{
color:#ccc;
position:relative;
top:1px;
left:1px;
cursor: url("cursor.gif"), auto;
}
.auto {
cursor: url("cursor.png"), auto;

}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menupage{ 
background:#e6e0d6;
padding:0;
height:100%;min-height:100%
}
#menupage-inner{
border-right:1px solid #6d5f5d;
padding:20px;
height:100%;min-height:100%
}
#menupage a{
text-decoration:none
}
body > #menupage-inner{
height:auto;
}
#menu{
display:block;
margin:5px 0
}
.main-menu a,.main-menu span,.sub-menu a{
border-bottom:3px double #6d5f5d;
color:#6d5f5d;/* メニューの文字色 */
display:block;
font-weight:700;
letter-spacing:1px;
padding:5px 0;/* 一列の高さはここで調節 */
position:relative
}
.main-menu a:hover,.main-menu span:hover,.sub-menu a:hover{
background:#fff;
color:#6d5f5d;
text-decoration:none;
transition:.6s
}
.sub-menu{
display:none;
overflow:hidden;
text-indent:1em
}
.main-menu span:after{
border-top:solid 1px #6d5f5d; /* メニュー「>」の色 */
border-right:solid 1px #6d5f5d; /* メニュー「>」の色 */
content:"";
display:block;
margin-top:-3px;
position:absolute;
top:50%;right:10px;
height:5px;width:5px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
transition:.2s
}
.main-menu span.open:after {
-ms-transform:rotate(135deg);
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index {
background:#e6e0d6
}
.indexbox {
background:#fff;
border:1px solid #6d5f5d;
padding:20px;
width:400px
}
/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop{
background-color:rgba(230,224,214,0.8);
border-radius:30px;
width:60px;height:60px; /* 大きさ */
right:20px; /* 位置 */
line-height:22px;
padding-top:30px;
text-align:center;
text-decoration:none;
display:block;
position:fixed;
box-sizing:border-box
}
#pagetop:before {
content:'\25B2';
font-size:20px;
position:absolute;
top:10px;left:0;
width:100%
}
.fl a{
display:inline-block;
margin:1em 0
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1 {
display:none
}
#index h1,#menupage h1{
display:block;
color:#6d5f5d;
font-size:1.2em;
margin:1em 0;
}
h2 {
border-bottom:3px double #6d5f5d;
font-size:1.1em;
margin:20px 0;
}
h3 {
border-bottom:1px dashed #6d5f5d;
font-size:1.1em;
margin:15px 0;
}
.marker {
background:#d1dac3;
padding:1px 5px
}
.ln01 {
border-left:5px solid #e6e0d6;
margin:5px 0;
padding:3px
}
.ln02 {
border-left:5px solid #999;
margin:5px 0;
padding:3px
}
.navi {
border:1px #e6e0d6 solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title {
color:#af9c7c;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.txt {
border-left:1px dotted #999;
color:#999;
margin:1em;
padding:0 0 0 1em
}
.zoom:hover {
position:relative;
top:1px;
left:1px;
cursor:pointer;
}
dt {
background:#6d5f5d;
border-radius:5px;
color:#fff;
font-weight:700;
float:left;
margin:0 0 5px;
padding:0 5px;
width:10em
}
dd {
border-bottom:dotted 1px #999;
margin:0 0 5px 12em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em {
background:#ffff80; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #ffff80), color-stop(1, #ffff80));
background: -webkit-linear-gradient(transparent 50%, #ffff80 0%);
background:linear-gradient(transparent 50%, #ffff80 0%);
font-weight:700
}
input,textarea {
background-color:#e6e0d6;
border:1px solid #6d5f5d;
color:#6d5f5d;
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1em;
margin:3px 0;
width:200px
}
textarea {
height:50px
}
hr {
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
width: auto;
}
.left {
float: left;
position:absolute;
}

.right {
float: right;
position:relative;
}
.cf:before,.cf:after{content:" ";display:table}
.cf:after{clear:both}

.text-wrap 
{
width: 200px;
word-wrap: break-word;
}

