#header #head_right {
	color: #03C;
	text-decoration: none;
}
a:visited {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
#container #header ul#navi {
	color: #000;
	text-decoration: none;
}
/*ヘッドナビ用*/
#navi a:link {
	color: #FFF;
	text-decoration: none;
}
#navi a:visited {
	color: #FFF;
	text-decoration: none;
}
#navi a:hover {
	color: #930;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

#mainphoto {
	width:900px;
	height:260px;
	background:url(../images/flash_bg.jpg) 0 0 no-repeat;
}
/*-------------------------------------------------
 TOP ヘッダ
-------------------------------------------------*/

#header {
	background: #FFF;
	/*height: 140px;*/
	height:100px;
	position: relative;
	color: #F93;
}
#header h1 {
	margin: 0;
	padding: 1px 0px 1px 5px;
	height: 20px;
	font-size: 8pt;
}
#header h2 {
	height: 80px;
	position: absolute;
	width: 500px;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#header #head_right {
	text-align: right;
	height: 80px;
	padding-right: 5px;
	position: absolute;
	left: 502px;
	top: 20px;
	width: 390px;
}
#header #ad {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 110%;
	color: #F93;
}
#header #tel {
	font-weight: bold;
	font-size: 22pt;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: 20pt;
	color: #F93;
}
/*-------------------------------------------------
 TOP ナビボタン
-------------------------------------------------*/
#navigation{
	clear:both;
	width:900px;
	height:40px;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li {
	float:left;
	list-style:none;
	font-size:0;
}

#navigation ul li a img {
	border:0;
}

/*#container #header ul#navi {
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	clear: both;
	color: #FFF;
	padding: 0px;
	position: absolute;
	width: 900px;
	left: 0px;
	top: 100px;
	margin: 0px;
}
#container #header ul#navi li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
#container #header ul#navi #text1 {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar1 {
	position: absolute;
	left: 124px;
	top: 0px;
}
#container #header ul#navi #text2 {
	position: absolute;
	left: 138px;
	top: 11px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar2 {
	position: absolute;
	left: 250px;
	top: 0px;
}
#container #header ul#navi #text3 {
	position: absolute;
	top: 11px;
	left: 260px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar3 {
	position: absolute;
	left: 377px;
	top: 0px;
}
#container #header ul#navi #text4 {
	position: absolute;
	left: 394px;
	top: 11px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar4 {
	position: absolute;
	left: 508px;
	top: 0px;
}
#container #header ul#navi #text5 {
	position: absolute;
	left: 522px;
	top: 11px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar5 {
	position: absolute;
	left: 633px;
	top: 0px;
}
#container #header ul#navi #text6 {
	position: absolute;
	left: 650px;
	top: 11px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar6 {
	position: absolute;
	left: 763px;
	top: 0px;
}
#container #header ul#navi #text7 {
	position: absolute;
	left: 778px;
	top: 11px;
	width: 110px;
	text-align: center;
}
#container #header ul#navi #bar7 {
	position: absolute;
	left: 889px;
	top: 0px;
}*/
/*-------------------------------------------------
 コンテンツタイトル
-------------------------------------------------*/

#mainContent h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15pt;
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F93;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F93;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	line-height: 15pt;
	width: 80%;
}
/*-------------------------------------------------*/

#mainContent .h2_gray {
	border-bottom-color: gray;
	border-left-color: gray;
}
#mainContent .h2_blue {
	border-bottom-color: blue;
	border-left-color: blue;
}
#mainContent .h2_green {
	border-bottom-color: green;
	border-left-color: green;
}
#mainContent .h2_olive {
	border-bottom-color: olive;
	border-left-color: olive;
}
#mainContent .h2_yellow {
	border-bottom-color: yellow;
	border-left-color: yellow;
}
#mainContent .h2_fuchsia {
	border-bottom-color: fuchsia;
	border-left-color: fuchsia;
}
#mainContent .h2_maroon {
	border-bottom-color: maroon;
	border-left-color: maroon;
}
#mainContent .h2_red {
	border-bottom-color: red;
	border-left-color: red;
}

/*-------------------------------------------------
 コンテンツ
-------------------------------------------------*/
p span {
	color: #F60;
}

.timetable {
	background: #FF6600;
	width:500px;
}
.tr_time {
	text-align: center;
	background: #F93;
	color: #FFF;
}
.tr_oc {
	text-align: center;
	background: #FFFFFF;
}
.time_ps_1{
	width: 500px;
	text-align:right;
	color: #F60;
    margin-bottom: 10px;
}
.time_ps_2{
	width: 500px;
	text-align:right;
    margin-bottom: 50px;
}
.flow{
        background: #FC6;
        padding: 10px;
}
/*-------------------------------------------------*/
.float_l{
        float: left;
        margin-right: 15px;
        margin-bottom: 40px;
}
.float_r_d{
        float: right;
        margin-left: 15px;
        margin-right: 150px;
}
.float_r{
        float: right;
        margin-left: 15px;
        margin-right: 30px;
        margin-bottom: 40px;
}
.to_next{
        margin-bottom: 50px;
}
.to_next_f{
        margin-bottom: 50px;
        float: left;
        margin-right: 15px;
}
.huge{
        margin-bottom: 100px;
}
/*-------------------------------------------------*/
.c_o{
	color: #F90;
}
.c_do{
	color: #F60;
}
.bold{
	font-weight: bold;
}
.smaller{
	font-size:80%;
}
/*-------------------------------------------------*/
.center{
	text-align: center;
	margin: 0px auto;
}

/*-------------------------------------------------
 フッタ
-------------------------------------------------*/
#footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#F93 url(images/foot_bg.gif) repeat-x;
	height: 25px;
	position: relative;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 900px;
}
#footer #foottxt {
	font-size: 9pt;
	color: #930;
	position: absolute;
	height: 19px;
	top: 7px;
	left: 6px;
}

