@charset "utf-8";
/* ===================================================================
CSS information
 file name  : top.css
 style info : index.html
=================================================================== */

/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 870px;
	border: 4px solid #000;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	clear: both;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	width: 870px;
	margin: 0 auto;
	clear: both;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
#main {
	width: 870px;
	clear: both;
}

/*----------------------------------------------------
	top_footer
----------------------------------------------------*/
#top_footer {
	width: 870px;
	background: url(./images/top_footer_bg.gif) repeat-x;
	clear: both;
}
#top_footer_inner {
	width: 810px;
	margin: 0 auto;
	clear: both;
}
#top_footer_left {
	float: left;
	width: 315px;
	margin-top: 15px;
}
#top_footer_right {
	margin-top: 18px;
	width: 495px;
	float: right;
}

#top_footer_right p#mail {
	width: 26px;
	height: 26px;
	float: right;
}
#top_footer_right p#mail a {
	background: url(./common/images/mail.gif) no-repeat left top;
	width: 26px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	float: right;
}

#top_footer_right #top_copyright {
	width: 100%;
	padding-top: 20px;
	clear: both;
}
#top_footer_right #top_copyright p {
	background: url(./images/copyright.gif) no-repeat left top;
	width: 407px;
	height: 5px;
	text-decoration: none;
	text-indent: -9999px;
	float: right;
}

