@charset "utf-8";


/*--ヘッダー---------------------------------------*/
#wrapper {
width: 920px;
color: 
#333;
margin: 0px auto 0px;
padding: 0px;
}
#header {
width: 800px;
height: 210px;
font-weight: normal;
text-decoration: none;
clear: both;
margin-top: 0px;
background-image: url(../image/top_banner01.jpg);
background-repeat: no-repeat;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #999;
position:relative;
}
#header .english a {
	float: right;
	height: 30px;
	text-align: center;
	font-size: 93%;
	width: 55px;
	text-indent: -9999px;
}
#header .english a:hover {
	background: url(../image/english_hover.png) no-repeat right top;
	float: right;
	height: 30px;
	text-align: center;
	font-size: 93%;
	width: 55px;
}
/*-----------------------------------------------------*/

/*--ナビゲーション-------------------------------------*/
#NaviMenu {
width: 200px;
height: auto;
float: left;
margin-bottom: 10px;
border-left: 3px solid #e6e6e6;
border-right: 3px solid #e6e6e6;
border-bottom: 3px solid #e6e6e6;
background: #FFBF00;
}

#LOGO {
	width:200px;
	height:156px;
	background-color:#fff;
}

.sidebar_logo {
	height:39px;
	width:180px;
margin: 20px 10px;
	text-indent: -9999px;
	float: left;
	background-image: url(../image/jss_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*-----------------------------------------------------*/

/*--右コラム-------------------------------------*/
#contents_colum {
width: 700px;
height: auto;
float: right;
margin-bottom: 10px;
background: white;
border-left: 3px solid #ebebeb;
border-right: 3px solid #ebebeb;
border-bottom: 3px solid #ebebeb;
}
/*-----------------------------------------------------*/

/*----上段---------------------------------------------*/
#contents1 {
}

#infomation {

}

#title_image {
	width:700px;
	height:276px;
	background:#CCC;
}

#topnews {
	background:#f3f3f3;
	border-top:5px solid #FFA300;
	padding:15px;
	margin:15px 30px;
}
#loginbox {
	background:#FFD600;
	border-top:5px solid #FFA300;
	text-align:center;
	padding:15px;
	margin:15px 30px;
}
#loginbox a:hover{
color:white;
}
/*-----------------------------------------------------*/

/*----下段---------------------------------------------*/
#contents2 {
	width: 640px;
	padding: 10px;
	margin:0 auto;
	line-height:1.5em;
	letter-spacing:0.1em;
}

.news {
}

#textbox {
	margin:0 20px;
}

.news dl{
	background:#f9f9f9;
	padding:1px 30px 25px 0px;
	}

.news dt{
	margin-top:1em;
	background:#f9f9f9;
	padding:10px 0px 5px 10px;
	font-size:110%;
	color:#666;
	}
	
.news dd{
	padding-left:3.5em;
	}
	
.news_top dl{
	padding:1px 0px 25px 0px;
	}

.news_top dt{
	margin-top:0;
	background:#f9f9f9;
	padding:10px 0px 5px 10px;
	font-size:110%;
	color:#666;
	}
	
.news_top dd{
padding-left: 3.5em;
margin-bottom: 10px;
background: #F9F9F9;
padding-bottom: 12px;
	}


.banner3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: right;
}
.iframe_event {
	width: 190px;
	height: 50px;
	margin-top: 5px;
}
/*-----------------------------------------------------*/

/*----最下段---------------------------------------------*/
#contents3 {
	border-top:1px solid #ccc;
	font-size: 93%;
	padding:10px 20px;
	margin-top:20px;
}
/*-----------------------------------------------------*/

/*----フッタ---------------------------------------------*/
#back {
	width: 600px;
	float: right;
	padding-right: 10px;
}
.return {
	height: 20px;
	width: 57px;
	background-image: url(../image/return.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: right;
}
.up {
	background-image: url(../image/backtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 50px;
	text-indent: -9999px;
	float: right;
	margin-right: 0px;
	clear: right;
}
#footer {
	clear: both;
	margin-bottom:30px;
}
.footer-R {

}
.footer-R a {
	color: #FFF;
}

/*-- コピーライト --*/
.copy {
	margin-left:345px;
	color:#999;
}

#update {
	float: right;
	color: #FFFFFF;
	font-size: 77%;
}
/*-----------------------------------------------------*/

