/*青*/
body, a{
	color:#4776b0;
}
a{
	text-decoration:underline;
}
/***********************************
Content
***********************************/
#content{}
#content #content_inner{
	margin:0 auto;
	width:100%;
}
#content #content_inner .contentInner{
	width:100%;
	padding-bottom:60px;
}

/***********************************
Main
***********************************/
section:last-of-type{/*フッタ固定ページの一番下のsectionはリンクとコピーライトになる*/
	margin:0;
	text-align:center;
	padding:10px;
	color:#666;
}
section:last-of-type small{
	font-size:12px;
}
/***********************************
Foot
***********************************/
#footer{
	position:fixed;
	bottom:0;
	width:100%;
}
* html body #footer{
	position:absolute;
	_top:expression(document.documentElement.scrollTop+
	document.documentElement.clientHeight-this.clientHeight);
}
#footer .footerInner{
	margin:0 auto;
	padding:0;
	width:100%;
	height:44px;
	text-align:center;
}
#footer .footerInner ul{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	float:left;
	position:relative;
	z-index:3;
	width:100%;
	text-align:center;
	border-top:1px #333 solid;
}
#footer .footerInner ul li{
	float:left;
	width:19%;
	border-right:1px #333 solid;
	border-left:1px #999 solid;
	border-top:1px #999 solid;
}
#footer .footerInner ul li:last-child{
	border-right:none;
}
#footer .footerInner ul li a{
	color:#fff;
	margin:auto;
	-webkitborder-radiu-s:5px;
	border-radius:5px;
	width:44px;
	height:44px;
	display:block;
/*	text-decoration:none;
	font-size:10px;*/
	text-indent:-9999px;
	overflow:hidden;
}
#footer .footerInner ul li:first-child a{
	background:url("../img/bt01.png") no-repeat;
}
#footer .footerInner ul li:nth-child(2) a{
	background:url("../img/bt02.png") no-repeat;
}
#footer .footerInner ul li:nth-child(3) a{
	background:url("../img/bt03.png") no-repeat;
}
#footer .footerInner ul li:nth-child(4) a{
	background:url("../img/bt04.png") no-repeat;
}
#footer .footerInner ul li:last-child a{
	background:url("../img/bt05.png") no-repeat;
}
