@charset "utf-8";
/* CSS Document */

/*footer
--------------------*/

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer_br {
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
}

#footer_l {
	float: left;
	width: 320px;
	font-size: 0.9em;
	margin-bottom: 20px;
	color:#FFFFFF;
}

/*btn_page_up
--------------------*/

#btn_page_up {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	font-weight: bold;
}

#btn_page_up a{
	text-decoration: underline;
}

#btn_page_up a:hover{
	text-decoration: none;
}

/*inquiry
--------------------*/

#inquiry {
	color: #969696;
}

#inquiry a {
	color: #969696;
	text-decoration: underline;
}

#inquiry a:hover {
	color: #969696;
	text-decoration: none;
}


/*footer_r
--------------------*/

#footer_r {
	float: right;
	width: 580px;
	font-size: 0.8em;
}

#footer_r a {
	text-decoration: underline;
}

#footer_r a:hover {
	text-decoration: none;
}