@charset "utf-8";
/* CSS Document */

/*
	global
*/
body {
	font-size:12px;
	line-height:1.6;
	color:#4C4C4C;
	background:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color:#3E47A8;
}
a:hover {
	text-decoration:none;
}

/*
	#header
*/
#header {
	width:1050px;
	margin:0 auto;
	background:url(../img/navi/navi_back.png) repeat-x left bottom;
}
	#header img {
		vertical-align:top;
	}

/*
	#navi
*/
#navi {
	width:902px;
	margin:0 auto;
	height:67px;
}
	* html #navi {
		width:902px;
	}
	#navi li {
		float:left;
	}
		#navi li img {
			vertical-align:top;
		}

/*
	#wrapper
*/
#wrapper {
	width:900px;
	margin:0 auto;
}

/*
	#main
*/
#main {
	margin:10px 0 40px;
}

/*
	#contents
*/
#contents {
}

#bread{
 text-align:right;
 margin-top:10px;
}

	#bread li{
	 display:inline;
	}


	#bread li a{
 color:#4d3232;
}


/*
	#sideBar
*/
#sideBar {
}
	#banList {
		margin:-5px 0;
	}
		#banList li {
			margin:5px 0;
		}

#footer {
}
	#f_navi {
		background:#EFEFEF;
		border-top:1px solid #919191;
		border-bottom:1px solid #919191;
	}
		#f_navi li {
			float:left;
			margin:0 9px 0 1px;
		}
			#f_navi li a {
				background:url(../img/f_icon.png) no-repeat left center;
				padding-left:10px;
				text-decoration:none;
			}
				#f_navi li a:hover {
					text-decoration:underline;
				}
			#f_navi li.pageTop {
				float:right;
				margin-right:1px;
			}
				#f_navi li.pageTop a {
					background:url(../img/pn_icon.png) no-repeat left center;
					padding-left:12px;
					text-decoration:none;
				}
	#footer p {
		margin-bottom:40px;
	}
	#footer address {
		margin:5px 0;
	}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
