body {
    background-color: #FFFFFF;
    background-repeat:repeat;
    background-position: left top;
}

body{
    background-color: #fff;
    color: #000;
}

body{
        margin: 7px;
    padding: 7px;
}

h1{
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

p{
    font-size: 90%;
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    line-height: 1.8;
}

section{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    color: #000;
    margin-top:-20px;
}

article{
    position:relative;
}

h1{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    position:absolute;
    top: 10px;
    left:10px;
    font-size: 150%;
    float:left;
}

h2{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    font-size: 130%;
    border-bottom: 2px solid #000;
}

footer{
    background-color: #fff;
    text-align:center; 
    border-top: 2px solid #000;
}

.subhead{
    color: rgb(247, 230, 211);
}

.tya{
    color: #000;
}

.orange{
    color:rgba(80,153,32,1.00);
}



header{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}

ul{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8;
    font-size: 90%;

}

ul time{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    color: #000;
    border-radius: 5px;
    font-size: 90%;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

nav ul{
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
    color: #000;
    font-weight: bold;
    text-align: right;
    padding-top: 26px;
    padding-bottom: 5px;
    margin: 0;
}

nav li{
    border-right: 1px solid #524433;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;   
}

header img{
    float:left;
}

article{
    clear:both;
    width: 717px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.header-in{
    width: 717px;
    margin-left: auto;
    margin-right: auto;
}


.site-p{
    padding-top: 40px;

}

.point-list{
    list-style-image: url(../image/mark.jpg);
    font-weight: bold;
    margin-left: 30px;
    padding-top: 40px;
}

.point-img{
    float:left;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-top: 20px;
}
.sentou{
    clear: both;
    text-align: right;
}

ol li{

    display: inline;
    margin-right: 5px;
    font-size: 80%;
}

ol{
    padding-left: 0;
}

.page{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

nav a{
    text-decoration: none;
    color:#000 ;
}

nav a:link{
    color: #000;
}

nav a:visited{
    color:#000;
}

nav a:hover{
    color:#4D8E10;
}

nav a:active{
    color: bisque;
}

table{
    border:1px solid #524433;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: 20px;
    width: 600px;
    height: 180px;
    text-align: center;
}

th{
    background-color:#deb887;
    border:1px solid #524433;
    padding:10px;
    width: 20%;
}

td{
    border:1px solid #524433;
    padding: 10px;
}

caption{
    caption-side: bottom;
}

.middle{
    vertical-align:middle;
}

aside h3{
    font-size: 120%;
    border-bottom: 2px dotted #524433;
    padding-left: 5px;
    margin: 0;
}
aside li{
    border-bottom: 1px dotted #a1671f;
}
aside ul{
    margin: 0;
}

aside a{
    display: block;
	color: #524433;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
aside a:hover{
	background-color:#f0d6b4;
}

.mei{
	display: block;
	font-size: 80%;
	color:#524433;
}

.select{
    background-color: #f0d6b4;
}



aside{
    float: right;
}
footer{
    clear: both;
}

iframe{
    margin-left: auto;
    margin-right: auto;
	display: block;
	border: none;
}
/* 716以下の場合 */
@media(max-width:717px){
    header img{
        float:none;
    }
    nav ul{
        text-align:left;
        padding: 0;
    }
    article{
        width: auto;
    }
    article img{
        max-width: 100%;
        height: auto;
    }
    .header-in{
        width: auto;
    }
    .kiji{
        float:none;
        width: 100%;
    }
    aside{
        float: none;
    }

}

/* 600px以下の場合 */
@media(max-width:600px){
    nav li{
        font-size: 70%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .catch{
        top: 5px;
        left: 5px;
    }
    .point-img{
        float: none;
    }
    video{
        max-width: 100%;
        height: auto;
    }
    iframe{
        max-width: 100%;
    }
}

/* プリント出力 */
@media print{
    .subhead{
        color: rgb(247, 230, 211);
        text-shadow: none;
        color: bisque;
    }
    .catch{
        color: rgb(247, 230, 211);
        position:absolute;
        top:380px;
        left:20px;
        font-size: 80%;
        text-shadow: none;
    }
    h1{
        font-family: "MS P明朝" ,"平成明朝",serif;
        position:absolute;
        top: 0px;
        left:20px;
        font-size: 150%;
        float:left;
        text-shadow:none;
        color: #fffdfb;
    }
}