@charset "utf-8";
/* CSS Document */
body {
	box-sizing: border-box;
	padding: 35px;
}
div#contents {
	width:100%;
	height:100%;
	box-sizing: border-box;
	border: #D0D0D0 2px solid;
	background: url(../images/contentsbg.png);
	padding: 30px;
}
div#mainContents {
	width:100%;
	box-sizing: border-box;
	/*border: #ff0000 1px solid;*/
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
div#mainContents::-webkit-scrollbar { display: none;}
/* ヘッダー */
div#hederbox {
	margin-bottom: 80px;
}
div#hederbox div.menubox {
	text-align: center;
}
	div#hederbox div.menubox a {
		display: inline-block;
		font-size: 16px;
		text-decoration: none;
		color: #333;
		margin: 0 15px;
	}
