/*****************************************/
/** 　今日は何の日TOP　スタイルシート　 **/
/*****************************************/


body {
	margin: 0px;
	text-align: center;
	background-color: #FFF;
}
table {
	font-size: x-small;
}
strong {
	color: #F00;
}


/**----- 　共通　 ---------------**/

td.td_wspace15 {
	width: 15px;
}
td.td_wspace20 {
	width: 20px;
}
.fontsmall {
	font-size: xx-small;
}


/**----- 　TOPページ枠　 ---------------**/

table.tbl_topwaku {
	width: 740px;
	background-image: url(gif/new_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
td.td_header {
	height: 130px;
}
table.tbl_headmain {
	width: 600px;
	height: 65px;
	margin: 25px 60px 0px 80px; /* 上･右･下･左 */
}
td.td_navi {
	height: 35px;
}
iframe.frm_today {
	width: 660px;
	height: 300px;
	border: 1px solid #999;
}
td.td_footer1 {
	border-top: 1px solid #9CF;
}
td.td_footer2 {
	background-color: #b2dafe;
	line-height: 1.5em;
	font-size: xx-small;
	color: #666;
}
table.tbl_gifbn {
	margin: 8px;
}


/**----- 　フレームページ　 ---------------**/

table.tbl_frameheader {
	width: 740px;
	background-image: url(gif/new_bg2.gif);
	background-position: top;
	background-repeat: no-repeat;
}


/**----- 　角Rテーブル　 ---------------**/

td.td_Rtop {
	height: 5px;
	background-image: url(gif/new_l_top.gif);
	background-repeat: repeat-x;
}
td.td_Rbottom {
	height: 5px;
	background-image: url(gif/new_l_bottom.gif);
	background-repeat: repeat-x;
}
td.td_Rleft {
	height: 5px;
	background-image: url(gif/new_l_left.gif);
	background-repeat: repeat-y;
}
td.td_Rright {
	height: 5px;
	background-image: url(gif/new_l_right.gif);
	background-repeat: repeat-y;
}
td.td_Rlefttop {
	width: 5px;
	height: 5px;
}
td.td_Rleftbottom {
	width: 5px;
	height: 5px;
}
td.td_Rrighttop {
	width: 5px;
	height: 5px;
}
td.td_Rrightbottom {
	width: 5px;
	height: 5px;
}
div.div_Rcontents {
	margin: 5px;
}