@charset "Shift_JIS";

/* -------------------------------------------------

	footer CSS

	for all pages
	Lastmodified: 2011-07-06

-------------------------------------------------- */


.totop {
	clear: both;
	width:950px;
	margin:26px auto 0 auto;
	padding:0;
	text-align:right;
	line-height:0;
}
#footer {
	clear: both;
	background:#999999;
	color:#ffffff;
	font-size:66%;
	text-align:center;
}
#footer .inner {
	width:950px;
	background:#999999;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
#footer .footLink {
	float:right;
	width:380px;
	height:11px;
	overflow:hidden;
	padding-right:8px;
	border-right:solid 2px #B0B0B0;
}
#footer .footLink li {
	float:left;
	border-left:solid 2px #B0B0B0;
	margin-left:7px;
	padding-left:8px;
}
#footer .logo {
	text-align:left;
	margin-bottom:12px;
}
#footer .note {
	margin-bottom:34px;
	text-align:left;
}

#footer .copyright {
	text-align:center;
}

/* -------------------------------------------------

	New Layout

-------------------------------------------------- */
.totop {
	clear: both;
	width:950px;
	margin:26px auto 0 auto;
	padding:0;
	text-align:right;
	line-height:0;
}
#footer {
	clear: both;
	background: #FFF;
	color: #000;
	font-size: 13px;
	text-align: left;
	-webkit-box-shadow: 0 -6x 7px 0px #E4E4E4;
	-moz-box-shadow: 0 -6px 7px 0px #E4E4E4;
	box-shadow: 0 -6px 7px 0px #E4E4E4;
	border-top: 1px solid #E3E3E3\9;
}
#footer .inner {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 20px;
	background: #FFF;
}
#footer .utility-navi {
	float: right;
	margin: 17px 0 0;
	overflow: hidden;
}
#footer .utility-navi li {
	float: left;
	padding: 0 8px;
	border-right:solid 1px #333333;
	font-size: 93%;
}
#footer .utility-navi li:first-child {
	border-left: solid 1px #333333;
}
#footer .utility-navi li a {
	color: #333;
	text-decoration: none;
}
#footer .utility-navi li a:hover {
	text-decoration: underline;
}
#footer #foot-logo {
	margin: 13px 0 0 5px;
	font-size: 93%;
}
#footer #foot-logo span {
	font-weight: bold;
	font-size: 131%;
}
#footer .note {
	line-height: 1.6;
	margin: 13px 0 22px 5px;
	font-size: 93%;
}
#footer .copyright {
	color: #666;
	text-align: center;
	font-size: 93%;
}