@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4	{color:#77B900; margin:10px 0; font-weight:bold;}
h1  {font-size:1.80em;}
h2  {font-size:1.40em;}
h3  {font-size:1.00em;}
p, li		{font-size: 1.10em; margin:10px 0; line-height:1.5;}
.main {
	background:#FFFFFF;
	color: #000000;
	width:<%=PageWidth%>;
	margin: -11px 0 0 0;
	padding: 0px;
	text-align:left;
}
.header  {
	float:left;
	margin:0px;
	background:url(/folding/images/FOLDING_7year.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;
}