@charset "UTF-8";
/* nav Block */
ul#nav li a {
	display: block;
	width: 190px;
	height: 44px;
	padding-bottom: 2px;
}

ul#nav li.current a {
	width: 192px;
	height: 57px;
}

ul#nav li#home a {
	width: 191px;
}

ul#nav li#ir a {
	width: 191px;
}


/*  main Block */
.main p#date {
	font-size: x-small;
	text-align: right;
}

.main table th {
	border-bottom: #999 dotted 1px;
	padding: 5px;
	width: 25%;
	vertical-align: top;
	text-align: left;
	font-size: small;
}

.main table td {
	border-bottom: #999 dotted 1px;
	width: 75%;
	vertical-align: top;
}

.main table td p {
	margin: 5px 0 5px;
	border-left: #CCC solid 5px;
	padding-left: 5px;
}

.main table td p.days {
	border-left: none;
	font-size: x-small;
	text-align: right;
}

.main table a {
	padding-left: 13px;
	background: url("/english/img/arrowCircleBlue.gif") 0 2px no-repeat;
}

p.days {
	border-left: none;
	font-size: x-small;
	text-align: right;
}