@charset "utf-8";
#container #title {
	height: 80px;
	width: 400px;
	margin-top: 50px;
	background-image: url(image/contentHeader_topshadow3.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #title #banner {
	height: 50px;
	width: 380px;
	background-image: url(image/100p.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#container #sub_contents {
	background-image: url(image/body_dropshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 700px;
	position: relative;
}



#container #footer {
	background-image: url(image/footer_dropshadow.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 700px;
	height: 100px;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}



#container #footer #link_footer {
	font-size: 12px;
	color: #CCCCCC;
	width: 30em;
	margin: 0px;
	height: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
a:link {
	color: #F39B02;
}
a:visited {
	color: #C87D02;
}
a:hover {
	color: #FEBE54;
}
a:active {
	color: #FEC667;
}

