* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	background-color: #EEE8AA;
}
div #my_body {
	width: 800px;
	background-color: #FFFFFF;
	border-right: 1px outset #E9E9E9;
	border-left: 1px outset #E9E9E9;
}
div #header {
	margin-top: 3px;
	height: 88px;
}
div #menu_area {
	float: left;
	width: 180px;
	background-color: White;
	text-align: left; /*margin-bottom: 1.5em;*/
}
div #contents {
	width: 620px;
	float: left; /*background-color: #F5F5DC;*/
	text-align: left;
	background-color: #FFFFFF; /*margin-bottom: 1.5em;*/
	color: #626262;
}
div #footer_area {
	clear: both;
	width: 100%; /*width: 700px;*/
	background: #FBFBFB;
	border-top: 1px solid #F0F0F0;
	text-align: left;
	margin-bottom: 5px;
}
div #direct_path {
	height: 120%;
	background: #FBFBFB;
	border-bottom: 1px solid #F6F6F6;
}
/* in Header */
#header h1 {
	/*background-image: url(../images/header_logo.png);
	height: 88px;
	background-repeat: no-repeat;*/
}

#direct_path p {
	font-size: 90%;
	padding-left: 2em;
	text-align: left;
	margin-bottom: 10px;
}

/* in menu_area */
#menu_area li {
	border: 1px solid #DCDCDC;
	line-height: 120%;
	margin: 2px 0.3em 2px 0.3em;
	padding: 1px 0.2em 1px 0.2em;
	background-color: #FBFBFB;
	list-style: none;
}
#menu_area a{
	color: blue;
	text-decoration: none;
}
#menu_area a:VISITED{
	/*color: Teal;*/
	text-decoration: none;
}
#menu_area a:HOVER{
	color: #D2691E;
	text-decoration: underline;
	border-bottom-width: 2px;
	border-bottom-color: #D2691E;
	background: #FFF8DC;
}
#menu_area a:ACTIVE{
  text-decoration : underline;
}
/* in contents */
#contents h1 {
	font-size: 150%;
	height: 40px;
	background-image: url(../images/img_back_2.gif);
	background-repeat: no-repeat;
	padding-left: 0.5em;
	margin: 0.2em 0.5em 1em 0.5em;
	line-height: 40px;
}
#contents h2 {
	font-size: 125%;
	border-left: 5px solid #DD8181;
	padding-left: 0.5em;
	border-bottom: 1px dashed #DD8181;
	margin: 0.8em 0.5em 1em 1em;
}
#contents h3 {
	font-size: 115%; /*border-left: 5px solid #DD8181;*/
	padding-left: 0.5em; /*border-bottom: 1px dashed #DD8181;*/
	margin: 0.5em 1em 1em 1em;
	background-color: #F8F9EA;
}
#contents p {
	line-height: 130%;
	margin: 1em 2em 1em 2em;
}
#contents dl {
	line-height: 120%;
	margin: 1em 2em 1em 2em;
}
#contents dt {
	margin: 1.0em 1em 0.7em 1.5em;
	background-color: #FFFCF2;
}
#contents dd {
	margin: 0.5em 2.0em 0.5em 3.0em;
}
.nodisp {
	display: none;
}
.on {
	background-color: #F5F5DC;
	background-image: url(../images/img_menuback.png);
}
.comment {
	border: 1px solid #A52A2A;
	color: #A52A2A;
	line-height: 110%;
	margin: 1em 2em 1em 2em;
	font-size: 10pt;
}
.h_menu {
	display: inline;
	background-image: url(../images/img_menuback.png);
}
.box_normal {
	border: 1px solid #5F9EA0;
	margin: 0.3em 0.2em 0.3em 0.2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* import */
/* Table */
/*@import url('table.css')*/
/*------------ table style set ------------*/
.tb1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tb2{
	background-color: #333333;
	border: 1px solid #333333;
}
.tb3{
	background-color: #333333;
	border: 0px solid #333333;
}
.tb-th1 {
	background-color: #BBBBBB;
	/*font-size: 80%;*/
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tb-th2 {
	background-color: #CCCCCC;
	/*font-size: 80%;*/
	color: #333333;
	border: 0px solid #333333;
}
.tb-cell1 {
	background-color: #EEEEEE;
	/*font-size: 80%;*/
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tb-cell2 {
	background-color: #FFFFFF;
	/*font-size: 80%;*/
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tb-cell3 {
	background-color: #EEEEEE;
	/*font-size: 80%;*/
	color: #333333;
	border: 0px solid #333333;
}
.tb-cell4 {
	background-color: #FFFFFF;
	/*font-size: 80%;*/
	color: #333333;
	border: 0px solid #333333;
}
.tb-cell5 {
	background-color: #FFFFFF;
	/*font-size: 80%;*/
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*------------- -----------------*/
.small {
	font-size: 90%;
}
li {
	line-height: 130%;
	padding-left: 2em;
	text-align: left;
	/*margin-bottom: 5px;*/
	/*margin: 2px 0.3em 2px 0.3em;
	padding: 1px 0.2em 1px 0.2em;*/
	list-style: none;
}
em {
	color: #B22222;
	font-style: normal;
}
