@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	background-color: #fff ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333333;
}

html{                 /* Firefoxで常にスクロールバーを表示 */
	height:100%;
	margin-bottom:1px;
}


/*======================================

	アンカー

=======================================*/

a:link {
	color: #FFFFFF;
	text-decoration:none;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #191970;
	text-decoration:none;
}

#menu a:link {
	color: #191970;
	text-decoration:none;
}

#menu a:visited {
	color: #5B4D22;
	text-decoration:none;
}

#menu a:hover {
	color: #D05D00;
	text-decoration:none;
}

#main a:link {
	color: #333333;
    text-decoration:none;
}

#main a:visited {
	color: #191970;
	text-decoration:none;
}

#main a:hover {
	color: #191970;
	text-decoration:none;
}



/*======================================

	見出し

=======================================*/
h1{
	color: #FFFFFF;
	font-size: 25px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-align: left;
}

h1 span:first-child {
	color:#F00;
	text-shadow:1px 1px 1px rgb(255, 255, 255, .8);
}

h1 span:last-child {
	font-size:60%;
}

h2 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	letter-spacing:0.1em;
	margin: 30px 0 10px 0;
	text-align: left;
}

h3 {
	color: #235B22;
	font-size: 17px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.3em;
	font-weight: normal;
}

h4 {
	color: #2E8B57;
	height: 15px;
	line-height: 1.0;
	font-size: 15px;
	font-weight: normal;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 5px solid #2E8B57;
}


/*======================================

	リスト

=======================================*/

ul li{
	margin: 0 0 0 2em;
}

ol li{
	margin: 0 0 0 2.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}


/*======================================

	段落・水平線・イメージ

=======================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #2E8B57; /* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	width: 800px;     /* --（メニュー1個の幅「113」×メニューの数「7」）＋メニュー仕切りラインの本数「7」＝「800」-- */
	margin: 15px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}


/* ----------　ヘッダー　------------- */

#header {
	background: url(img/HP-top-obi.gif);
	width: 800px;
	height: 99px;
	padding: 0px 0 0px 0;
	margin: 2px auto; 
	border: 1px solid #6495ED;
	text-align: center;     /* IEでセンタリングさせる方法 */
}


/* ----------　メニュー部　------------- */

#menu {
	background-color: #F0FFF0;
	width: 800px;     /* --（メニュー1個の幅「113」×メニューの数「7」）＋メニュー仕切りラインの本数「8」＝「800」-- */
	height: 19px;     /* -- #menu pの高さ「19」＋#menu pのpadding上下値をたした値「1」＋#menu pのborder-top値「1」＝「22」 -- */
	text-align: center;
	margin: 0.2px;
	padding: 0px 0 0px 0;
	float:left;
	border-top: ;
	border-left: ;
}

#menu p {
	height: 19px;
	width: 113px;
	vertical-align: middle;
	text-align: center;
	margin: 0.2px;
	padding: 0px 0 0px 0;
	float:left;
	border-top: ;
	border-left: ;
}

.on {
	background: url(img/menu-2.gif) repeat-x bottom;
}

.off {
	background: #fff url(img/menu-1.gif) repeat-x bottom;
}

.on2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgon.gif) repeat-x bottom;
	border-right: ;
}
.off2 {     /* メニューの一番右端の文字classへ設定する */
	background: #fff url(img/bgoff.gif) repeat-x bottom;
	border-right: ;
}


/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	background-color: #F0FFF0;
	width: 800px;     /* --（メニュー部#menuのwidth値「798」）－（左右の枠線の本数「2」）＝「800」-- */
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: ;
	border-right: 1px solid #6495ED;
	border-left: 1px solid #6495ED;
	clear: both;
}


/* ----------　ページタイトル部　------------- */

#pagetitle {
	text-align: left;
	padding: 5px 50px;
}


/* ----------　メイン 記事部　------------- */

#kizi {
	text-align: left;
	margin: 0 50px; 
}


/* ----------　フッター　------------- */

#footer {
	　　width: 800px;
	color: #FF0000;
	background-color: #6495ED;
	border: 1px solid #6495ED;
	font-size: 11px;
	margin: 2px 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}


/* ----------　著作権表示　------------- */

#copy {
	text-align: right;
	font-size: 9px;
	margin: 10px;
}

/* スライダー */
.slider {
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-bottom:20px;
}

.slider ul {
	display:flex;
	width:300px;
	position: relative;
	will-change: transform;
	animation: slider 10s ease-in-out infinite;
}

.slider li {
	width: 300px;
	height: 200px;
	position: relative;
	margin:0;
}

.slider li img {
	width:300px;
}

@keyframes slider {
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
 }