/*------------------------------------------------
	index.css - index.html design css
	2007.08.01
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
#main a{text-decoration:underline;}
.borderbg{ text-align:center;}
.borderbg p{text-align:left;}
.borderbg td { line-height: 1.3; }
.borderbg td span{ color:#0066ff;}
.borderbg a { color:#ff3300;}
.borderbg caption{ text-align:left; font-weight:bold;}
#menu{
	width:575px;
	height:33px;
	background:url(../format_img/menu_bk.gif) repeat-x;
	text-align:center;
}
.good{ color:#ff0000; font-weight:bold;}
.good a { color:#ff0000; font-weight:normal;}
.good a:hover { color:#ff0000; text-decoration:underline;}
.bad{ font-weight:bold;}
.bad a { color:#000000; font-weight:normal;}
.bad a:hover { text-decoration:underline;}
.borderbg .ltable {
	width:520px;
	margin-bottom:15px;
	border: 1px solid #000000;
	border-collapse:collapse;
}
.borderbg .ltable td{
	padding:2px;
	border: 1px solid #000000;
}
.borderbg .ltable th { font-weight:normal; background-color:#ff9933; color:#ffffff;}

.borderbg .hoso{ background-color:#ffcc66;}
.borderbg .hoso2{ background-color:#ffcc99;}
.borderbg .wrestlar{ width:474px; height:238px; margin:15px 0px 0px 30px; background-image:url(../format_img/fight_bk.gif); background-repeat:no-repeat;}
.wrestlar td{ vertical-align:top; padding:16px 0 0 16px;}

.movie{
	padding : 10px 0px 10px 0px;
	margin : 0 0 0px 5px;
	background-color : #333333;
	float : left;

}

