/* CSS Document */

body {
	line-height: 1.2;
}
* html body {
	line-height: 1.5;
}
*:first-child+html body {
	line-height: 1.5;
}
h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 7px 0 14px 0;
}
h2 {
	margin: 0 0 14px 0;
}
#container {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container table caption {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 2px 18px;
}
#container table.floatleft caption {
    background: url(img/caption_boy.gif) no-repeat left center;
	background-color: #0099FF;
	color: #FFFFFF;
}
#container table.floatright caption {
	background: url(img/caption_girl.gif) no-repeat left center;
	background-color: #FF6699;
	color: #FFFFFF;
}
#container table {
	width: 270px;
	margin-bottom: 1em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 8px;
}
#container table th {
	color: #003399;
	padding: 2px;
	width: 70px;
	text-align: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-weight: normal;
}
#container table.floatleft th {
	color: #2789E6;
	width: 70px;
	background: url(img/boy_th_bg.gif);
}
#container table.floatright th {
	color: #FF6699;
	width: 70px;
	background: url(img/girl_th_bg.gif);
}
#container table.floatright th.cate {
	color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	width: 200px;
	background: url(img/cate_w_bg.gif) no-repeat left top;
	border-top: none;
	border-left: none;
}
#container table td {
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

p.comment {
	font-size: 1px;
	margin: 0;
	visibility: hidden;
	color: #FFFFFF;
}
.space {
	letter-spacing: 1em;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
p.link-innar, 
p.homelink {
	margin: 0;
	padding: 0;
}
p.link-innar a, 
p.homelinka  {
	display: none;
}
#kumite:after, #kata:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    line-height: 0;
}

/* Hides from IE-mac \*/
* html #kumite, * html #kata{height: 1%;}
#kumite, #kata {display: block;}
/* End hide from IE-mac */

* html #kumite, 
* html #kata {
    height: auto;
}
.print {
	page-break-before: always;
}
