@charset "UTF-8";
@import "http://www.kotuban.org/css/common.css";

/*デザインのCSS*/
@import "http://www.kotuban.org/css/red2.css";

/*拡張CSS*/
@import "http://www.kotuban.org/css/advanced.css";

h2 {
	background: #F5F5F5 !important;/*背景色*/
	border-left: 1px solid #F5F5F5 !important;/*左枠線の色*/
	font-size: 10pt !important;
	font-weight: normal !important;
	line-height: 12pt !important;
	color: #333333 !important;
}


.sponsoredlink {
	background: #F5F5F5;/*背景色*/
	border-left: 1px solid #F5F5F5;/*左枠線の色*/
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	color: #333333 !important;
}




a:link { 
	color: #0066CC !important;
	font-weight: bold !important;
}


a:visited {
	color: #0066CC !important;
	font-weight: bold !important;
}

