
/* ----------------------------------------------------
	Base
---------------------------------------------------- */

/* ClearFix ---------------------------------------- */
div#topicPathSp ol {  
	zoom: 100%;  
}  
div#topicPathSp ol:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
}


/* 本文エリア  ------------------------------------------ */
h2 {
	width: 776px;
	height: 40px;
	padding: 20px 0 0 24px;
	font-size: 100%;
	background: url(../images/sub_title_h2_long.gif) top left no-repeat;
}

h3 {
	clear: both;
	width: 790px;
	height: 24px;
	padding: 9px 0 0 10px;
	font-size: 90%;
	background: url(../images/sub_title_h3_bg.gif) bottom left repeat-x;
	border-bottom: 1px solid #EBEBEB;
	border-top: 3px solid #005BAC;
}

h3.hojin {
	border-top: 3px solid #00893E;
}
h3.about {
	border-top: 3px solid #C90210;
}
h3.recruit {
	border-top: 3px solid #F09600;
}

table.sitemap,
table.sitemap2 {
	width: 100%;
	font-size: 80%;
	line-height: 1.4;
}
table.sitemap td {
	width: 20%;
	padding: 5px;
}

table.sitemap td {
	width: 25%;
	padding: 5px;
}

dl.sitemap {
	font-size: 80%;
	margin: 20px;
}
dl.sitemap dt {
	background: #EDEDED;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.sitemap dt.none {
	display: none;
}

dl.sitemap dd {
	margin-left: 12px;
}

dl.sitemap a {
	padding-left: 12px;
	background: url(../images/arrow_service.gif) 0px 2px no-repeat;	
}
a.arw {
	padding-left: 12px;
	background: url(../images/arrow_service.gif) left center no-repeat;
	
}

p.goTop {/* 文中 */
	margin: 30px 0 8px;
	font-size: 75%;
	text-align: right;
}
	p.goTop a {
		padding-left: 10px;
		background: url(../images/arrow_top.gif) 0px 4px no-repeat;
	}
	

/* パンくず ---------------------------------------- */

div#topicPathSp {
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #EBEBEB;
}
	div#topicPathSp ol {
		width: 792px;
		margin: 0 auto;
		padding: 0 4px;
		font-size: 75%;
	}
	div#topicPathSp li {
		line-height: 2.5em;
		float: left;
	}
	div#topicPathSp li a {
		margin-right: 6px;
		padding-right: 12px;
		background: url(../images/arrow_topicpath.gif) right center no-repeat;
	}
	
.current {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

