/* キャスト日誌 */

#hwCast{
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#hwCast .lBox{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 95px;
}
#hwCast .rBox{
	float: right;
	width: 445px;
}

#hwCast  .rBox strong{
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 3px;
	padding: 0px;
	display: block;
}


/* プログラムレポート */

#hwReport{
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}


#hwReport .lBox{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 130px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hwReport .rBox{
	float: left;
	width: 410px;
}

#hwReport  .rBox strong{
	font-size: 12px;
	line-height: 16px;
	margin: 1px 0px 3px;
	padding: 0px;
	display: block;
}



#hwReport02{
	width: 550px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}


#hwReport02 .lBox{
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hwReport02 .rBox{
	float: left;
}

#hwReport02 .rBox strong{
	font-size: 12px;
	line-height: 16px;
	margin: 1px 0px 3px;
	padding: 0px;
	display: block;
}
.mg10{
	margin-bottom: 10px;
}

/* 募集プログラム */

#programContainer{
	font-size: 12px;
	width: 550px;
}
#programContainer .title{
	color: #006600;
}
#programContainer .red{
	color: #cc0000;
	margin-left: 10px;
}
#programContainer .noticeBox{
	color: #cc0000;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#programContainer .caution,#programContainer .r10{
	font-size: 10px;
	line-height: 14px;
}
#programContainer .infoBox{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
}

/* 募集プログラム（リニューアル） */
#main_rect {
	width: 770px;
	font-size: 13px;
}
#right_btn {
	width: 210px;
	float: left;
	margin-left: 15px;
}
#head ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#head li {
	margin-bottom: 7px;
}
#read {
	clear: both;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
}
#main_content #pic table{
	margin: 0px auto;
	text-align: center;
}
.pic_read {
	padding: 10px;
}
#main_content #cation_01 ul {
	margin: 0px;
	padding: 0px;
}
#main_content #cation_01 li {
	margin-left: 20px;
	font-size: 10px;
	line-height: 14px;
}

/* フォント関係 */
.bold {
	font-weight: bold;
}
.font_green {
	color: #276332;
	font-weight: 900;
	font-size: 14px;
}

/* フロート関係 */
.left {
	float: left;
}
.both {
	clear: both;
}

