/* CSS Document */
body{
	background-color: #FFFFFF;
	margin: 0px auto;
}


#main{
	width:760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	position:relative;
	min-height:100%;
	height: 100%;
	background-color:#FFFFFF;
	}

#top_left{
float:left;
width: 250px;
margin-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
}

#top_right{
float:right;
margin-top: 15px;
margin-bottom: 15px;
}

p#tit{
font-size: 18px;
font-weight: bold;
border-bottom: solid 5px #ff6600;
}

p#date{
color:#FF0000;
font-size: 22px;
font-weight: bold;
text-align:right;
padding-right:25px;
}

div#cont_back{
	text-align: center;
	background-image: url(https://www.tv-osaka.co.jp/program/bridge/images/stripe_c.gif);
	padding-top: 15px;
	padding-bottom: 40px;
}

div#cont_in{
	background-color:#FFFFFF;
	width: 700px;
	padding: 5px;
	margin: 5px;
	text-align: left;
}

.font_c{
font-size: 12px;
padding-left: 15px;
padding-bottom: 15px;
}
