.small {  font-size: 10px}
.title {  font-size: 18px}
.normal {  line-height: 150%}
.contents {  font-size: 12px; line-height: normal}


/* 事業概要ナビゲーション */

ul.gaiyoNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
}

ul.gaiyoNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size: 15px; /* 文字サイズ */
	font-weight:bold;
	color:#FFFFFF;
}

ul.gaiyoNavi li a,
ul.gaiyoNavi li a:visited {
	border-right: 2px solid #FFFFFF;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #FFFFFF;
	background-color: #5266cc;
	text-decoration: none;
	font-weight:bold;
}

ul.gaiyoNavi li a:hover {
	border-color: #3333cc;
	color: #3333cc;
	background-color: #ccccff;
	font-weight:bold;
}



/* ClearFix */

ul.gaiyoNavi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.gaiyoNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
