@charset "utf-8";
/* CSS Document */

/* 壁紙変更はココ */
#container {
	width:98%; 
	margin:0 auto;
	margin-top:-10px;
	padding-bottom:10px;
	background:#3ae0b7 url(https://www.melonbooks.co.jp/special/a/0/denshi_sp/melonselect/images/haikei-toho.jpg) ;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:center top;
	}

#wrapper {
  position:relative;
	width:1300px;
	margin:20px  auto;
	padding-top:0px;
	padding-bottom:20px ;
	font-family: 'Noto Sans Japanese', 'Archivo Black', sans-serif;
	font-size: 100%;
	background:rgba(255,255,255,0.8);
}

#top_area {
	width:1300px;
	margin:auto;
	overflow:hidden;
	*height:100%;
}

#top_area  img{
	float:left
	margin:0 auto;
}

 a:hover  img{
	opacity:0.7;}

h1 {
	margin:0;padding:0;
}

h2 {
	margin: auto;padding:0;
}


h3  {
	margin:5px 50px 0 0;
	padding:0  50px 0 0;
	color:#FF9E00;
	font-weight:bold;
}

.link {
	text-align:right;
	margin:20px;
	text-decoration: none;
	color:#009900;
}

.link a:link a:visited{
	color:#ffffff;
	text-decoration: none;
}

.link a:hover{
	color:#009900;
	text-decoration:none;
}


.clearfix:after {
    display:block;
    clear:both;
}

.comment{
	width:800px;
	margin:20px auto 20px auto;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	padding:10px;
	line-height:20px;
	font-weight:none;
	border:3px solid #009900;
}


h2 img{
	margin:auto;
}

