@import url("0.css");

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; }

body { 
	background-color: #FFF;
	border: 0px; 
	font: sans-serif;
	font-size: 16px; 
	line-height:150%;
}	
img { BORDER: 0px; }

#logo { background:url(../image/logo.gif) no-repeat 0px; height:100px; width: 800px; }
#content { width:800px; height: 460px; text-align:left; color:#133db6; }
#about { margin: 10px 0px; }
#about_title { font-weight:bold; font-size:20px; }

#left { float:left; height:300px; width:500px; }
#l_title { font-weight:bold; font-size:20px; }
#project { font-size: 14px; }
#p_title {
	background: #d6efc7;
	color:#327b00;
	font-weight: bold; 
	height: 24px;
	margin: 0 1px;
	padding-left: 10px;
	padding-top: 3px;
	text-align:left;
}

#p_content { 
	width:470px;
	padding-left: 10px;
	padding-top: 3px;
}

#right { float:left; margin-left:10px; width:260px; }
#r_info { width:260px; }
#r_title {
	background: #FDEAA6;
	color:#FF0000;
	font-weight: bold; 
	height: 24px;
	margin: 0 1px;
	padding-left: 10px;
	padding-top: 3px;
	text-align:left;
}
#r_content { 
	width:256px;
	padding-left: 28px;
	padding-top: 3px;
}
.license { height: 90px; }

#r_links { 
	width:256px;
	padding-left: 28px;
	padding-top: 3px;
}
#r_links ul { 
	border: 0px;
	float:left;
	color:#557BCD;
	list-style-type:none; 
	margin: 0px; 	
	padding:10px 0px 10px 10px; 
	
}
#r_links li { height: 20px; display: block; text-align: left; font-size: 14px; }
#r_links li a,a:active{ color: blue; text-decoration: none; }
#r_links li a:hover { text-decoration: underline; }

#copyright { color:#133db6; font-size: 14px; width: 800px; height:28px; }
#outside { 
	margin-top:50px;
	color:#133db6; 
	font-size: 12px; 
	width: 800px; 
	height:100px; 
	border-top:1px solid #A0BAFC;
}

.table_title {
    padding-left: 10px;
    height: 30px;
	font-weight:bold;
	background-color: #d6efc7;
	color: #327b00;
}

.table_title2 {
	font-size: 14px;
    height: 30px;
	background-color: #d6efc7;
	color: #327b00;
}

.table_td_1 {
	font-size: 14px;
	height: 24px;
	background-color: #fff;
	color: #327b00;
}

.table_td_2 {
	font-size: 14px;
	height: 24px;
	background-color: #d6efc7;
	color: #327b00;
}

.l_links { padding-left: 10px; }
.l_links a,a:active{ color: blue; text-decoration: none; }
.l_links a:hover { text-decoration: underline; }
