@charset "Shift_JIS";

/***************■全体構造*********************/
#backcolor{
	text-align: center;
	background-color:  #3366FF;
}

#contentsbox{
	width:700px;
	margin-left: auto;
	margin-right: auto;
}

#contentsbox2{
	padding:  2px 20px 0px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contentsbox3{
	padding:  2px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td.prof{
	text-align: center;
	padding:  10px 5px 10px 5px;
}

td.prof_xx{
	text-align: center;
	padding:  10px 5px 10px 5px;
	background-image: url(image/img_xx.png);
}

img {
	border: none;
}

img#topphoto{
	float:left;
	margin-right: 5px;
}

img#yokoku{
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.cafe{
	font-weight: 600;
	font-size: 18px;
	color: #FF6600;
}

.aka{
	font-weight: 600;
	font-size: 15px;
	color: #ff0000;
}

.akahoso{
	font-size: 15px;
	color: #ff0000;
}

.man{
	font-weight: 600;
	color: #339999;
}

.fem{
	font-weight: 600;
	color: #ff6699;
}

.fes{
	font-weight: 600;
	color: #6666FF;
}

.okuri{
	font-size: 10px;
	color: #000000;
}

/* ■ボックス（次回予告） */
.box_next {
	position: relative;
	background: #fff;
	margin: 2em 5em;
	text-align: left;
	padding: 1em 3em;
	border: solid 3px #f08300;
}
.box_next .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 2px 9px 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #f08300;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box_next p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* ■ボックス（夜放送の予告） */
.box_next2 {
	position: relative;
	background: #fff;
	background-image: url(image/img_night.png);
	margin: 2em 5em;
	padding: 1em 1em;
	border: solid 3px #19448e;
}
.box_next2 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 2px 9px 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #19448e;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box_next2 p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* ■その他 */
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
}

#bot a,#bot a:link,#bot a:visited{
	position: relative;
}

