@charset "utf-8";

/* ======================
 * Module CSS
======================= */

@media only all and (min-width: 751px) {

/* Page
=========================================*/
#pageContainer {
	background: #f6f4ef;
}
#pageContainer #contentWrap {
}



/* Header
=========================================*/
#header {
	background: #b0b3aa;
}
#header .headerInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 12px;
}
#header .sakkaTitle {
	float: left;
	line-height: 0;
}
#header .headerLogo {
	float: right;
	line-height: 0;
}


/* Contents
=========================================*/
#main {
	float: right;
	width: 720px;
	margin-right: 25px;
	padding-bottom: 30px;
}
#main.noAside{
	float: none;
	max-width: 1000px;
	width: auto;
	margin-right: 0;
	margin: 0 auto;
}

/* Aside
=========================================*/
#mainContainer {
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}
#aside {
	float: left;
	width: 220px;
	background: #77933c;
}
#aside .asideInner {
	padding: 15px;
	color: #ffffff;
}
#aside .asideHeading {
	line-height: 0;
}
#aside .authorInfo {
	margin-top: 10px;
}
#aside .authorInfo + .authorInfo {
	margin-top: 45px;	
}
#aside .authorInfo > dt {
	line-height: 1;
	padding: 7px 10px 5px;
	background: #b0b3aa;
	font-size: 13px;
	text-align: center;
}
#aside .authorInfo > dd {
	margin-top: 10px;
	font-size: 12px;
}
#aside .authorInfo > dd > *:first-child {
	margin-top: 0 !important;
}

#aside .authorInfo > dd .cateNeme {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#aside .authorInfo > dd .cateList01 {
	margin-top: 5px;
}
#aside .authorInfo > dd .cateList01 > li {
	position: relative;
	padding-left: 1em;
}
#aside .authorInfo > dd .cateList01 > li + li {
	margin-top: 5px;
}
#aside .authorInfo > dd .cateList01 > li:before {
	content: "●";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	right: 0;
}

#aside .otherInfo {
	margin-top: 45px;
	font-size: 12px;
}
#aside .otherInfo .bnrImg01 {
	margin-top: 15px;
	line-height: 0;
}
#aside .otherInfo .bnrImg01 a {
	display: inline-block;
	background: #ffffff;
}
/* Footer
=========================================*/
#footer {
	clear: both;
	background: #b0b3aa;
}
#footer .footerInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px;
}
#footer #copyright {
	text-align: right;
}
#footer #copyright img {
	width: 230px;
	height: auto;
}

/* ClearFix
=========================================*/
#mainContainer:after,
#header .headerInner:after,
#footer .footerInner:after,
.clearFix:after,
.clearFix:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
#mainContainer,
#header .headerInner,
#footer .footerInner,
.clearFix,
.clearFix {
	min-height: 1%;
	zoom: 1;
}


}