@charset "shift_jis";

/*---------------------------
  ▼ページタイトル
---------------------------*/
#main #pagetitle h2{
	height: 46px;
	width: 690px;
	background: url(../images/pagetitle/podcast.gif) no-repeat;
	display:block;
}
/*---------------------------
  ▲ページタイトル
---------------------------*/

#pd_main{
	height: 250px;
	width: 690px;
	background: url(../images/podcast_main.gif) no-repeat;
}

#pd_main #pd_mail{
	position: relative;
	top: 170px;
	left: 520px;
}

#pd_main #pd_mail a {
	height:41px;
	width:140px;
	background: url(../images/podcast_mail.gif) no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -9999px;
}
#pd_main #pd_mail a:hover{
	height:41px;
	width:140px;
	background: url(../images/podcast_mail_lo.gif) no-repeat;
}

#list_box{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#list_box table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

#list_box th{
	padding: 10px;
	background-color: #FFFF00;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-size: medium;
	font-weight: bolder;
	font-variant: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}

#list_box td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

#details_box{
	margin: 5px;
	padding: 5px;
}

#details_box table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

#details_box th{
	padding: 10px;
	background-color: #FFFF00;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-size: medium;
	font-weight: bolder;
	font-variant: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}

#details_box td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
