*{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;}
body{background:#f6f8f4;margin:0px;}
#contentarea{width:1350px;margin:auto;background:#fff;border:1px solid #aaa;padding:30px;}
.maintanle{
	width:100%;
	margin:0px auto;
	border-collapse:collapse;
	border:1px solid #333;
	margin-top:15px;
}
.maintanle thead tr th{
	border-collapse:collapse;
	border:1px solid #333;
	background:#F4F4F4;
	padding:5px;
	text-align:center;
	font-weight:900;
}
.maintanle tbody tr td{
	border-collapse:collapse;
	border:1px solid #333;
	padding:5px;
}


header{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-bottom:15px;
	background:#fff;
}


/***************************************************
DLボタン
****************************************************/
.dlbtn{
	background:#fff;
	border:1px solid #333;
	text-decoration: none;
	padding:2px 6px;
	color:#333;
	border-radius: 2px 2px 2px 2px;
}
.dlbtn:hover{
	background:#eee;
}
/***************************************************
メニュー
****************************************************/
.header-menu{
	width:1100px;
	margin:0px auto;
}
.header-menu .header-menu__list .header-menu__item{
	display: inline;
}
.header-menu__item{
	padding:0px 15px;
}
.header-menu__link{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:900;
	text-decoration: none;
	color:#333;
}