@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: 印刷用
 *	Since		: 2009-06-15
 *  Modified    : 2010-03-04
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */

@media print {

body {
	background: #fbf7f1;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

/* ------------------------------------------------------------------- */

div#contents {
	display: block;
	vertical-align: top;
}

html>/**/body div#contents {
	display: table;
	vertical-align: top;
	overflow: visible;
}

html:first-child div#contents {
	display: block;
	vertical-align: top;
}

body#top div#contents {
	width: 970px;
	margin: 0 auto 20px;
	overflow: hidden;
}

/* ------------------------------------------------------------------- */

body#top div#pickup {
	display: block;
	float: left;
}

html>/**/body#top div#pickup {
	display: table-cell;
	float: none;
	width: 280px;
	padding-right: 10px;
	vertical-align: top;
}

html:first-child body#top div#pickup {
	display: block;
	float: left;
	padding-right: 0;
	vertical-align: top;
}

/* ------------------------------------------------------------------- */

body#top div#wrap {
	float: right;
	width: 680px;
}

html>/**/body#top div#wrap {
	display: table-cell;
	float: none;
	width: 680px;
	vertical-align: top;
}

html:first-child body#top div#wrap {
	display: block;
	float: left;
	vertical-align: top;
}

/* ------------------------------------------------------------------- */

div#sideber {
	display: block;
	float: left;
}

html>/**/body div#sideber {
	display: table-cell;
	float: none;
	width: 290px;
	vertical-align: top;
}

html:first-child div#sideber {
	display: block;
	float: left;
	width: 280px;
	vertical-align: top;
}

body#top div#sidebar {
	float: right;
}

/* ------------------------------------------------------------------- */

div#main {
	display: block;
	float: right;
}

html>/**/body div#main {
	display: table-cell;
	float: none;
	width: 680px;
	vertical-align: top;
}

html:first-child div#main {
	display: block;
	float: right;
}

body#top div#main {
	float: left;
	width: 390px;
}

/* ------------------------------------------------------------------- */


}
