@charset "utf-8";
/* CSS Document */

/*------------ グローバルナビ ------------*/
ul#gnav li#system a {
	width: 115px;
	height: 32px;
	margin: 0;
	background-position:-460px -32px;
}

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../system/images/main_image.jpg);
}

/*------------ 見出し ------------*/
h3#title01 {
	background-image: url(../system/images/subtitle_01.jpg);
}

h3#title02 {
	background-image: url(../system/images/subtitle_02.jpg);
}

/*------------ テーブル ------------*/
table.blue_table {
	width: 100%;
	border: #afd1dc 1px solid;
}

table.blue_table th {
	padding: 7px 0;
	text-align: center;
	font-weight: normal;
	color: #010101;
	font-size: 14px;
	background-color: #e1f7fd;
	border: #afd1dc 1px solid;
}

table.blue_table td {
	padding: 3px 0;
	color: #010101;
	font-size: 14px;
	text-align: center;
	border: #afd1dc 1px solid;
}

p.blue_title {
	font-size: 16px;
	color: #006b8c;
}

/*------------ 時間割 ------------*/
table.blue_table th.day {
	width: 75px;
}

table.blue_table th.sat {
	color: #005975;
}

table.blue_table th.sun {
	color: #ff0018;
}

ul.notes {
	padding: 20px 0 30px 0;
}

.top10 {
	margin-top: 10px;
}

/*------------ 費用一覧 ------------*/
ul.blue_list {
	color: #006b8c;
}

ul.blue_list li {
	margin-left: 6px;
	padding: 7px 0 7px 20px;
	background: url(../system/images/blue_icon.gif) no-repeat left center;
}

.black {
	color: #333;
}

table.blue_table th.season {
	width: 115px;
}

/*------------ 体験について ------------*/



