@charset "UTF-8";
/* PageUp */
#Contents #PageUp {
	padding:25px 15px;
	margin:0;
	text-align:right;
}

/* BottomLink - boxedlink */
#Contents #BottomLink .boxedlink {
	background-color:#f5f5f5;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:2px 16px;
}
#Contents #BottomLink .boxedlink ul {
	list-style-type:none;
}
#Contents #BottomLink .boxedlink ul li {
	width:188px;
	float:left;
	margin:2px;
}
#Contents #BottomLink .boxedlink ul li a {
	display:block;
	background-color:#fff;
	border:1px solid #d7d7d7;
	padding:3px 0px 3px 16px;
	background-image:url(/img/blt-arrowLv1.png);
	background-repeat:no-repeat;
	background-position:3px center;
	text-decoration:none;
	color:#555;
	font-size:9pt;
}
#Contents #BottomLink .boxedlink ul li a:link,
#Contents #BottomLink .boxedlink ul li a:visited {
	color:#555;
}
#Contents #BottomLink .boxedlink ul li a:hover {
	color:#309;
	background-color:#f1f1f1;
}

/* BottomLink - basiclink */
#Contents #BottomLink .basiclink {
	text-align:center;
	margin:20px 0;
}


/* Footer */
#Contents #Footer {
	background-image:url(/img/bg-foot.png);
	background-repeat:repeat-x;
	height:83px;
	position:relative;
}
#Contents #Footer #ft-sitetitle {
	position:absolute;
	left:16px;
	top:12px;
}
#Contents #Footer #ft-telnum {
	position:absolute;
	left:568px;
	top:12px;
}
#Contents #Footer #ft-copyright {
	position:absolute;
	left:16px;
	top:52px;
}
