@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
body{
	background-image: url(../image/back.gif);
	background-color: #ffffff;
	padding: 30px 0px;
	text-align: center;
}

/*バックナンバー*/
#back_number{
	padding: 3px 3px 10px 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#back_number ul{
	padding: 0px;
	margin: 0px;
}

#back_number ul li {
	display: inline;
	font-size: 12pt;
	color: #000000;
	margin-right: 10px;
}

#back_number ul li a { 
	text-decoration: none;
	color: #0000ff;
}

#back_number ul li a:hover{
	border-bottom: dotted 1px #ff6600;
	text-decoration:none;
	color: #ff6600;
}


/*　フッター部　囲み*/
#box_footer{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*　今週の放送内容　囲み*/
.box_odekake{
	background-color: #afeeee;
	line-height: 150%;
	width: 580px;
	border-radius: 20px;
	vertical-align: middle;
	border: 2px dotted #37a34a;
	padding: 10px 40px 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}


.box_cast{
	background-color: #fff;
	line-height: 120%;
        font-size: 1.1em;
	width: 580px;
	border-radius: 20px;
	vertical-align: middle;
	border: 2px dotted #37a34a;
	padding: 10px 40px 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}




/*文字色*/
.textRed{
	color: #ff0000;
}

/*文字色*/
.textBlue{
	color: #0000ff;
}

/*文字色*/
.text_bold{
	color: #000000;
	font-weight: bold;
}

/*文字色*/
.textRed_b{
	color: #ff0000;
	font-weight: bold;
}

.clearBoth{
	clear:both;
}

/*タイトル（画像）*/
.decoTitle{
	padding: 0px 0px 10px 0px;
	border: none;
}

/*その他（画像）*/
.decoImage{
	padding: 0px 0px 0px 0px;
	border: none;
}

.photo{
       text-align: center;
}

/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
