@charset "utf-8";
/* CSS Document */

body{
	/*background-color: #5a493f;
	background-image: url(back-img/miniback-img.jpg);
	background-repeat: no-repeat;
	background-position: 0,0;
	background-attachment: fixed;
	background-size:cover;*/
	color: #d3d3d3;
	font-size:12px; font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
	padding: 10px;
}
body:before{
	z-index                 : -1;
    background-color        : #5a493f;
    /* background-image        : url(back-img/miniback-img02.jpg); */
    background-repeat       : no-repeat;
    background-size         : 100% auto;
    position                : fixed;
		content: "";
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;

}


#wrap{
	width: 95%;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #d3d3d3;
	}

#header a:hover{
	background-color: rgba(255,255,255,0.3);/*カーソルを当てた時の反応*/
	color: #000
}

.current {
	background-color: rgba(255,255,255,0.1);/*メニューでの現ページの表現*/
    color:#999999;
        }

#header{
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	padding: 10px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	}

#header h1{/*サイトタイトルスタイル*/
   font-size: 20px;
   border-bottom: solid 2px;
   margin-left:1%;
   margin-right:1%;
	 font-weight:bold;
	 text-align: center;
}

#header ul{
	text-align: center;
	margin: 10px;
 }
#header li{
	display: inline-block;
    text-align: center;
    width: 20%;
	line-height: 300%;
	margin-right: 2%;
    font-size:14px;
	border:solid 2px;
	border-radius: 5px
}

#header ul li a{
	display: inline-block;
	width: 100%;
}


.title{
	font-size: 15px;/*コンテンツタイトルスタイル*/
	font-weight:bold;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	color: #d3d3d3;
	margin-top: 10px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	text-align: center;
	padding: 8px;
	}

#footer{
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	margin:10px 0% 10px 0%;
	padding: 10px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

#footer ul{
	text-align:center;
 }

#footer li{
	display: inline-block;
    text-align: center;
    width: 22%;
    font-size: 12px;
	border: solid 1px;
	border-radius: 5px;
	line-height:300%;
}
#footer ul li a{
	display: inline-block;
	width: 100%;
}

}
#footer img{
	display: none;
}

#footer a:hover{
	background-color: rgba(255,255,255,0.3);/*カーソルを当てた時の反応*/
	color: #000
}

@media (max-width: 640px){
}
