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

html{overflow-y: scroll;}

/* ボディ指定 */
#container { background: url(http://rkk.jp/carino/image/back.gif);
}

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

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

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

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

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

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

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

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

/* アーカイブタイトル装飾 */
.archive-title {
    width: 444px;
    margin: 0px 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #FF6600;
    background: url(http://rkk.jp/carino/image/archive-ti-bg.gif) repeat-x scroll left top;
    padding: 4px 3px 3px 3px;
}

/* フッタ指定 */
#footer { 
    border-top: solid 1px #FFFF99; 
    width: 850px;
    margin: -1px auto 0 auto;
    background: #89D743;
}
#footer-content,
#footer-content a {
    color: #333;
}
#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%;
}

/* プロフィール装飾 */
.profile-name {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.profile-bbf {
	line-height: 150%;
}
.profile-title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/* 月送りカレンダー */
.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;
}
