@charset "UTF-8";

/* main layout
-------------------------------------------*/

body{
	width:100%;
	min-width:880px;
	font-size:80%;
	margin-top:0;
	line-height:130%;
	background:url(../imgs/bg.gif);
	}
a{
	color:#bf3b85;
}	

/* ヘッダー
-------------------------------------------*/
#header{
	background-image:url(../imgs/footer_onsen.gif);
	background-repeat:repeat-x;
	width:100%;
	min-width:900px;
	background-position:top;
	padding:0;
	height:50px;
	}
	
.header{
	padding:0;
	margin-left:0;
	}	
/*-------------------------------------------*/



/* トップ画像
-------------------------------------------*/
#top{
	width:880px;
	height:575px;
	background: url(../imgs/content_bg_top.png);
	margin:20px auto 0;
	}
/*-------------------------------------------*/



/* ナビゲーション
-------------------------------------------*/
#navi{
	width:880px;
	margin:20px auto;
}
ul{
	width:880px;
	height:50px;
}
li{
	height:50px;
	margin:0 10px;
	padding:0;
	float:left;
}
/*-------------------------------------------*/



/* 挨拶文
-------------------------------------------*/
#greeting{
	width:880px;
	height:352px;
	margin:20px auto;
	background: url(../imgs/greeting.png);
}
ul{
	width:880px;
	height:50px;
}
li{
	height:50px;
	margin:0 10px;
	padding:0;
	float:left;
}
/*-------------------------------------------*/



/* content
-------------------------------------------*/
.content{
	width:880px;
	margin:0 auto 20px;
	overflow:hidden;
	text-align:center;
	border-radius: 20px;
	background-color:#FFFFFF;
	}

#title_report{
	background: url(../imgs/title_report.jpg);
	width:319px;
	height:52px;
	margin:20px auto 10px 20px;
}
.text{
	margin:10px auto 20px 75px;
	text-align:left;
}
#title_next{
	background: url(../imgs/title_next.jpg);
	width:387px;
	height:52px;
	margin:20px auto 10px 20px;
}
#title_schedule{
	background: url(../imgs/title_schedule.jpg);
	width:374px;
	height:52px;
	margin:20px auto 10px 20px;
}
#title_mail{
	background: url(../imgs/title_mail.jpg);
	width:253px;
	height:52px;
	margin:20px auto 10px 20px;
}
.content_main{
	width:768px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	overflow:hidden;
	padding:20px 0 20px 30px;
	text-align:left;
}
.one_program{
	width:175px;
	float:left;
	text-align:left;
	margin-right:15px;
}
.content_bottom{
	background: url(../imgs/content_bottm.jpg);
	width:800px;
	height:5px;
}

/* その２ */
#two{
	width:800px;
	margin:30px auto 0;
}
.title2{
	background: url(../imgs/title2.jpg);
	width:800px;
	height:55px;
}
.two{
	margin-left:35px;
}
.two_left{
	float:left;
}
.two_right{
	float:right;
	width:400px;
}

/* その３ */
#three{
	width:800px;
	margin:30px auto 0;
}
.title3{
	background: url(../imgs/title3.jpg);
	width:800px;
	height:55px;
}
.three_left{
	width:205px;
	float:left;
}
.three_right{
	width:500px;
	float:right;
	margin-right:20px;
}

/* その４ */
#four{
	width:800px;
	margin:30px auto 0;
}
.title4{
	background: url(../imgs/title4.jpg);
	width:800px;
	height:55px;
}

/* その５ */
#five{
	width:800px;
	margin:30px auto 0;
}
.title5{
	background: url(../imgs/title5.jpg);
	width:800px;
	height:55px;
}
.24jikan{
}
.prigram{
	width:370px;
	float:left;
	margin-bottom:20px;
}
h1{
	font-weight:bold;
}
.picture{
	width:175px;
	border:1px solid #000000;
	float:left;
}
.prigram_text{
	width:188px;
	float:left;
	margin-left:5px;
}
.prigram2{
	width:700px;
	margin-bottom:20px;
}
.prigram_text2{
	width:500px;
	float:left;
	margin-left:5px;
}
.time{
	width:40px;
	float:left;
	padding:5px 0;
}
.programlist{
	width:600px;
	padding:5px 0;
}
.time2{
	width:40px;
	float:left;
	background-color:#f3fff4;
	padding:5px 0;
}
.programlist2{
	width:600px;
	background-color:#f3fff4;
	padding:5px 0;
}


/* その６ */
#six{
	width:800px;
	margin:30px auto 0;
}
.title6{
	background: url(../imgs/title6.jpg);
	width:800px;
	height:55px;
}
.six_left{
	width:200px;
	float:left;
}
.six_right{
	width:548px;
	float:right;
}
/*-------------------------------------------*/



/* bottom
-------------------------------------------*/
#bottom{
	width:900px;
	height:66px;
	background: url(../imgs/content_bg_bottom.png);
	margin:0 auto 20px;
	}
/*-------------------------------------------*/



	
/* TOP
-------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
}
#page-top a {
	width: 202px;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
/*-------------------------------------------*/



	
/* フッター
-------------------------------------------*/
#footer{
	margin:0;
	padding:0px;
	height:50px;
	background:url(../imgs/footer_onsen.gif) 0 0 repeat-x;
	min-width:900px;
}

#footer p{
    color: #000000;
    line-height: 16px;
    margin: 0 auto;
    padding: 10px 5px 0 0;
    text-align: right;
    width: 880px;
	font-size:80%;
	}



