/* -----------------------
	サイドバー(left)
------------------------- */
div#nav-frame {
	top: 0; left: -7em;
	margin: 0; padding: 0;
	width: 9em;
	border-right: 1px solid #2d6793;
	border-bottom: 1px dotted #2f6995;
	border-left: 1px dotted #2d6793;
	background-color: #e8f1ff;
	position: absolute;
	float: left;
}
div#top-fill {
	height: 94px;
	background-color: #2f74a3;
}
img.current {
	text-align: center;
	display: block;
	margin: 10px 0px 0px 3px;
	padding: 1px;
	border-right: 3px solid #e24e1e;
}
div#navi {
	margin: 1.5em auto 2em;
	width: 7em;
}
div#feed-banner div {
	margin: 4px auto;
	text-align: center;
}
/* ----------------------
	テキストver.用
------------------------ */
div#navi > a, div#navi > p {
	width: 7em;
	display: block;
	margin: 0.75em auto 0px;
	padding: 1px;
	background-color: #e8f1ff;
	background: transparent;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", sans-serif;
	color: #0f1c3a;
	line-height: 1.8em;
}
div#navi > p {
	color: #677083;
	border-right: 3px solid #e24e1e;
}
div#navi > a:hover, div#navi > a:focus {
	background-color: #c9d3e0;
	color: #1f2d4b;
}
div#navi > a:hover, div#navi > a:focus a:active {
	border: 1px solid #2f6995;
	padding: 0;
}
/* -----------------------
	トップバー
------------------------- */
div#top-frame {
	width: 36em;
	height: 95px;
	border-right: 1px dotted #2d6793;
	border-bottom: 1px solid #2f6995;
	background-color: #e8f1ff;
	position: relative;
}
div#line {
	border-bottom: 1px solid #2f74a3;
	height: 93px;
	background: transparent;
}
div#line2 {
	border-top: 1px solid #2f74a3;
	margin-top: 1px;
	height: 2px;
	background-color: #e8f1ff;
}
div#top-frame a {
	border: 0;
	margin: 0 ;
	display: block;
	position: absolute;
	top: 59px; right: 8px;
}
/* -----------------------
	@media print, 
	ナビゲーション消去
------------------------- */
@media print {
div#nav-frame {
	display: none;}
div#top-frame {
	display: none;}
div#navi {
	display: none;}
div#line {
	display: none;}
}
