@charset "UTF-8";

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* clearfix ここまで
------------------------------------------------------------*/


/* レイアウト設定 ここから */

#pageBody {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8E4B9;
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* レイアウト設定 ここまで */



/* パンくず　ここから */

#rootList {
	font-size: 1.1em;
	line-height: 30px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	text-align: center;
	background-color: #78001C;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
#rootList li {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList li a:link {
	color: #FFF;
	text-decoration: none;
}
#rootList li a:visited {
	color: #FFF;
	text-decoration: none;
}
#rootList li a:hover {
	color: #F66;
	text-decoration: none;
}
#rootList li a:active {
	color: #000;
	text-decoration: none;
}

/* パンくず　ここまで */
#header #globalNavi {
	background-image: url(../../images/top/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 840px;
	position: absolute;
	left: 0px;
	top: 90px;
	right: 0px;
	bottom: 0px;
}
