@charset "UTF-8";

body{
	font-family:arial,san-selif;
	font-size:.85em;
	line-height:150%;
}

td{
	font-size:.85em;
	line-height:150%;
}

#header{
	font-size:1.3em;
	font-weight:bold;
	background-color:#eee;
	border:1px solid #000;
	padding:.5em;
}

#header a{
	color:#000;
	text-decoration:none;
}

#body{
}

#left{
	width:70%;
	border-right:1px solid #000;
	float:left;
	padding:2em;
}

#right{
	width:30%;
	float:left;
	padding:1em;
}

#footer{
	clear:left;
}

#report,#review,#simillar{
	font-weight:bold;
}

.center{
	text-align:center;
}

.menu{
	background-color:#eee;
	border:1px solid #000;
	padding:.2em;
}

.detail{
	width:95%;
	background-color:#c60;
	color:#fff;
	font-weight:bold;
	text-align:center;
	letter-spacing : 15px;
	border:5px solid #c00;
}

.detail a{
	width:100%;
	color:#fff;
}

.detail a:hover{
	background-color:#c00;
	color:#fff;
}
