@charset "utf-8";
/* CSS Document */

/* container
---------------------------------------------------------------------------------------- */
#container .menu{
	margin:0px 0px -26px 0px;
	text-align:right;
}

#container .menu img{
	margin:0px 0px 0px 10px;
}

#container .map{
	background:url(../images/map.gif) no-repeat right top;
	border-bottom:1px dotted #CCCCCC;
	margin:0px 0px 20px 0px;
	position:relative;
}

#container .map .area{
	position:absolute;
	z-index:2;
	top:0px;
	left:370px;
	width:300px;
	height:320px;
	font-size:85%;
	text-align:right;
}

#container .map .profile{
	margin:20px 0px 0px 0px;
	/*background:url(../images/profile_bg.gif) repeat-y left;*/
}

#container .map .profile p{
	margin:0px 0px 10px 0px;
}

#container .map .profile p em{
	font-weight:bold;
	display:block;
}

#container table{
	border-collapse:collapse;
}

#container th{
	vertical-align:top;
	border-right:2px solid #3C5D81;
	width:85px;
}

#container td{
	vertical-align:top;
	padding:0px 0px 0px 13px;
}

#container table.jigyo{
	margin:0px 0px 20px 0px;
}

#container table.jigyo strong{
	margin:0px;
	background:url(../images/box.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 14px;
	display:block;
}

#container table.jigyo strong.only{
	margin:0px 0px 10px 0px;
}

#container table.jigyo span{
	display:block;
	margin:0px 0px 10px 0px;
}

#container td.day,
#container td.body{
	background:url(../images/dot564.gif) repeat-x left bottom;
}

#container td.day{
	white-space: nowrap;
	padding:10px 0px 15px 0px;
}

#container td.body{
	padding:10px 0px 15px 15px;
}








