@charset "UTF-8";

@import "../css/import.css";

/*-------------------------------------------
---------------------------------------------index*/

.flow{
	margin-left: 15px;
}

.daytable{
	width: 485px;
	margin-left: 20px;
	margin-top: 10px;
}

.daytable th{
	vertical-align: top;
	background-image: url(img/teme_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.daytable td{
	vertical-align: top;
	padding-left: 10px;
	padding-top: 20px;
}

.nosp{
	margin: 0px!important;
	padding: 0px!important;
}

.hiyoko{
	vertical-align: bottom!important;
}

.noimg{
	background-image: none!important;
}

/*-------------------------------------------
---------------------------------------------event*/

.yeartable{
	width: 485px;
	margin-left: 20px;
	margin-top: 10px;
	background-image: url(img/yearimg02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.yeartable th{
	vertical-align: top;
	padding-bottom: 20px;
}

.yeartable td{	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;}
	
/*-------------------------------------------
---------------------------------------------guide*/

.guide_in{
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.guide_in p{
	margin-top: 15px;
	margin-bottom: 25px;
}

.jikantable{
	margin: 0px;
	padding: 0px;
}

.jikantable th{
	text-align: left;
	white-space: nowrap;
}

.jikantable td{
	white-space: nowrap;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

