@charset "utf-8";
/* CSS Document */

#wrap {
	width:800px;
	text-align:left;
	margin: 0;
}   
#inner { margin:0px; }   
#main {
	width:600px;
	line-height: 130%;
	padding: 2px;
	float: right;
	margin: 0px;
	text-align: left;
}   
#menu {
	width:180px;
	float:left;
	font-size: 95%;
	line-height: 125%;
	list-style-image: url(li.png);
	border: thin solid #999;
	padding: 2px;
	background-color: #efefef;
	overflow: visible;
	display: table;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}   
#list {
	margin:0px;
	list-style-image: url(li.png);
	background-color: #ECF5DA;
	font-size: 95%;
}
#footer {
	margin:0px;
	list-style-image: url(li.png);
	background-color: #ECF5DA;
	font-size: 95%;
	width: 100%;
	clear: both;
}
.clear { clear:both; }   
.clear hr { display:none; }

body {
	background-color: white;
	text-align: left;
}
.h1  { color: #f00; font-size: x-large }
.h2          { color: #222; font-size: 120%; font-weight: bold; background-image: url("tbl_bk_p.jpg"); background-repeat: repeat-y; padding: 5px }
.h3  { color: #008; font-size: larger; font-weight: bold }
.ab_title { color: #008; font-size: larger; font-weight: bold }
.ab_title_en { color: #008; font-size: larger; font-weight: bold; text-align: justify }
.hr       {
	color: #ECF5DA;
	background-color: #ECF5DA;
	background-image: none;
	background-position: 0 0;
	height: 2px;
border-color:  }
.padding-l     { font-weight: bold; padding-left: 2em }
.padding-nob  { padding-left: 3em }
.en_sent { text-align: justify; text-indent: 1em }
.txt_r { text-align: right }
.list { line-height: 1.5; list-style-type: square; list-style-image: url("list.png") }
A:visited {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
A:active {
	COLOR: #9900CC; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #FF3300; TEXT-DECORATION: none
}

