/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://rkk.jp/mt-static/themes-base/blog_33.css);
@import url(http://rkk.jp/mt-static/themes/minimalist-red/screen-33.css);
@import url(/css/search.css);
/* end StyleCatcher imports */

html{overflow-y: scroll;}

/* ボディ背景指定 */
body { background: #ffffff;
}

#header-content a {
	display:block;
	width:850px;
	height:231px;
}

#container {
	background: #ffffff;
}

/* ヘッダ画像指定 */
#header-inner {
	background-image:url(/33/image/blog_header.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:166px;
}

/* アンダーバー対策 */
.asset-body {
	font-size:13px;
	line-height:150%;
}

.asset-body u{
	line-height:150%;
}

.asset-header {
	line-height:170%;
}

/* ページ全体リンク色 */
a {
    color: #AC0000; 
}

/* 記事タイトル色・リンク色 */
.asset-name,
.asset-name a {
    color: #F26823;
}

.widget-header,
.widget-header a {
    color: #ffffff;
    font-weight: bold;
}

/* ウィジェットタイトル装飾 */
.widget-header { 
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #FF9900; 
    background: #FF9900;
    padding: 2px 3px 1px 3px;
}

/* pagebute */
#pagebute {
    font-size: 14px;
}

/* ウィジェット内リンク色 */
.widget-content a {
    color: #AC0000;
}

/* カレンダー内リンク色 */
.widget-calendar a {
    font-weight: bold;
}

/* テキスト強調 */
.txt-red01 {
    font-size: 13px;
    color: #CC0000;
    font-weight: bold;
}

/* フッタ指定 */
#footer { 
    width: 850px;
    margin: -1px auto 0 auto;
    background-color: #FE860C;
}
#footer-content,
#footer-content a {
    color: #FFF;
}
#footer .widget-powered .widget-content {
    padding: 0;
    text-align: center;
}

/* 番組説明文 */
#p-gaiyo {
	width: 428px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 15px 10px;
	margin-bottom: 15px;
	line-height: 140%;
}
.p-comment {
	font-size:14px;
	line-height:140%;
	font-weight: bold;
}

/* コンセプト文章 */
#concept {
	font-size: 14px;
	line-height: 160%;
	margin: 30px 0 50px 0;
}
.concept-t {
	color: #0099FF;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	border-bottom: 1px solid #0099FF;
}

/* メンバー紹介 */
#member {
	font-size: 13px;
	line-height: 140%;
	margin: 10px 0 30px 0;
}
.member-t {
	margin: 10px 0;
	color: #FE860C;
	font-size: 15px;
	font-weight: bold;
	line-height: 200%;
}
.member-ko {
	color: #FF6600;
}

/* ツイッターキャンペーン */
#twi-ca {
	font-size: 13px;
	line-height: 150%;
	margin: 20px 0 40px 0;
}
.twi-ca-t {
	color: #0099FF;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 2px solid #0099FF;
}
.twi-ca-ko {
	color: #FF0000;
}

/* 月送りカレンダー */
.widget-content-cd { 
    margin: 0 15px 20px 15px;
    padding: 0;
    text-align: center;
}
#calendar {
    margin: 0 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 10px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
}
/*
.today {
    display: block;
    border: 1px dashed #CCC;
}
*/
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}