/* --- ナビゲーションバー --- */
div.nav {
width: 1000px; /* ナビゲーションの幅 */
background: #000000 url(hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #ffffff solid; /* 上境界線 */
border-bottom: 1px #ffffff solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 1000px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #ffffff url(hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
border-left: 0px #ffffff solid; /* メニューの左境界線 */
border-right: 1px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 15.5%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #ffffff solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link {
color: #ffffff;
}
div.nav ul.nl li a:visited {
color: #ffffff;
}
div.nav ul.nl li a:hover {
color: #ff8000;
}
div.nav ul.nl li a:active {
color: #ff8000;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
.cap {
	font-size: small;
	line-height: normal;
	font-style: normal;
}

h3 {
	position: relative;
	padding: 0.2rem 0.2rem;
	border: 1px solid #D8D8D8;
	border-top: 5px solid #FC7FBE;
	background: linear-gradient(#ffffff 0%, #eee 100%);
	color: #808080;

}