@charset "UTF-8";
/* サイドバーのバナー */

#main-side-banner p {
	margin: 6px 0px;
}
#main-side-goriyou_annai p {
	margin: 0px;
}
/* ２階層目のサイドバー上部の現在のコンテンツ */
.sidebar-item {
}
.sidebar-title {
	width: 220px;
	min-height: 32px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom:1px solid #353a63;
	border-left:1px solid #353a63;
	border-right:1px solid #353a63;
	padding-left:13px;
	color: white;
	line-height: 34px;
	text-shadow: 1px 1px 3px #000;
	background: #3c4286; /* Old browsers */
	background: -moz-linear-gradient(top, #3c4286 0%, #545ba3 50%, #6b74be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c4286), color-stop(50%, #545ba3), color-stop(100%, #6b74be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3c4286 0%, #545ba3 50%, #6b74be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3c4286 0%, #545ba3 50%, #6b74be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3c4286 0%, #545ba3 50%, #6b74be 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3c4286 0%, #545ba3 50%, #6b74be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4286', endColorstr='#6b74be', GradientType=0 ); /* IE6-9 */
}
.sidebar-content {
	border:1px solid #343434;
}
.submenu {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.submenu li {
	min-height: 32px;
	border-bottom:1px solid #a6a6a6;
	padding-left:13px;
	color: black;
	line-height: 34px;
	text-shadow: 1px 1px 3px #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 ); /* IE6-9 */
}
.submenu li:last-child {
	border-bottom:none;
}
.submenu li:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
}
.submenu li a {
	line-height: 34px;
	color: #000000;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
	display: block;
}
.current {
	background: #d0d8cd!important; /* Old browsers */
	background: -moz-linear-gradient(top, #d0d8cd 0%, #dce4da 50%, #e3ece1 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d8cd), color-stop(50%, #dce4da), color-stop(100%, #e3ece1))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0d8cd 0%, #dce4da 50%, #e3ece1 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0d8cd 0%, #dce4da 50%, #e3ece1 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0d8cd 0%, #dce4da 50%, #e3ece1 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom, #d0d8cd 0%, #dce4da 50%, #e3ece1 100%)!important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d8cd', endColorstr='#e3ece1', GradientType=0 )!important; /* IE6-9 */
}
