@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4	{ color: #77B900; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.60em;}
h2		{ font-size: 1.50em;}
h3		{ font-size: 1.30em;}
h4		{ font-size: 1.20em; font-weight:bold;}
p		{ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.10em; text-align:justify; margin-top:10px; line-height:1.3;}
li		{ color: #81dd0a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.10em; margin-bottom: 10px;}
.main {
	background:#FFFFFF;
	color: #000000;
	width:<%=PageWidth%>;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.header  {
	float:left;
	margin:0px;
	background:url(/folding/images/header_year4.jpg) top left no-repeat;
	height:420px;
	width:850px;
}
.menu  {
	float:left;
	width:850px;
	height:44px;
	margin:0px;
	background:url(/folding/images/subheader.jpg) top left no-repeat;
	text-align:center;
}
	.menu_text  {
		margin:10px 10px 0px 10px;
		font-size:1.20em;
		font-weight:bold;
		color:#FFF;
	}
	.menu_text a {
		color:#FFF;
	}
	.menu_text a:hover  {
		color:#FFF;
	}
.content {
	padding: 15px 20px 5px 20px;
}
th  {
	color:#FFF;
	font-size:1.60em;
	font-weight:bold;
	line-height:1.5;
}
tr  {
	line-height:1.5;	
}
td  {
	color:#000;
}
strong  {
	font-weight:bold;
}
ul.request  {
	margin:10px 0px 10px 150px;
}
ul.request li  {
	color:#000;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	font-size:12px;	
}
ul.request li ul  {
	margin-left:25px;
	list-style:none;
}
ul.request li ul li  {
	margin:0px;
	font-weight:normal;
}
