@charset "UTF-8";
/* CSS Document */

/*****************************************************
layout
*****************************************************/

* {
	margin:0;
	padding:0;
	}
	
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color:#009900;  
	}
	
#container {
	width:955px;
	margin:0 auto;
	}
	
#header {
	height:90px;
	position:relative;
	background-color:#FFFFFF;
	}
	
#main {
	background:#FFFFFF url(img/bg_content.jpg) repeat-y;
	}
	
#nav {
	float:left;
	width:159px;
	margin-left:7px;
	padding:15px;
	}
	
#top {
	height:8px;
	background:#FFFFFF url(img/bg_top.jpg) no-repeat bottom;
	}

#content {
	background:#FFFFFF url(img/bg_main.jpg) no-repeat top right;
	width:738px;
	margin-right:10px;
	float:right;
	}
	
#text_box {
	float:right;
	width:347px;
	height:320px;
	overflow-y:auto;
	margin:15px;
	}
	
#left_text_box {
	float:left;
	width:340px;
	height:320px;
	overflow-y:auto;
	margin:15px;
	margin-right:0;
	}
	
#bottom {
	height:8px;
	clear:both;
	background:#FFFFFF url(img/bg_bottom.jpg) no-repeat top;
	}
	
#footer {
	position:relative;
	height:40px;
	}
	
/*****************************************************
text
*****************************************************/

p {
	font-size:1.2em;
	line-height:1.6em;
	color:#333333;
	margin-bottom:15px;
	}
	
h1 {
	font-weight:normal;
	font-size:1.4em;
	color:#252d7c;
	margin-bottom:15px;
	}
	
.color_blue {
	color:#252d7c;
	}
	
.color_grey {
	color:#999999;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#252d7c;
	}
	
a:hover {
	text-decoration:underline;
	}
	
/*****************************************************
nav
*****************************************************/

#nav ul {
	list-style:none;
	}	

#nav li {
	padding:3px 0 3px 5px;	
	border-bottom:1px dotted #CCCCCC;
	}
	
#nav a {
	display:block;
	padding:3px;
	width:95%;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	font-size:1.2em;
	}
	
#nav a:hover {
	color:#151e73;
	background-color:#EEEEEE;
	text-decoration:none;
	}
	
/*****************************************************
forms
*****************************************************/
	
/*fieldset {
	border:1px #999999 solid;
	padding:10px;
	}
	
legend {
	padding:3px;
	font-size:1.0em;
	color:#999999;
	}*/
	
label {
	font-size:1.1em;
	color:#333333;
	line-height:1.4em;
	font-weight:bold;
	display:block;
	}
	
input, select, textarea {
	margin-top:5px;
	}