@charset "utf-8";

/* ======================
 * Module CSS
======================= */

@media only all and (min-width: 751px) {

/* Page
=========================================*/
#pageContainer {
}
#pageContainer #contentWrap {
	background: url(../img/com_bg01.gif) repeat 0 0;
}

#popup.kashi {
	width: 525px;
	margin: auto;
}


/* Header
=========================================*/

/* Contents
=========================================*/
#main {
	width: 782px;
	margin: 0 auto;
}
#topMain .wrapper01 {
	width: 780px;
	margin: 0 auto;
}
#topMain .wrapper02 {
	width: 794px;
	margin: 0 auto;
}
#topContent {
}
#mainContent {
	padding: 0 8px 0 9px;
	background: url(../img/com_bg02.gif) repeat-y 0 0;
}

.pageTop {
	margin-top: 15px;
	color: #0066cc;
	text-align: right;
}
.pageTop a {
	text-decoration: underline;
}

/* Footer
=========================================*/
#footer {
	background: url(../img/com_bg01.gif) repeat 0 0;
}
#footer .footerInner {
	width: 780px;
	margin: 0 auto;
}
#footer .footerInner #copyright {
	text-align: right;
}
#footer .footerInner #copyright img {
	width: 280px;
	height: auto;
}
/* ClearFix
=========================================*/
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
.clearFix {
	min-height: 1%;
	zoom: 1;
}


}