﻿body
{
	font-family: 'MS UI Gothic';
	font-size:12pt;
	background: url(images/bg.gif);
}
A:hover
{
	color: red;
}
h3
{
	background-color: #6889e1;
	padding:10px 0 10px 20px;
}
h4
{
	background-color:Green;
}
h2
{
	text-align: left;
	font-size:12pt;
	margin :7px 0 0 0;
	}
		
#mainbody
{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #fefefe;
}
#header
{
	background-color: #fefefe;
	height: 170px;
}
#topnavi
{
	overflow: auto !important;
	width: 100%;
	background: #e8e8e8;
	border-bottom: 3px splid #999999;
}
#topnavi .menu
{
	float: left;
	width:150px;
	border-right: 1px solid #999999;
	margin: 5px 0 0 0;
	text-align:left;
}
#topnavi li
{
	float: left;
	text-align:right;
	width:300px;
	border-right: 1px solid #999999;
}

#container
{
	position: relative;
	margin :10px 0;
	/*height:800px;*/
	width:100%;
	background-color: #fefefe;
}
#CONTENTS
{
	/*position: absolute;*/
	margin:0 130px 0 170px;
	/*top: 10px;*/
	/*width: 550px;*/
	/*height:800px;*/
	/*font-size:12pt;*/
	line-height:1.4;
	background-color: #fefefe;
}
#CONTENTS h3
{
	background:url(images/h2_bg.gif) left top no-repeat;
	margin:0;
	padding:5px 0 10px 30px;
	}
#CONTENTS  .data
{
	font-size:12px;
	}
#CONTENTS .h_0
{
	font-size: 14px;
	background-color: #f0fff0;
	/*font-weight: bold;*/
	text-align: center;
	/*color: #00008b;*/
}
#CONTENTS .h_1
{
	font-weight: bold;
	font-size: 14px;
	background-color: #f0fff0;
}
#CONTENTS .h_2
{
	background-color: #f0fff0;
}

#CONTENTS .head2
{
	background-color: #e0ffff;
	/*font-weight: bold;*/
	text-align: center;
}

	#CONTENTS .head3
{
	background-color: #faebd7;
	text-align: center;
}
	#CONTENTS .td1
{
	background-color: #f0f8ff;
	text-align: left ;
}
	#CONTENTS .td2
{
	background-color: #ffffff;
	text-align: left ;
}

#CONTENTS  .cal
{ 
	text-align:right; }

#CONTENTS TABLE
{
	background-color: #dcdcdc;
}
#CONTENTS TD
{
 background-color:White;
}
#CONTENTS p
{
	margin:20px 0 0 30px;
	font-size:14px;
}
#CONTENTS li
{
	font-size:14px;
}

#LEFTMENU
{
	position: absolute;
	left: 0px;
	top: 0px;
	height:800px;
	width: 150px;
	font-size:12px;
	line-height:1.4;
	background: #fefefe url(images/menu_bg.gif) right top repeat-y;
}
#LEFTMENU h3
{
	background: url(images/leftmenuheadbg.gif) left top repeat-y;
	border-bottom: gray 1px solid;
}
#LEFTMENU li
{
	margin:5px 0 0 0 ;
	/*padding-right:16px;*/
	border-bottom: gray 1px solid;
}
#LEFTMENU .li2
{
	list-style:none;
	margin: 0 0 0 10px ;
	/*padding-right:16px;*/
	border-bottom: gray 1px solid;
}

#LEFTMENU ul
{
	/*margin:5px 10 0 0 ;*/
	padding-right:16px;
}


#LEFTMENU .b
{
	margin: 0 0 0 10px ;
}


#RIGHTMENU
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 125px;
	height:800px;
	background-color: #fefefe;
}
#footer
{
	background-color: #fefefe;
	height: 210px;
	font-size:10pt;
	padding:10px 0 10px 30px;
}


