@charset "UTF-8";

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

#leftNavi {
	padding: 0px;
	width: 170px;
	height: 25px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#leftNavi h1 {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 160px;
	padding: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Verdana;
	border-bottom-style: none;
}
#leftNavi ul {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftNavi ul li {
	list-style-type: none;
}
#leftNavi ul li a {
	font-family: Araial;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	margin-bottom: 1px;
	padding-left: 7px;
	padding-right: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
#leftNavi ul li a:hover {
	color: #FFFFFF;
	background-color: #777777;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #990033;
	margin-bottom: 1px;
	line-height: 25px;
	height: 25px;
	padding-right: 5px;
	padding-left: 7px;
	font-size: 11px;
}



#rightContents {
	width: 636px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#rightContents #comment {
	margin-bottom: 50px;
	font-family: "Times New Roman", Times;
	font-size: 120%;
	clear: both;
}
#rightContents .detail {
	width: 100%;
	margin-bottom: 30px;
	float: right;
}
#rightContents #smallNavi {
	text-align: right;
	margin-bottom: 30px;
}
#smallNavi ul {
	margin: 0px;
	padding: 0px;
}
#smallNavi ul li {
	float: right;
	padding-left: 10px;
	list-style-type: none;
	margin-left: 10px;
	font-family: Araial;
	font-weight: bold;
	background-image: url(images/balletLeft.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rightContents .detail table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.detail table tr.head {
	font-weight: bold;
	background-color: #eeeeee;
}
#rightContents .detail table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#rightContents .detail table td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

