body {
	background: #fff url(imgs/head.gif) repeat-x;
	margin: 0;
	padding: 0;
}

/* 左側メニューに関するCSS指定 */

#div_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
html>body #div_menu {
	width: 182px;/*ie5 box fix ends*/
	}
body>#div_menu {/*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: fixed;
	}
#menuitems {
	position: relative;
	top: -2px;
	left: 0;
	padding: 10px 0 10px 10px;
	background: #090;
}

#menuitems a:link    { color: #fff; background: transparent; text-decoration: none; }
#menuitems a:visited { color: #fda; background: transparent; text-decoration: none; }
#menuitems a:active, #menuitems a:hover  { color: #fff; background: transparent; text-decoration: none; font-weight: bold; }

/* 右側本文に関するCSS指定 */

h1#pagetitle {
/*	position: absolute; */
/*	top: 0; */
	margin: 50px 0 0 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 28px;
}

#contents {
/*	position: absolute; */
/*	top: 0; */
	margin: 5px 10px 0 181px;
	padding: 15px;
	width: 600px;
	border-left: solid 1px #090;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

.box {
	border: solid 1px #090;
	padding: 10px 10px;
}

.sbox {
	border: solid 1px #090;
	padding: 0px 10px;
}

.comment {
	border: dashed 1px #090;
	padding: 10px 10px;
}

img.wb {
	border: solid 1px #090;
	margin: 0 10px 5px 10px;
}

img.wob {
	margin: 0 10px;
}

#contents h2 {
	border-bottom: solid 1px #090;
	margin-top: 50px;
	font-size: 18px;
}

#contents h3 {
	font-size: 14px;
}

#contents table {
	border-collapse: collapse;
	margin: 0 10px 5px 10px;
}

#contents th,td {
	border: solid 1px #090;
	font-size: 9pt;
	padding: 2px 5px 2px 5px;
}

#contents th.num,td.num {
	text-align: right;
}

#contents strong {
	color: #f00;
	background: transparent;
	font-weight: normal;
}

ul.link li {
	padding: 2px 0 0 8px;
}

#contents a:link    { color: #090; background: transparent; text-decoration: none; }
#contents a:visited { color: #c03; background: transparent; text-decoration: none; }
#contents a:hover   { color: #f30; background: #ff9; text-decoration: underline; position: relative; top: 1px; left: 1px; }
#contents a:active  { color: #9c6; background: transparent; text-decoration: none; }

#contents a img:link    { color: #090; background: transparent; text-decoration: none; }
#contents a img:visited { color: #c03; background: transparent; text-decoration: none; }
#contents a img:hover   { color: #f30; background: #ff9; text-decoration: underline; position: relative; top: 1px; left: 1px; }
#contents a img:active  { color: #9c6; background: transparent; text-decoration: none; }
