/* プレーン_ベーシック(plain_basic.css) */

body,input,textarea{
	background:#FFFFFF;
	color:#333333;
}
a, a:link, a:active, a:hover{
	color:#0B88BA;
}
a:visited{
	color:#009900;
}
#banner h1 a{
	color:#056BAB;
}
h2{
	background:#EEF5FB;
	color:#056BAB;
}
h3{
	background:#EEF5FB;
	color:#056BAB;
}
em{
	color:#51960C;
}
hr.shadow{
	display:none;
}



/* タイトル */
#banner{
	background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e1ffff));
	border-bottom:1px solid #85c8e6;
}
#banner.toolbar h1{

}
#banner h1 a{

	text-shadow:none;
}



#footer{
	background:#e1ffff;
	color:#999999;
}



/* 一覧 */
ul.list, .g-ads,
article.post>a, ul.list>li>a{
	border-color:#85c8e6;
}
article.post>a, ul.list>li>a{
	background-image:url(../../img/arrow_next_w.png);
}
.description, .from, .date, .count, .prop, .trackback .text{
	color:#333333 !important;
}
.summary span{
	color:#666;
}
.ranking.list .num{
	color:#ffffff;
	background:#056BAB;
	border-color:#579ab8;
}
a.more{
	background-color:#e1ffff !important;
}



/* ボタン */
a.button, .row-button, input[type="submit"], input[type="button"]{
	background:#f3f3f3;
	background:-webkit-gradient(linear, left top, left bottom, from(#50BCE6), color-stop(0.49, #499ACD), color-stop(0.52, #499ACD), to(#056BAB));
	color:#ffffff;
}
input[type="text"], input[type="password"], textarea{
	background:#ffffff;
/	background:-webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#ffffff));
}
.thumbnail.list .img, #blog-head,
a.button, .row-button,
input[type="submit"], input[type="button"],
input[type="text"], input[type="password"], textarea{
	border-color:#7f7f7f;
}
.board{
	border:0;
}


/* その他 */
.box, .comment .text{
	border-color:#6eb1cf;
	background:#6eb1cf;
	color:#ffffff;
}
.g-ads .line2{
	color:#ffaf5a;
}
