@charset "utf-8";
/*
	#00	2009/03/12
*/
/*ローカルナビゲーション*/
#localNav30 li {
	/* height: 30px; */
	font-size: small;
}

#localNav50 li {
	/* height: 50px; */
	font-size: small;
}

ul#localNavText {
	margin: 0px;
	padding: 0px;
}
ul#localNavText li {
	font-size: small;
	list-style-type: none;	/* 先頭記号を消す */
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}
/* メニュー項目のリンクを装飾 */
ul#localNavText li a {
	font-size: small;
	text-decoration: none;	/* 下線を消す */
	display: block;			/* ブロックレベルに */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #2D6CC3;	/* 背景色 */
	color: white;				/* 文字色 */
	font-weight: bold;
}
#menu_selected_parent {
	font-size: small;
	text-decoration: none;	/* 下線を消す */
	display: block;			/* ブロックレベルに */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #0F3B93;	/* 背景色 */
	color: white;				/* 文字色 */
	font-weight: bold;
}
#menu_selected {
	font-size: small;
	text-decoration: none;	/* 下線を消す */
	display: block;			/* ブロックレベルに */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #0F3B93;	/* 背景色 */
	color: #FFFF00;				/* 文字色 */
	font-weight: bold;
}
ul#localNavText li a:hover {
	font-size: small;
	background-color: #0F3B93;	/* 背景色 */
	color: white;				/* 文字色 */
}
#link_image {
	border: none;
	padding-right: 4px;
}
p {
	line-height: 1.5em;
}

