/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: #73B5F0;
}

.body_class{
	background: #C4516D;
}

.layout {
	width: 960px;
	margin: 0 auto;
	zoom: 1;
}
.layout:before,
.layout:after { content: ""; display: table; }
.layout:after { clear: both; }
/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) top center no-repeat;
	padding-bottom: 20px;
}
#wrap_class {
	background: url(../images/wrap_bg_class.jpg) top center no-repeat;
	padding-bottom: 20px;
}
#wrap02 {
	background: url(../images/wrap02_bg.jpg) top repeat-x #FFFFFF;
}
#wrap02_class {
	background: url(../images/wrap02_bg_class.jpg) top repeat-x #FFFFFF;
}
/* ==== Header === */
#hd {
	height: 90px;
	position: relative;
}
#hd_bg{
	background: #FFF;
}
#hd_lang {
	width: 102px;
	right: 0;
	top: 26px;
	position: absolute;
}
#hd_nav {
	right: 110px;
	top: 26px;
	position: absolute;
}
/* ==== Navigation === */
#nav {
	width: 960px;
	height: 56px;
	margin: 0 auto 20px auto;
	background: url(../images/nav_bg.jpg) no-repeat;
	position: relative;
	z-index: 10;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 200px;
	float: left;
	padding-bottom: 5px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #3D9AEF;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
}
#sidenav ul {
	background: #FFF;
	padding: 0px;
}
#sidenav li {padding: 0 10px;}
#sidenav li:hover ,#sidenav li.current{ background: #DAECFC;}
#sidenav li a {
	width: 160px;
	height: auto;
	padding: 12px 10px 5px 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	font-size: 0.9em;
	color: #333333;
}

#sidenav_class {
	width: 200px;
	float: left;
	padding-bottom: 5px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #B33E5C;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
}
#sidenav_class ul {
	background: #FFF;
	padding: 0px;
}
#sidenav_class li {padding: 0 10px;}
#sidenav_class li:hover ,#sidenav_class li.current{ background: #FAC1B9;}
#sidenav_class li a {
	width: 160px;
	height: auto;
	padding: 12px 10px 5px 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	font-size: 0.9em;
	color: #333333;
}

#main {
	width: 690px;
	float: right;
	padding: 20px;
/*	overflow: hidden;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}

/* ==== Footer === */
#ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x left top;
	color: #FFF;
}
#ft_class {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/ft_bg_class.jpg) repeat-x left top;
	color: #FFF;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	width: 418px;
	position: absolute;
	top: 20px;
}

h2{
	font-size: 1.5em;
	padding: 0.5em;
	margin: 1em 0 0.5em 0;
	background: #F8FBFE;
	border-bottom: 3px solid #9CC7F5;
	color: #E4711A;
}

h2{
	font-size: 1.5em;
	padding: 0.5em;
	margin: 1em 0 0.5em 0;
	background: #F8FBFE;
	border-bottom: 3px solid #9CC7F5;
	color: #E4711A;
}

.h2_class{
	font-size: 1.5em;
	padding: 0.5em;
	margin: 1em 0 0.5em 0;
	background: #FDE7E1;
	border-bottom: 3px solid #b33e5c;
	color: #E4711A;
}

h3 {
	font-size: 1.4em;
	padding: 0.3em 0px 0.3em 18px;
	margin: 1em 0 0.7em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	border-bottom: 1px dotted #CCC;
}

.h3_class {
	background: url(../images/h3_bg_class.jpg) left center no-repeat;
}

h4 {
	font-size: 1.2em;
	margin: 0.3em 0;
}
h4:before{
	content: "● ";
}
h5 {font-size: 1em;}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-bottom: 20px;
}
#i_main {
	width: 648px;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#i_sidenuv{
	width: 270px;
	float: right;
}
#i_sidenuv li{
	margin-bottom: 5px;
}
.i_news_h{
	margin: -10px -10px 10px -10px!important;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 100px;
}
#i_news div.icon {
	background: url(../images/common/news_icon.gif) left center no-repeat;
	padding-left: 8px;
}

	
/*----Other----*/
.eyecatch {
	margin: -20px -20px 10px -20px!important;
}

.ans{
	text-indent: -1.5em;
	margin-left: 1.5em;
}



#slideshow {

 position:relative;

	margin:0;
	
	height: 340px;
	
	width: 960px;
	
	z-index: 0;

}



#slideshow IMG {

    position:absolute;

    top:0;

    left:0;

    z-index:8;

}



#slideshow IMG.active {

    z-index:10;

}



#slideshow IMG.last-active {

    z-index:9;

}

.renrakusaki{
	line-height:1px;
}

/*----Other----*/

#photo{
	overflow:hidden;
}

#photo ul{
	width:100%;
}

#photo li{
	width:25%;
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	text-align:center;
}

#photo img{
	box-sizing:border-box;
	border:#FFFFFF 5px solid;
	width:100%;
	display: inline-block;
}


.photo_box{
	width:100%;
	border:0;
	font-size:0;
}


.cr_prgm_tbl{
	width: 100%;
}
.cr_prgm_tbl tr td:nth-of-type(2),
.cr_prgm_tbl tr td:nth-of-type(4){
	text-align: center;
}
.cr_prgm_tbl tr td:last-child{
	background: #FDE7E1;
	text-align: center;
}