/* CSS Document -----------------------------------------------------

　共通で使われるレイアウトの設定

------------------------------------------------------------------ */

body{
	color: #333333;
	background-image: url(images/bg_subwindow.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-position: center;
	width: 660px;
}

#SubWindow {
	text-align: left;
}
#SubWindowContents {
	margin: 20px;
}

h3 {
	margin: 0px;
}
h4 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #343758;
	text-align: left;
	margin: 15px 0px 10px;
}
h5 {
	clear: both;
	font-weight: normal;
	color: #685339;
	text-align: left;
	margin: 20px 0px 15px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 10px 60px;
	text-align: left;
	font-size: small;
}
ul li {
	background-image: url(images/icon_list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 3px;
	padding-left: 16px;
}

/*----------------- time table ------------------*/
.timetable table{
	border-top: 1pt solid #666666;
	border-left: 1pt solid #666666;
}
.timetable th{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	background-color: #e9f9b2;
	text-align: center;
	padding: 2px;
	font-weight: normal;
}
.timetable td{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	padding: 2px;
	text-align: center;
	line-height: 100%;
}
.timetable td.bgleft{
	background-color: #EEEEEE;
}

.dai {font-size: x-small; color: #3366ff;}
.iwa {font-size: x-small; color: #ff6600;}
.time {font-size: x-small;}
.tsu {font-size: x-small; color: #ff0033;}

/*----------------- graph table ------------------*/
.graph table{
	margin: 5px 0px 5px;
	border-top: 1pt solid #666666;
	border-left: 1pt solid #666666;
}
.graph th{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	background-color: #cccccc;
	text-align: center;
	padding: 1px 4px;
	font-weight: normal;
}
.graph td{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	padding: 1px 3px;
	text-align: left;
}
.graph td.bgleft{
	background-color: #EEEEEE;
}
.graph td.bgbot{
	background-color: #FFFF99;
}
tr.strong {
	font-weight: bold;
}
td.linedouble {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}


/* テキスト位置
------------------------------------------------------------------ */
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}
td.left {
	text-align: left;
}
th.left {
	text-align: left;
}
