@charset "UTF-8";
/* CSS Document */
/*
/    サイドバー
/    ウィジェット専用
/    スタイルシート
*/


/* サイドバーウィジェット共通 */
.widget {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 10px 0;
}

h3.widget-title {
	text-align: center;
	line-height: 1em;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	padding: 10px 0;
	background: #f8f8f8;
	border-top: 5px solid #03c;
}

h4.widget-title {
	text-align: center;
	line-height: 1em;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	padding: 10px 0;
	background: #f8f8f8;
	border-top: 5px solid #03c;
}

h5.widget-title {
	text-align: center;
	line-height: 1em;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	padding: 10px 0;
	background: #f8f8f8;
	border-top: 5px solid #03c;
}

h6.widget-title {
	text-align: center;
	line-height: 1em;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	padding: 10px 0;
	background: #f8f8f8;
	border-top: 5px solid #03c;
}

.hidden {display:none}

/* sideber-navi */

ul.sidenav {
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
}

li.s-nav a {
	display: block;
	height: auto;
	width: auto;
	padding: 10px 15px 10px 5px;
	line-height: 1.3em;
	color: #222;
	text-align: left;
	background: #fff url(../images/arrow.png) 190px center no-repeat;
	text-overflow: ellipsis;
	overflow: visible;
	border-bottom: 1px solid #e0e0e0;
}

li.s-nav a:hover {
	background: #fff url(../images/arrow_blue.png) 190px center no-repeat;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

li.current-item a {
	font-weight: bold;
	background: #fff url(../images/arrow_blue.png) 190px center no-repeat;
}


/* バナー広告 */

.side-banner {
	width: auto;
	line-height: 0;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

.side-banner a {
	border: 0;
	display: block;
	text-align: center;
}

.side-banner img {
	margin: 0 auto;
}