﻿/*1:basic
=================================*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

ul,ol {
	list-style-type:none;
}

input,select { vertical-align: -2px; }


table {
	margin:0;
	padding:0;
	font-size:100%;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #009EE2;
}
a.on, a.on:visited {
	color: #009EE2;
}

.strong_notice {
	color: OrangeRed;
}

.styled_button {
	background: AliceBlue;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: MidnightBlue;
	font-weight: normal;
	font-size: 10pt;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*2:layout
=================================*/
body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", sans-serif, Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
	font-size: 84.3%;
	line-height: 1.8em;
	text-align: center;
}

#container {
	width:100%;
	padding:0;
	position: relative;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/*3:header
=================================*/

#header {
	width: 920px;
	margin:0 auto;
	overflow: hidden;
	height: 80px;
	padding-top: 11px;
	text-align:left;
}
#header h1 {
	float: left;
	width: 380px;
}
#header div.header_items {
	float: right;
	margin-right:5px;
	font-size: 13px; 
}
#header div.header_items ul.header_link {
	list-style-type: none;
	margin-top: 45px;
	margin-right:2px;
	
}
#header div.header_items ul.header_link li {
	float: left;
	margin: 4px -1px 0 0;
	padding: 1px 7px 2px;
	white-space: nowrap;
	line-height: 100%;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

/*3:menu
=================================*/
#menu_block {
	width: 100%;
	height: 33px;
	background-color: #1c305c;
	margin:0 auto;
	padding: 0;
	margin-bottom: 10px;
}

#menu_block_admin {
	width: 100%;
	height: 33px;
	background-color: #0066cc;
	margin:0 auto;
	padding: 0;
	margin-bottom: 10px;
}

#menu,#menu_admin {
	width:920px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #1c305c;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 151px;
	text-align: center;
	font-size: 14px;
	border-left:1px #191970 solid;
}

#menu li.itemright {
	border-left: 1px #191970 solid;
	border-right: 1px #191970 solid;
}

#menu a {
	padding: 9px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	text-decoration: none;
	background:#1c305c url(../images/navi_arrow_b.gif) no-repeat 0 1px;
}
#menu a:hover {
	border-color: #ccc;
	color: #fff;
	text-decoration:none;
	background: #009EE2 url(../images/navi_arrow_w.gif) no-repeat 0 1px;
}

#menu ul {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#menu ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


#menu_admin ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #0066cc;
	list-style-type: none;
}

#menu_admin li {
	margin: 0;
	padding: 0;
	float: left;
	width: 151px;
	text-align: center;
	font-size: 14px;
	border-left:1px #004E9B solid;
}

#menu_admin li.itemright {
	border-left: 1px #004E9B solid;
	border-right: 1px #004E9B solid;
}

#menu_admin a {
	padding: 9px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	text-decoration: none;
	background:#0066cc url(../images/navi_arrow_g.gif) no-repeat 0 1px;
}
#menu_admin a:hover {
	border-color: #ccc;
	color: #fff;
	text-decoration:none;
	background: #009EE2 url(../images/navi_arrow_w.gif) no-repeat 0 1px;
}

#menu_admin ul {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#menu_admin ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#messagebox {
	width: 920px;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	background-color:#fff;
	color:#ff0000;
}


/*4:footer
=================================*/

div#footer {
	overflow: hidden;
	padding: 8px 0;
	border-top: solid 5px #1c305c;
	margin: 0;
}

div#footer_admin {
	overflow: hidden;
	padding: 8px 0;
	border-top: solid 5px #0066cc;
	margin: 0;
}

#copyright{
	width: 920px;
	margin:0 auto;
	padding:4px 2px 5px 2px;
	font-size:90%;
	line-height: 1.4;
	text-align:right;
	color:#000000;

}

div.topNote {   
	width: 745px;   
	margin: 10px auto; 
	border:solid 1px #b3b3b3;
	text-align:left;  
	background: #ffffff url(../images/box_bg.jpg) repeat-x;
}  