/*----その他---------------------------------------------*/
.sp {
	height: 25px;
	display: block;
}
/*--画像右／左--*/
.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo-right {
	margin-bottom: 5px;
	margin-left: 10px;
}
/*--スペース--*/
.sp_h100 {
	height: 100px;
	width: 100%;
}
.sp_h250 {
	height: 250px;
	width: 100%;
}
.sp_h500 {
	height: 500px;
	width: 100%;
}

/*--テーブル--*/
.main-h table.fee .pre {
background-color: 
#FFFF80;
}

.main-h table.fee .day {
background-color: 
#FFCEE7;
}

.main-h table.fee td {
border: 
#999 1px solid;
border-collapse: collapse;
text-align: center;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}



#textbox table {
	border-collapse: collapse;
	width:100%;
	border-left: 3px solid orange;
	margin-bottom:30px;
	border-right: #e3e3e3 1px dotted;
}
#textbox th.t_top {
    border-top: #E3E3E3 1px dotted;
	border-bottom:none;
	background: #F1F1F1;
	text-align:left;
	padding:15px;
}
#textbox th
 {
	border-bottom: #e3e3e3 1px dotted;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	background: #FAFAFA;
}
#textbox table tr td.t_top {
	background: #F1F1F1;
}
#textbox table tr td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	background:#fff;
	}
#textbox tr:hover {
    background: #f5f5f5;
    color: #333;
}

.table_title {font-size: 140%; padding:0 5px; line-height:1.6em;}

ul#prgram_list {clear:both; overflow:hidden;}
#prgram_list li{border-right: 1px solid #DDD;
padding: 5px 10px;
float: left;
list-style: none;
white-space: nowrap; }



/*--アラーとボックス--*/

.main .alertbox {
border: 
#C00 2px dotted;
margin-bottom: 25px;
text-align: center;
margin-left: 45px;
padding-top: 10px;
padding-bottom: 20px;
width: 480px;
}


#yia_box {
width: 600px;
color: #333;
margin: 0px auto 0px;
padding: 10px 40px;
margin: 20px auto;
background: white;
border: 3px solid #EBEBEB;
}



/*--ログインボタン--*/


	
.metro {
	background:#FFD600;
	border-top:5px solid #FFA300;
	text-align:center;
	padding:15px;
	margin:15px 50px;
	display:block;
    /* Font styles */
    text-decoration: none;
	font-size:120%;
}

.metro.closed {
	background:#ccc;
	font-size:90%;
}

a.metro.closed {
	color:#333;
}

 
.metro:hover {
    background: #FFD600;
	color:#002DA0;
}

a.metro:hover {
    color: #002DA0;
	top: 1px;
    left: 1px;
}

.metro.three-d {
    position: relative;
}
 
.metro.three-d:active {
    box-shadow: none;
    top: 3px;
    left: 3px;
}


.metro.closed:hover {
    background: #ccc;
	color:#333;
}

a.metro.closed:hover {
    color: #333;
	top: 0px;
    left: 0px;
}

.metro.three-d {
    position: relative;
}
 
.metro.three-d.closed:active {
    top: 0px;
    left: 0px;
}




/*-- リスト類 --*/
.list-A {
	font-weight: bold;
	color: #2E5C5C;
}
.list-A ul  {
	margin-top: 0px;
	font-weight: normal;
	color: #333;
}
.list-A li {
	margin-bottom: 18px;
}
.list-A dl dd {
	font-weight: normal;
	color: #333;
	margin-bottom: 18px;
	list-style-type: disc;
}
.list-B dt {
	font-weight: bold;
	color: #639;
}
.list-B dd {
	margin-bottom: 18px;
}

.list-C {
	font-weight: normal;
}
.list-C dt {
	width: 110px;
	margin-left: 30px;
	float: left;
}
.list-C dd {
	margin-left: 110px;
}

.list-schedule {
	font-weight: normal;
}
.list-schedule dt {
	width: 130px;
	float: left;
}
.list-schedule dd {
	margin-left: 100px;
	margin-bottom: 10px;
}
.list-1 {
	font-weight: normal;
	color: #333;
	margin-left: 50px;
}
.seal dt {
	float: left;
}

#textbox ul,
#infomation2 li{
	list-style-type:disc;
	margin-left:20px;	
}

#textbox li{
	margin-bottom:5px;	
}