@charset "utf-8";
/* CSS Document */
/* ヘッダー */
div#sideMenu { display: none; }
div#menubox {
	width:100%;
	height:135px;
	min-width: 1080px;
	position: fixed;
	top:0;
	left:0;
	background: url(../images/cmn/headerbg.png);
	z-index: 20;
}
	div#menubox div.center {
		width: 1065px;
		height:135px;
		margin: 0 auto;
		position: relative;
	}
		div#menubox div.center div.leftmenubox {
			width:452px;
			height:30px;
			text-align: center;
			position: absolute;
			top:80px;
			left:0;
		}
		div#menubox div.center div.rightmenubox {
			width:452px;
			height:30px;
			text-align: center;
			position: absolute;
			top:80px;
			right:0;
		}
			div#menubox div.center div.leftmenubox a, div#menubox div.center div.rightmenubox a {
				display: inline-block;
				height:30px;
				margin: 0 20px;
				text-decoration: none;
				color: #fff;
				font-size: 14px;
				letter-spacing: 2px;
			}
		div#menubox div.center a.logo {
			display: block;
			width:161px;
			height:135px;
			position: absolute;
			top:0;
			left:452px;
		}
		div#menubox div.center div.snsbox {
			width:160px;
			height:30px;
			position: absolute;
			top:15px;
			right:0px;
		}
			div#menubox div.center div.snsbox a {
				margin: 0 5px;
			}
/* フッター */
footer {
	width:100%;
	min-width: 1065px;
	height:35px;
	background: #000;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
}
	footer small {
		display: block;
		width:100%;
		height:35px;
		line-height: 35px;
		color: #fff;
		text-align: center;
		font-size: 12px;
	}
/* 共通 */
div#contents {
	width:100%;
	min-width: 1080px;
	position: relative;
}
div#bgContents {
	width:100%;
	min-width: 1080px;
	position: fixed;
	top:0;
	left:0;
	z-index: 1;
}
div#mainContents {
	width:100%;
	min-width: 1080px;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	padding-top: 180px;
	padding-bottom: 75px;
	box-sizing: border-box;
}
/* カテゴリリスト */
div#categorylist {
	width:130px;
	height:570px;
	box-sizing: border-box;
	border-right: #999 1px solid;
	float: left;
}
	div#categorylist p.categorytitle {
		color: #333333;
		font-size: 24px;
		letter-spacing: 2px;
		margin-bottom: 60px;
	}
	div#categorylist p.categorytitle2 {display: none;}
	div#categorylist a {
		display: block;
		line-height: 25px;
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 1px;
		text-decoration: none;
	}
	div#categorylist a.cate1 {color:#FF7373;}
	div#categorylist a.cate2 {color:#BB8B43;}
	div#categorylist a.cate3 {color:#448605;}
	div#categorylist a.cate4 {color:#008C46;}
	div#categorylist a.cate5 {color:#FFC926;}
	div#categorylist a.cate6 {color:#FF0000;}
	div#categorylist a.cate7 {color:#0059B2;}
	div#categorylist a.cate8 {color:#0085B2;}
	div#categorylist a.cate9 {color:#004661;}
	div#categorylist a.cate10 {color:#666;}
	div#categorylist a.cate11 {color:#4C6600;}
	div#categorylist a.cate12 {color:#333;}
	div#categorylist a.cate13 {color:#BB8B43;}