div.topNote ul {
    margin: 1.5em 1em;
    padding: 0 0 0 1.5em; 
    font-weight: normal;
    line-height: 130%;
    font-size: 1.1em;
}

div.topNote ul {
	list-style-type: disc;
}

div.topNote li {
    margin: 2em 0;
}

.topLink a {
	margin:30px auto;
	width:297px;
	height:52px;
	display: block;
	color: #fff;
	text-indent:-9999px;
	text-decoration: none;
	background:#ffffff url(../images/top_btn.gif) no-repeat;
}
.topLink a:hover {
	text-indent:-9999px;
	color: #fff;
	background: #ffffff url(../images/top_btn_on.gif) no-repeat;
}



/*5:schedule
=================================*/
div.center {
	margin: 0 auto; text-align:center;
}
.txtnowrap {
	white-space:nowrap;
}

h2.top_heading {
	border-left:20px solid #669999;
	border-right:20px solid #669999;
	padding: 6px 0 6px 10px;
	background-color:#ffcccc;
	background: #ffcccc url(../images/h2_bg.gif) repeat-x;
	font-size: 1.3em;
	margin-bottom:10px;
	font-weight:bold;
}
h2.top_heading span {
    display: block;
    padding-left:320px;   
    font-size:0.7em; 
    font-weight:normal;
    line-height:1.3em;
}
    
h2 {
	border-left:20px solid #669999;
	padding: 6px 0 6px 10px;
	background-color:#ededed;
	font-size: 1.1em;
	margin-bottom:10px;
}
h2 .caption {
	width: 100%;
}

.tbl_place,
.tbl_schedule,
.tbl_schedule_admin {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-size: 13px;
	color: #555;
}

.tbl_place th {
	background-color: #E6EDF5;
	color: #4F76A3;
	height:50px;
	font-weight:bold;	
}

.tbl_place th,
.tbl_place td {
	border: 1px solid #D4E0EE;
}
.tbl_place .odd {
	border-style: solid solid double;
	border-width: 1px 1px 5px;
	border-color: #D4E0EE;
}


.tbl_schedule th,
.tbl_schedule td,
.tbl_schedule_admin th,
.tbl_schedule_admin td {
	border-collapse: collapse;
	color: #555;
	height:25px;
	width:100px;
	text-align:center;
	white-space:nowrap;
}
.tbl_schedule th,
.tbl_schedule_admin th {
	background-color: #E6EDF5;
	font-size: 100% !important;
	height:25px;
	font-weight:bold;	
}
.tbl_schedule th,
.tbl_schedule td,
.tbl_schedule_admin th,
.tbl_schedule_admin td {
	border: 1px solid #D4E0EE;
}
.tbl_schedule .odd,
.tbl_schedule_admin .odd {
	border-style: solid solid double;
	border-width: 1px 1px 5px;
	border-color: #D4E0EE;
}

th.bgcolor_sat {
	background-color:#87ceeb;
}

th.bgcolor_sun {
	background-color:#ffb6c1;
}

td.bgcolor_gry {
	background-color:#c0c0c0;
}

td.remainder {
	color: #ffffff;
	background-color: #4169e1;
}

td.remainder a:link {
	text-decoration: underline;
	color: #ffffff;
}

td.remainder a:hover {
	text-decoration: underline;
	color: #000;
}
td.remainder a.on, a.on:visited {
	color: #009EE2;
}

.tbl_schedule a:link {
	text-decoration: underline;
	color: #ffffff;
}
.tbl_schedule a:hover {
	text-decoration: underline;
	color: #000;
}
.tbl_schedule a.on, a.on:visited {
	color: #009EE2;
}

.tbl_box {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
}

.tbl_box th,
.tbl_box td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	padding: 4px;
}

p.instructions {
	margin: 10px 0 13px 0; 
	background-color:#ffcccc;
}

span.caution {
	font-size:0.9em;
}
