@charset "utf-8";
/* CSS Document */
#podcast-wrapper {
	width:584px;
	height:auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#podcast_innner {
	width:98%;
	height:auto;
	padding:5px;
}
#podcast_innner2 {
	width:95%;
	height:auto;
	padding:5px;
}
#float-left {
	width:65%;
	height:350px;
	padding:10px;
	float:left;
	border:#CCCCCC 1px solid;
}
#float-right {
	width:155px;
	height:350px;
	float:right;
	padding:2px;
	border:#CCCCCC 1px solid;
}
.clear-content {
	clear:both;
}
.h1-podcast {
	font-size:19px;
	color:#666666;
	text-decoration:underline;
}
.h3-podcast {
	font-size:14px;
	color:#FF9900;
	font-weight:bold;
}
.h3-podcast a {
	color:#FF9900;
	text-decoration:underline;
}
.h3-podcast a:hover {
	color:#000000;
	text-decoration:underline;
}
.p-podcast {
	font-size:11px;
	color:#666666;
}
.footnote {
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
.podcast a {
	color:#FF9900;
	text-decoration:none;
}
.podcast a:hover {
	color:#000000;
	text-decoration:underline;
}
.bold {
	color:#FF9900;
	font-weight:bold;
}
.rss-btn {
	width:150px;
	height:34px;
	background-image:url(../images/subscribe.gif);
	background-repeat:no-repeat;
	font-size:14px;
	margin-top:8px;
	text-align:right;
}
.rss-btn a {
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}
.rss-btn a:hover {
	color:#666666;
	text-decoration:underline;
}
.tube-btn {
	width:150px;
	height:34px;
	background-image:url(../images/you_tube.gif);
	background-repeat:no-repeat;
	font-size:14px;
	text-align:right;
	margin-top:8px;
}
.tube-btn a {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.tube-btn a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.td-pad {
	padding-right:20px;
}
.margin-right {
	margin-right:20px;
}
.hr {
	color:#CCCCCC;
	line-height:1px;
	border-style:dotted;
}


