@charset "utf-8";
/* CSS Document */

#first_article_title{
	height: 23px;
	width: 550px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C2244;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/header_menu/title_sitemap.gif);
	left: 10px;
}

#first_article{
	height: auto;
	width: 530px;
	position: relative;
	float: left;
	padding-left: 30px;
	margin-top: 10px;
	background-image: url(../images/header_menu/sitemap_pic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#first_pic{
	height: 132px;
	width: 180px;
	position: relative;
	float: right;
	background-image: url(../images/about/1st_pic.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}

a {
	color: #003366;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFFFF;
	background-color: #003366;
}
a:active{
	color: #FFFFFF;
	background-color: ##003366;
}
