/*@charset "euc-jp";*/

/*--------------------------------------------------------------------------------
 * 宮城県自転車競技場の一般用画面スタイル
 *--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 * 緊急のお知らせの内容をポップアップで表示するためのスタイル指定
 *--------------------------------------------------------------------------------*/
div#alertbox {
	position: relative;
	margin: 1em 0;
	padding: 0.8em;
	background-image: url(../img/alertbox_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFA8A8;
	border: 1px solid #ff9999;
}
div#alertbox a {
	display: block;
	color: #990033;
	font-weight: bold;
}
div#alertbox a span {
/*	font-size: 10px;*/
	font-weight: normal;
}
div#alertbox a:link {
	text-decoration: none;
}
div#alertbox a:visited {
	text-decoration: none;
}
div#alertbox a:hover {
	text-decoration: underline;
}
div#alertbox a:active {
	text-decoration: underline;
}

#alertmessage {
	display: none;
}
#alertmessage p {
	margin: 0.5em 0;
	text-indent: 1em;
}
#alertmessage ul {
	margin: 0 0 0 2em;
}
#alertmessage ul li {
	list-style-type: square;
	margin: 0;
	padding: 2px;
	color: #990033;
}
#alertmessage ul li a {
	font-weight: normal;
}

/**************************************************
 * h用共通クラス
 *************************************************/
h1 {
	width: 848px;
	height: 38px;
	margin-bottom: 15px;
	border: 1px solid #919191;
}

h1 span {
	width: 823px;
	height: 38px;
	font-size: 120%;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 38px;
	background-color: #ffffff;
}

h2 {
    color: #995500;
    /* font-size: 900; */
    font-weight: bolder;
}

div.table {
	float: left;
	width: 370px;
	margin: 0 22px;
}
div.table table {
	margin: 5px;
}
div.table table tbody {
}
div.table table tbody tr {
}
div.table table tbody tr th {
	white-space: pre;
	margin: 0;
	padding: 0.2em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
div.table table tbody tr td {
	margin: 0;
	padding: 0.2em;
}
div.image {
	float: left;
	width: 370px;
	margin: 0 22px;
}
img.photo {
	border: 1px solid #999999;
	margin: 5px;
	padding: 3px;
	text-align: center;
	background-color: #ffffff;
}
p.explanation {
	width: 95%;
	margin: 1em auto;
	text-indent: 0.8em;
	line-height: 1.4;
}
.clear {
	clear: both;
}

/* 各施設の利用案内 */
table.riyou {
    /*
	width: 90%;
    */
	margin: 1em auto;
    font-size: 90%;
}
table.riyou tbody {
}
table.riyou tbody tr {
}
table.riyou tbody tr.senyo {
    background-color: #fde9d9;
}
table.riyou tbody tr th {
	font-weight: bold;
	padding: 0.6em;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #999999;
}
table.riyou tbody tr td {
	padding: 0.6em;
	border-bottom: 1px solid #999999;
}
table.riyou tbody tr td.nowrap {
	white-space: nowrap;
}
table.riyou tbody tr td.notice {
	font-size: 96%;
}
table.riyou tbody tr th.dot, table.riyou tbody tr td.dot {
	background-image: url("../img/vertical_dot.png");
	background-repeat: repeat-y;
	background-position: right top;
}

ol.holiday {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}
ol.holiday li {
	list-style-type: decimal;
}
