@import "rayout.css";
@import "headings.css";
@import "navi.css";
@import "contents.css";

body {
	_zoom:85%;/* for WinIE */
	color: #000000;
	font-size: 10pt!important;
	font-size: 12px;
	background-color: #FFFFFF;
	background: none;  
}
#header {
	background: none;
	}
#nav {
	display: none;
}
#footer {
	display: none;
}

/* ---------- 非表示設定 ----------*/
h1,h2,h3,h4 {
	width: 500px!important;
	background: none; 
	font-size: 20px;
	text-indent: 0;
	}
div.totop {
	display: none; 
	}
img {
	border: 0;
}
.photoclick {
	display: none;
}

/* ---------- リンク部設定 ----------*/
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

/* ---------- トップページ ----------*/
.exmenu {
	display: none;
	}
h2.news {
	margin: 0 0 10px 0;
	}
h2.recenttop {
	margin: 0 0 10px 0;
	}
#topics {
	display: none;
	}
.newsl ul {
	margin-left: -10px;
	}

#content #topleft {
	width: 460px;
	margin: 10px 10px 0 0;
	padding: 0 0 0 15px;
	}
#content #topright {
	width: 225px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0px;
	}
#topleft .newsbox {
	width: 460px;
	}
#topleft .newsl {
	width: 135px;
	}
#topleft .newsr {
	width: 320px;
	}

/* ---------- 改頁設定 ----------*/
div.pagebreak {
	page-break-after: always;
	clear: both;
}

/* ---------- サブメニュー部非表示 ----------*/
#contentsubl {
	clear: both;
	width: 720px;
	}
#contentsubr {
	display: none;
	}

