/*
[default.css]
*/
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	margin: 0px;
	padding: 0px;
	}

/* ボディ
------------------------------------------ */
body {
	background: #ffffff;
	color: #333333;
	}
a:link,
a:visited {
	color: #0072BC;
	}
a:hover,
a:active {
	color: #B3003B;
	}

/* レイアウト
------------------------------------------ */
/* メインボックス */
#mainbox {
	width: 611px;
	border: none;
	left: 50%;
	top: 0px;
	position: absolute;
	margin-left: -305px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* ヘッダー */
#header-print {
    display:table;
	width: 611px;
	background-color: #FFFFFF;
	}
#header {
	display:none;
	}
/* サイド左 */
#topsidel {
	display:none;
	}	
/* 中央 */
#topsidec {
	width: 611px;
	}
