@charset "utf-8";

#sidemenubar * {
	box-sizing: border-box;
}

#sidemenubar {
	background:url('../images/sideback.png');
	border:2px solid #ccbb88;
	border-radius:4px;
	width:264px;
	height:auto;
	margin:0 auto;
	padding-bottom:1.2em;
	padding-top:1.2em;
}

#sidemenubar #ctgmenu {
	margin:0 auto;
	padding:0;
	width:235px;
	border:1px dotted #ccbb88;
	margin-bottom:1em;
	background:#fdfdfd;
	border:1px solid #ccbb88;
}
#sidemenubar #ctgmenu li {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	text-align:center;
	height:35px;
}
#sidemenubar #ctgmenu li:first-child ,
#sidemenubar #sidenews li:first-child ,
#sidemenubar #sidetopics li:first-child {
	background:url('../images/sidemenu_top.png');
	background-size:cover;
	line-height:35px;
	width:234px;
	padding:0;
}
#sidemenubar #ctgmenu li:last-child {
	margin-bottom:0.2em;
}
#sidemenubar #ctgmenu li h2 {
	color:#fdfdfd;
/*	font-weight:bold;*/
	margin:0 auto;
	padding:0;
	font-size:113%;
}
#sidemenubar #sidenews {
	margin:0 auto;
	padding:0;
	width:235px;
	border:1px dotted #ccbb88;
	margin-top:1.3em;
	margin-bottom:1em;
	background:#fdfdfd;
	border:1px solid #ccbb88;
}
#sidemenubar #sidenews li {
	margin:0 auto;
	padding:0;
	width:216px;
	list-style-type:none;
	text-align:center;
	border-bottom:1px dotted #75b525;
	font-size:1.6rem;
	line-height:24px;
	text-align:left;
	padding-bottom:0.3em;
}
#sidemenubar #sidenews li:last-child {
	border:0;
}
#sidemenubar #sidenews li h2 {
	color:#fdfdfd;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:110%;
}
#sidemenubar #sidenews li .side_tmb_img {
	width:69px;
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
}
#sidemenubar #sidenews li .side_tmb_com {
	width:140px;
	margin-top:6px;
	display:inline-block;
	font-size:90%;
	line-height:150%;
	vertical-align:middle;
}
#sidemenubar #sidenews li .side_tmb_img img {
	width:100%;height:auto;
	margin:5px 0px 0px;
}
#sidemenubar #sidenews a {
	color:#595959;
}
#sidemenubar #sidenews a:hover {
	color:#75b525;
	text-decoration: underline;
}


#sidemenubar #sidetopics {
	margin:0 auto;
	padding:0;
	width:235px;
	border:1px dotted #ccbb88;
	margin-top:1.3em;
	margin-bottom:1em;
	background:#fdfdfd;
	border:1px solid #ccbb88;
}
#sidemenubar #sidetopics li {
	margin:0 auto;
	padding:0;
	width:216px;
	list-style-type:none;
	text-align:center;
	border-bottom:1px dotted #75b525;
	font-size:1.6rem;
	line-height:20px;
	text-align:left;
	padding-bottom:0.3em;
	padding-top:0.3em;
}
#sidemenubar #sidetopics li:last-child {
	border:0;
}
#sidemenubar #sidetopics li h2 {
	color:#fdfdfd;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:110%;
}
#sidemenubar #sidetopics li .side_tmb_img {
	width:69px;
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
}
#sidemenubar #sidetopics li .side_tmb_com {
	width:216px;
	margin-top:0px;
	display:inline-block;
	font-size:90%;
	line-height:150%;
	vertical-align:middle;
}
#sidemenubar #sidetopics li .side_tmb_img img {
	width:100%;height:auto;
	margin:5px 0px 0px;
}
#sidemenubar #sidetopics a {
	color:#595959;
	text-decoration:none;
}
#sidemenubar #sidetopics a:hover {
	color:#75b525;
	text-decoration: underline;
}
.timestmp {font-size:86%;display:block;}


#sidemenubar .sideban {
	width:235px;
	height:auto;
	margin:0 auto;
}
#sidemenubar .sideban img {
	width:100%;
}

@media only screen and (max-width:1024px){
#sidemenubar {
	display:none;
}

}
