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

body{
	background-color: #5a493f;
	background-image: url(back-img/bgimg6.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;
}

#Fsn{
position:fixed;/*★スクロールしてもdiv領域の絶対位置固定*/
top:0;/*★上からの位置*/
left:0;/*★左からの位置*/
z-index:-1; /*★この領域を一番下に指定。この指定で領域の上に、文章等を位置を気にせず自由に配置できる*/
width:100%;/*★領域の横幅指定*/
height:100%;/*★領域の縦幅指定*/
}

#Fb1,#Fb2{background-size:100% 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;
        }

#wrap{
	margin-right: 5%;
	min-height: 1080px;
}

#header{
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	margin:10px 0px 10px auto;
	padding: 5px;
	width: 90%;
	max-width: 900px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

h1{display: inline-block;/*サイトタイトルスタイル*/
   font-size: 18px;
	 font-weight: bold;
   width: 25%;
   margin-left: 2%;
   margin-right: 8%;

}
#header ul{
	display: inline-block;/*上部メニュースタイル*/
    width: 64%
 }

#header li{
	display: inline-block;
	width: 24%;
    text-align: center;
    font-size: 15px;
}

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

#main{
	width: 80%;
	max-width: 800px;
	margin:3% 0px 10px auto;

}

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

#footer{
	background-color: rgba(0,0,0,0.4);
	padding: 5px 5px 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin:10px 0px 50px auto;
	width: 80%;
	max-width: 900px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

#footer ul{
	display: block;
	margin-left: auto;
	margin-right: 0px;
	width: 75%;
 }
#footer li{
	display: inline-block;
    text-align: center;
    font-size: 12px;
		width: 24%;
}

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

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

@media (min-width: 641px){
}
