@charset "Shift_JIS";
/* 背景 ************************************************************/

html {
	background-color: #fff;
}

body {
	color:#000000;
	line-height: 140%;
	font-size: 100%;
	font-family: Osaka, ' ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
}

a {
	color:#000000 !important;
        text-decoration:none;
}
/* ----- 基本構造 -------------------------------------- */


#main {
text-align:left;
	        margin: 0;
}
/* 非表示 */
.hide {
		display: none;
	}
/*----左メニュー------------------------------------------------------------------------------- */
#header {
		display: none;
}
#left_column {
		display: none;
}
#footer {
		display: none;
}
