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