@charset "UTF-8";



/* カテゴリ毎のリスト
---------------------------------------------------- */
.list_box{
	background-color: #FCF7D8;
	float: left;
	width: 100%;
	border: 1px solid #CCC;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

.list_box ul:first-child{
	padding: 0px !important;
	margin-right: 40px!important;
}


.list_box ul{
	list-style: none;
	padding: 0;
	float: left;
	clear: none !important;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}

.list_box ul li {
	color: #fff;
	clear: both;
}


.list_box ul li .li_title {
	font-weight: normal;
	float: left;
	margin: 0;
	color: #3399FF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.list_box ul li .li_title a {
	color: #e8e000;
	background-image: none;
	display: block;
	color: #3399FF;
	padding-left: 0;
}

.list_box ul li .li_title a:hover {
	background-image: none;
	color: #3399FF;
	display: block;
	padding-left: 0;
}

.list_box ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	text-decoration: none;
	color: #444;
	background-image: url(../image_parts/yajirushi/blue.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: block;
}

.list_box ul li a:hover {
	color: #000;
	background-position: 7px 10px;
	text-decoration: underline;
	background-color: #98D186;
}





/* サイトマップ用
---------------------------------------------------- */
.list_box_sitemap{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.list_box_sitemap ul:first-child{
	padding: 0px !important;
	margin-right: 40px!important;
}


.list_box_sitemap ul{
	list-style: none;
	padding: 0;
	float: left;
	clear: none !important;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}

.list_box_sitemap ul li {
	color: #fff;
	clear: both;
}


.list_box_sitemap ul li .li_title {
	font-weight: normal;
	float: left;
	margin: 0;
	color: #3399FF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.list_box_sitemap ul li .li_title a {
	color: #e8e000;
	background-image: none;
	display: block;
	color: #3399FF;
	padding-left: 0;
}

.list_box_sitemap ul li .li_title a:hover {
	background-image: none;
	color: #3399FF;
	display: block;
	padding-left: 0;
}

.list_box_sitemap ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	text-decoration: none;
	color: #444;
	background-image: url(../image_parts/yajirushi/blue.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: block;
}

.list_box_sitemap ul li a:hover {
	color: #000;
	background-position: 7px 10px;
	text-decoration: underline;
	background-color: #A9D786;
}


.li_title a.another_window{
	background-image: url(../image_parts/yajirushi/window.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 7px !important;
	padding-right: 23px !important;
}





/* サイトマップ用（イベント専用）
---------------------------------------------------- */
.list_box_sitemap ul.event {
  float: none;
}

div.mnbox {
  float: left;
  margin-bottom: 40px;
}
