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

/* ボディ背景指定 */
body {
	background: url(/h-baby/image/bg01.gif);
}

/* ヘッダ画像指定 */
#header-inner {
	background-image:url(/h-baby/image/title-2tei.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:156px;
}

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

/* フッタ背景色指定 */
#footer-inner {
	background-color:#FFE4C8;
}

/* 番組説明文 */
#p-gaiyo {
	padding-bottom:30px;
	line-height:140%;
}
.p-comment {
	font-size:14px;
	line-height:140%;
}
.p-offer {
	margin:15px;
	background-color:#FCF3CE;
	padding:10px;
	border:1px solid #EBB838;
}

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