@charset "UTF-8";

#side_area {
	width: 200px;
	margin-right: 25px;
	float: left;
	}
	
#main_block {
	width: 525px;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#contents_title {
	width: 750px;
	margin-bottom: 15px;
	}
	
#text_area {
	width: 750px;
	padding-bottom: 15px;
	height: 550px;
	clear: both;
	}
	
#text_home {
	width: 740px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	}
	
#text_title {
	width: 720px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #000066;
	padding: 5px;
	margin-bottom: 5px;
	margin-left:20px;
	color: #FFFFFF;
	margin-top: 5px;
	}
	
#text_title a:link {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

#text_title a:visited {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

#text_title a:hover {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#text_title a:active {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

#text_second {
	width: 700px;
	margin-left: 40px;
	margin-top: 5px;
	}
	
#text_area2 {
	width: 525px;
	text-align: right;
	}
	
#text_left {
	width: 75px;
	float: left;
	}
	
#text_right {
	width: 450px;
	float: right;
	}
	
#text_area ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	}

#text_area li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	}
	
#text_area2 a:link {
	font-size: 8pt;
	color: #000000;
}

#text_area2 a:visited {
	font-size: 8pt;
	color: #000000;
}

#text_area2 a:hover {
	font-size: 8pt;
	color: #003399;
	text-decoration: underline;
}

#text_area2 a:active {
	font-size: 8pt;
	color: #000000;
}

#link_left {
	width: 365px;
	float: left;
	}
	
#link_right {
	width: 365px;
	float: right;
	}
	
#link {
	width: 365px;
	margin: 0 0 10px 0;
	}
	
#link img {
	margin: 0 10px 0 0;
	}
