/*
	color:rightgreen;
*/
/********** common **********/
body{
	background:#f7f7f7;
	color:#333;
}
a{ color:#A7CA00; }/**/
a:hover{ color:#666; }

/********** header **********/
.ssb14-hmenu{ background:#555; }
.maintitle {
	background:#A7CA00;/**/
	color:#fff;
}
.maintitle a{ color:#fff; }
.maintitle a:hover{color:#fff;}
.ssb14-hmenu h1{color:#ccc; }
/* top imgage */
.ssb14-top0img{ background:#ccc; }

/********** side **********/
.ssb14-sidewidgets .sidemenu{
	color:#fff;
	background:#A7CA00;/**/
}
.ssb14-sidewidgets .sidemenu a{ color:#fff; }
.ssb14-sidewidgets .sidemenu a:hover{ background:#C0D947; }/***/

/********** footer **********/
footer{ color:#ffffff; background: #333;}
footer a,footer a:hover{ color:#ffffff; }
footer a:hover{ color:#ccc;}
.ssb14-navi{background: #C0D947;}/***/

/********** index **********/
h2.ssb14-catnameh2{ color:#333333; }
.ssb14-postlist{
	background:#fff;
	border: #ccc dotted 1px;
}
.post-catdate{ color:#333; }
.ssb14-postlist h2{ border-left: #A7CA00 solid 3px; }/**/
.ssb14-postlist h2 a{ color:#555; }
.ssb14-postlist h2 a:hover{ color:#A7CA00; }/**/

/********** post **********/
.ssb14-postarticle{
	background:#fff;
	border: #ccc dotted 1px;
}
h2.ssb14-posttitle {
	color:#555;
	border-left: #A7CA00 solid 3px;/**/
}
.ssb14-postdetail h3{ color:#A7CA00;}/**/
.ssb14-postdetail h4{ color:#444; }

/************************ smart phone ************************/
@media (max-width: 768px) {

	/********** footer **********/
	footer{ margin-top:0px; }
	footer .ssb14-footnavi{
		padding-top:0px;
		padding-bottom:0px;
	}
	footer .ssb14-footnavi li{ border-bottom:#999 1px solid; }
	footer .ssb14-footnavi a{ text-decoration:none; }
	footer .ssb14-footnavi a:hover {
		background:#555;
		text-decoration:none; 
	}
	footer .ssb14-footnavi h3{ color:#fff;}

	/********** list **********/
	.ssb14-postlist { border-bottom:1px #999 dotted; }
	h2.ssb14-catnameh2{ color:#333333; }
	.postlist-catdate a{ color:#333; }
	.ssb14-postlist h2 a:hover{ color:#999; }

}
/******** END smart phone  ********/
