@charset "UTF-8";

body{
	/*background-color: #2a2a38;*/
	background-color: #111111;
	color:#dadada;
	font-family:'Noto Sans', Osaka, Arial, sans-serif;
	
  font-size: 16px;
	/*font-weight: bold;*/
  line-height: 1.8;
	letter-spacing: 0.8pt;
}

a:link{
	color:#4697fa;
	font-weight: bold;
	text-decoration:none;
}
a:visited{
	color:#4697fa;
}
a:hover{
	color:#a1cafa;
}
a:active{
	color:#4697fa;
}

h1{color:#ff74bd}
h2{color:#ff74bd}
h3{color:#ff74bd}
h4{color:#ff74bd}
h5{color:#ff74bd}

#septitle{
	font-size: 28px;
	color: #efeff1;
	font-family: 'ipamp';
	font-weight: bold;
	letter-spacing: 12px;
}

#myimg {
	border: 5px #a30076 solid;
	border-radius: 3px;
	margin: 5px;
}
/*#myimg:hover {
	border: 5px #a61919 solid;
}*/

#table-header{
	font-family: ipagp;
	font-weight: bold;
	font-size: 20px;
}


#container{
	width: 780px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	/*background-color: #ffffff; /* メインカラムの背景色 */*/
}

#header{
	background-color:#28a488; /* ヘッダの背景色 */
	padding: 10px;
	color: white;
	border: 0px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#header a:link{
	color: white;
}
#header a:visited{
	color: white;
}
#header a:hover{
	color: white;
}
#header a:active{
	color: white;
}

#content{
	width: 800px; /* メインカラムの幅 */
	overflow: hidden;
	margin-top: 40px;
	line-height: 180%;
	margin: 0 auto;
}
#main{
    width: 600px;
    float: right;
}
nav{
	float: left;
	width: 200px; /* サイドバーの幅 */
	line-height: 200%;
}

#footer{
	text-align: center;
	width: 100%;
}

#_layer{
	display:none;
}

#commentary{
    color: #55b48f;
    font-size: 14px;
    display: inline;
}