﻿@charset "utf-8";

/*=== SideMenu ===*/
.sideMenu {
	float: left;
	width: 150px;
}

/*=== MenuList ===*/
.sideMenu ul.menuList {
	list-style-type: none;
}

.sideMenu ul.menuList li.here {
	font-size: 90%;
	line-height: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F90;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-left: 5px;
	display: block;
	width: 137px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.sideMenu ul.menuList li.menu a,
.sideMenu ul.menuList li.menu a:visited {
	font-size: 90%;
	line-height: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #EBEBEB;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C1C1C1;
	padding-left: 5px;
	display: block;
	color: #333;
	text-decoration: none;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.sideMenu ul.menuList li.menu a:hover {
	background-color: #CED3EC;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #8BA2EB;
}

/*=== BodyArea ===*/
.bodyArea {
	float: left;
	width: 678px;
	padding-left: 20px;
}

/*=== TopicPath ===*/
.bodyArea .topicPath {
	padding-bottom: 16px;
}

.bodyArea .topicPath p {
	width: 676px;
	font-size: 80%;
	line-height: 110%;
}

.bodyArea .topicPath .emphasis {
	font-size: 130%;
}

.bodyArea .topicPath p a,
.bodyArea .topicPath p a:visited {
	color: #333;
	text-decoration: none;
}

.bodyArea .topicPath p a:hover {
	color: #00F;
	text-decoration: underline;
}

/*=== PageTitle ===*/
.bodyArea .pageTitle {
	padding-bottom: 10px;
}

/*=== MainUnit ===*/
.bodyArea .mainUnit {
	padding-bottom: 20px;
	width: 678px;
}
