@charset "utf-8";


/* ---------- kv ---------- */
#kv {
	width: 711px;
  margin: 0 auto 25px;
}

/* ---------- clmn01 ---------- */
#contents .shadow_s_top {
	float: left;
	margin-left: 16px;
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg_top.gif) no-repeat top left;
	padding-top: 15px;
}
#contents .shadow_s_top:first-child {
	margin-left: 0;
}
#contents .shadow_s_btm {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg_btm.gif) no-repeat bottom left;
	padding-bottom: 15px;
}
#contents .shadow_s {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg.gif) repeat-y;
	padding: 5px;
	/* height: 335px; */
	height: 295px;
}
#contents .shadow_s_top h3 {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px;
}
#category01 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon01.gif) no-repeat 60px center;
	padding: 0 0 0 40px;
}
#category02 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon02.gif) no-repeat 60px center;
	padding: 0 0 0 30px;
}
#category03 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon03.gif) no-repeat 60px center;
	padding: 0 0 0 40px;
}
.shadow_s_top ul {
	margin: 20px 0 0 18px;
}
.shadow_s_top ul li {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_list.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* ---------- news_box ---------- */
#news_box {
	position: relative;
	margin-top: 50px;
}
.news_b_top {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/top/bg_news_top.gif) no-repeat top left;
	padding-top: 10px;
}
.news_b_btm {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/top/bg_news_btm.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
.news_b {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/top/bg_news.gif) repeat-y;
	padding-top: 10px;
	padding: 0 5px 15px;
}
#tab {
	position: absolute;
	top: -35px;
	left: 0;
}
#tab li {
	float: left;
}
#tab li:hover {
	cursor: pointer;
}
.news_b p {
	text-align: right;
	padding: 10px 20px 0 0;
}

.news_b dl {
	margin: 0 20px;
	font-size: 12px;
}
#news02 {
	display: none;
}
.news_b dl dt {
	margin-bottom: 10px;
	padding-left: 15px;
	width: 70px;
	float: left;
}
.news_b dl dd {
	padding: 0 15px 15px;
	border-bottom: dotted 1px #999999;
	margin-bottom: 15px;
	width: 500px;
	float: left;
}
.news_b dl dd a {
	color: #c5063a;
}
.news_b dl dd span {
	color: #ffffff;
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	text-align: center;
}
.news_b dl dd span.icon{
	margin-right: 0px;
	vertical-align: text-top;
}

.news_b dl dd span.news {
	background-color: #76badf;
}
.news_b dl dd span.topics {
	background-color: #ea9bb0;
}

#kumamoto_txt {
	background-color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding: 10px ;
	border-radius: 7px;
	box-shadow: 1px 2px 2px rgba(128,125,125,0.45);
	width: 688px;
	margin: 0 auto;
}

