body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/left_menu_bg.gif);
	background-repeat: repeat-y;
	color: #003300;
}
.header {
	height: 80px;
	background-color: #ffffff;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 8pt;
	color: #778899;
}

/* ===== 左メニュー ===== */
.leftmenu {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 180px;
	padding-top: 10px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
}
.leftmenu a {
	display: block;
	padding: 10px 10px 10px 20px;
	width: 150px;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
}
.leftmenu a:link, .leftmenu a:visited {
	background-image: url(images/btn_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #4378b6;
}
.leftmenu a:hover {
	background-image: url(images/btn_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #e36d4a;
}
.leftside {
	position: fixed;
	top: 0px;
	left: 10px;
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 8pt;
	color: #778899;
	line-height: 135%;
}
.leftside a {
	text-decoration: none;
}
.leftside a:link, .leftside a:visited {
	color: #004a95;
}
.leftside a:hover {
	color: #e36d4a;
}

/* ===== メインエリア ===== */
.main {
	margin-left: 200px;
	padding: 10px;
	width: 610px;
	color: #505050;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}
h1 { /* 左サイドの目次 */
	font-family:  "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}
h2 { /* 見出し */
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #008955;
	color: #008955;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}
h5 { /* 左マージン */
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 150%;
	margin-left: 50px;
}
p {
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}
em {
	font-style: normal;
	color: #ff8c00;
}
i {
	font-style: normal;
	color: #008955;
}
.main a {
	text-decoration: none;
}
.main a:link, .main a:visited {
	color: #004a95;
}
.main a:hover {
	color: #e36d4a;
}

.product {
	float: left;
	padding-bottom: 10px;
}
.topic {
	position: absolute;
	top: 250px;
	left: 198px;
	width: 640px;
	height: 120px;
	padding-left: 36px;
	padding-top: 36px;
	background-image: url(images/title_topic.gif);
	background-repeat: no-repeat;
}
.news {
	position: absolute;
	top: 380px;
	left: 204px;
	width: 320px;
	height: 260px;
	padding-left: 20px;
	padding-top: 50px;
	background-image: url(images/title_news.gif);
	background-repeat: no-repeat;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 135%;
}
.column {
	position: absolute;
	top: 380px;
	left: 520px;
	width: 320px;
	height: 260px;
	padding-left: 20px;
	padding-top: 50px;
	background-image: url(images/title_column.gif);
	background-repeat: no-repeat;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 135%;
}
.scroll {
	margin: 0;
	padding: 10px;
	width: 260px;
	height: 140px;
	border: 1px solid #cccccc;
	overflow: auto;
}

.book_review {
	position: absolute;
	top: 20px;
	left: 450px;
	width: 400px;
}
.book_data {
	position: absolute;
	top: 360px;
	left: 220px;
	width: 200px;
}

/* ===== 定義リスト ===== */

dl {
	margin: 10px 0 0 160px;
	padding: 0;
}
dt {
	padding-left: 10px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 100%;
}
dd {
	margin-left: 2em;
}
ul {
	list-style-type: disc;
	list-style-image: url(images/dot.gif);
}
li {
	font-weight: normal;
	font-family:  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

