<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*印刷用=============================*/

body{
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", Osaka, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	background:none;
	text-align:center;
	font-size:12px;
}

/*ヘッダー*/
#header {
	width:1000px;
	text-align:left;
	position:relative;
	margin:0 auto;
}
/*ロゴだけ表示*/
#logo {
	position:relative;
	padding:0px 0px 30px 50px;
	width:254px;
}
/*ヘッダーメニューを非表示*/
#header-menu {
	display:none;
}

#header-menu li{
	display:none;
}

#header-menu li a {
	display:none;
}

/*グローバルメニューを非表示*/
#gmenu-bg {
	display:none;
}

/*サブメニューを非表示*/
.s-smenu {
	display:none;
}

/*メニュー背景を非表示*/
#s-smenu-bk {
	background:none;
	margin:0 auto;
	z-index:1;
	width:1000px;
	overflow:visible;
	height:0;
}

/*茶色の帯を非表示*/
#under-tit {
	background:none;
	height:0px;
	z-index:2;
	margin:0 auto;
	padding:0;
	width:1000px;
}

/*コンテンツを左寄せ*/
#contents {
	float:left;
	padding-left:50px;
　　width:470px;
}

/*カテゴリ画像を非表示*/
#category {
	display:none;
}
h3 {
	width:470px;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:1%;
	line-height:1%;
	text-indent:-9999px;
}


/*ページのトップへを非表示*/
.pagetop {
	display:none;
}</pre></body></html>