/*共通*/
.sbm-box {
	width: 540px;
	height: auto;
	float: left;
	margin: 20px 0 0;
	}
	
.sbm-box p {display: none}

/*category*/
ul.ul-cat {
	width: 540px;
	height: auto;
	float: left;
	margin: 0!important;
	padding: 0!important;
	}
	
ul.ul-cat li.li-cat {
	width: 540px;
	height: auto;
	margin: 0 0 15px!important;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	list-style: none
	}
	
ul.ul-cat li.li-cat a {
	color: #3a81c7;
	font-size: 100%;	
	}
	
ul.ul-cat li.li-cat p {
	margin: 0.3em 0 5px;
	color: #555;
	font-size: 94%;
	text-align: left;
	line-height: 1.6;
	text-indent: 1em
	}
	
ul.ul-cat li.li-cat a.cat-more {
	display: block;	
	color: #3a81c7;
	font-size: 83%;	
	text-align: right;
	}
	
/*gloval-menu-category*/
.post-g-menu-cat {
	width: 520px;
	height: auto;
	float: left;
	padding: 20px 10px 10px;
	margin: 0;
	}

.post-g-menu-cat ul {
	width: 520px;
	height: auto;
	float: left;
	border: none;
	}
	
	
.post-g-menu-cat ul li {
	width: 500px;
	height: auto;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 4px 20px;
	background: url(../img/h3_post.png) no-repeat scroll 0 3px;
	list-style: none;
	color: #555;
	font-size: 100%;
	line-height: 1;
	font-weight: normal
	}
	
.post-g-menu-cat ul li a {color: #555}
.post-g-menu-cat ul li a:hover {color: #3a81c7}

.post-g-menu-cat ul li ul {
	width: 500px;
	height: auto;
	float: left;
	margin: 5px 0 0!important;
	padding: 8px 0 0!important;
	}
	
.post-g-menu-cat ul li ul li {
	height: auto;
	padding: 0 0 3px 18px;
	display: block;
	color: #555;
	font-size: 88%;
	line-height: 1;
	background: url(../img/listmark_cont.png) no-repeat;
	border: none
	}
	
/*お知らせ一覧*/

.news-content {
	width: 540px;
	height: auto;
	float: left;
	margin: 15px 0 0;
	}
	
.news-content .info_list_box {
	width: 520px;
	height: auto;
	float: left;
	margin: 0 10px 15px;
	
	}
	
.info_list_box .date {
	width: 110px;
	height: auto;
	float: left;
	color: #555;
	font-size: 82%;
	line-height: 1.3;
	}
	
.info_list_box .text {
	width: 400px;
	height: auto;
	float: right;
	}
	
.info_list_box .text a {
	color: #3a81c7;
	font-size: 82%;
	line-height: 1.3;
	text-decoration: underline;
	}
	
	
/*sitemap*/
.post-sitemap {
	width: 520px;
	height: auto;
	float: left;
	padding: 20px 0 10px;
	margin: 0;
	}
	
.post-sitemap h3 {
	width: 500px;
	height: auto;
	float: left;
	margin: 0 0 8px 0!important;
	padding: 0 0 4px 20px;
	background: url(../img/h3_post.png) no-repeat scroll 0 3px!important;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 107%;
	line-height: 1;
	font-weight: normal
}

.post-sitemap h4 {
	margin:0 0 0 20px!important
}

.post-sitemap ul {
	width: 480px;
	height: auto;
	float: left;
	margin: 0 0 10px!important;
	padding: 10px 20px 10px!important;
	}
	
.post-sitemap ul li {
	width: 460px;
	height: auto;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../img/listmark.png) no-repeat scroll 0 3px;
	color: #555;
	font-size: 88%;
	line-height: 1;
	font-weight: normal
	}
	
.post-sitemap ul li a {color: #555}
.post-sitemap ul li a:hover {color: #3a81c7}

