/* CSS Document */

/*共通*/
div,p,h1,h2,img,tr,td {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 18px;
	color: #666666;
}
div#continner {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/*ヘッダー*/
div#continner div#hedder{
	margin-right: auto;
	margin-left: auto;
	width: 570px;
	text-align: center;
}

div#continner div#hedder p#chiku{
	margin:0px 0px 5px 0px;
}

div#continner div#hedder p#chiku a{
	color: #DF0D1E;
}

/*データ*/
div#continner div#date{
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

div#continner table{
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 2px;
}


div#continner div#date table td{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;

}
div#continner div#date table td.day{
	width: 70px;
	font-size: 11px;
}
div#continner div#date table td.chiiki{
	width: 56px;
}
div#continner div#date table td.basyo{
	width: 260px;
	text-align: left;
	padding-left: 4px;
}
div#continner div#date table td.time{
	width: 98px;
}

div#continner div#date table td.basyo p
{
	display: inline;
}
div#continner div#date table td.basyo p,
div#continner div#date table td.time p
{
	font-size: 10px;
}

div#continner div#date table td.map{
	width: 50px;
}

div#continner div#date table#title td.day,
div#continner div#date table#title td.basyo,
div#continner div#date table#title td.map{
	background-color: #FFCC33;
}

div#continner div#date table#title td.chiiki,
div#continner div#date table#title td.time{
	background-color: #FFFF99;
}

div#continner div#date table#title
{
	border-bottom: none;
}

div#continner div#date table#title td.basyo{
	text-align: center;
}

div#continner div#date p#t-chiiki{
	width: 585px;
	background-image: url(img/t-chiiki-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 21px;
	margin-top: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

div#continner div#date p#up{
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}
div#continner div#date p#up a{
	color: #999999;
}

/*注意テーブル*/
div#continner table#tyui td{
	font-size: 10px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
div#continner table#tyui td#title{
	text-align: center;
	font-size: 12px;
}
div#continner table#tyui td#left{
	width: 70px;
	text-align: center;
	font-size: 12px;
}
div#continner table#tyui
{
	border-bottom: none;
}
div#continner p#school-name{
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*Windows close*/
div#continner div#close{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#commentBox {
	padding:0px 5px 5px 10px;
}

/*前月へのボタン*/
div#NextBtn p{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height: 45px;
	width: 380px;
	background: url(img/btn_bus-sep.jpg) no-repeat left top;
	/*float: right;*/
}

div#NextBtn a{
	height: 45px;
	width: 380px;
	display: block;
	text-indent: -9999px;
}
div#NextBtn a:hover{
	background: url(img/btn_bus-sep.jpg) bottom;
}
.clear {
	clear:both;
	overflow:hidden;
}
