@charset "UTF-8";
/* body,link
------------------------------------------------*/
body {
	margin:0;
	padding:0;
	background: #fff;
	color: #222;
	font-size: 88%;
	font-family:Arial, sans-serif;
	line-height:1.5em;
}
a:link { color:#004688; }
a:visited { color:#5f468f; }
a:hover { text-decoration: none; }

/* clearfix
------------------------------------------------*/
.clearfix { *zoom:1; }
.clearfix:before,
.clearfix:after {
	display: table;
	content:"";
	line-height: 0;
}
.clearfix:after { clear: both; }

/*全体共通*/

hr {
	height: 0;
	margin: 0;
	padding:1em 0;
	border: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

#container {width:950px; margin:20px auto; overflow:hidden;}
#header{ overflow:hidden;}
#head_logo { width:260px; float:left;}
#head_logo h1{ display:inline;}
#gSc{ width:300px; float:right;}

/*#gNavi*/
#gNavi {
	position: relative;
	overflow: hidden;
}
#gNavi ul {
	position: relative;
	left: 50%;
	float: left;
}
#gNavi ul li {
	position: relative;
	left: -50%;
	float: left;
}



/*#crumbs*/
#crumbs {
	margin: 0 auto;
	padding: 1em 0 5px;
	border-bottom:#f0f0ed 1px solid;
}
#crumbs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#crumbs ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size:79%;
}



.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #5a5241;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
#footer{ clear:both; background-color:#ede7cd; overflow:hidden;}
#footerInner {width:950px; margin:20px auto;overflow:hidden;}

#copyright { text-align:center; font-size:11px; color:#96896d; margin:0 auto 20px;}




