body{	
    background: -moz-linear-gradient(top, #cdcdcd, #FFFFFF);
    background: -webkit-linear-gradient(top, #cdcdcd, #FFFFFF);
    background: linear-gradient(to bottom, #cdcdcd, #FFFFFF);
	
	background-color: #cdcdcd;	
	
	font-family :Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width:770px;
    margin-right: auto;
    margin-left : auto;
	margin-top: 0px;
	position: relative;
    left: 5px;
	background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;	
}	

.inner{
	margin:0px;
    padding:0px;	
}

.inner2{
	display:none;
/*    clear: both;	*/
}

.inner2 img{
	height: auto;
    width :380px;	
}

#nav1,#nav2,#nav3,#nav4,#nav5{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;	
	text-align: center;
	float: left;
	margin: 1px;
	width : 150px;
	height: 30px;
    background-color: #027eb4;	
	text-decoration: none;
    color: #FFFFFF;	
} 

#nav1:hover,#nav2:hover,#nav3:hover,#nav4:hover,#nav5:hover{
  background-color:#ffe4b5 ;
  color:#000000;    
}

#nav_all .current{
	background-color:#BCC8DB ;
	color:#000000;
}
/*
dt{
  margin:5px;	
}	
*/	
#main{
    width:550px;
	float: left;
}
/*
#main img{
    width:30px;
	height:auto;
}
*/
.pagetop{
	display:none; 
}

#sidemenu{
    float: left;
	margin-top:20px; 
}

/*
#sidemenu img{
	width:190px;
	height:auto;
	margin:1px;
	border:3px solid grey;
}
*/
#sidemenu img{
	width:200px;
	height:auto;
	margin-top:5px;
}
/*
iframe{
	margin:5px;
}
*/
#new iframe{
    width: 500px;
    height: 300px;
	margin:5px;	
}

#sidemenu iframe{
    width: 200px;
    height: 350px;
	margin:5px;	
}

h3{
	background-color: #027eb4;
	width: 540px;
	color: #ffffff;
	padding: 3px;
}

.footer{
	 padding: 3px;
	 clear: both;
	 background-color: #CC3333;
	 color: #ffffff;
	 font-size: 15;
	 width: 753px;
	 text-align: center;
	 padding-bottom:20px;	 
}

ul li {
  display: inline-block;
  text-align: left;
  margin-left: 5px;
}

.footer a{
  color: #ffffff;	
}

/*バナー部分*/
.banner{ 
	width:760px;
/*	background-color:#FFFFFF;	*/  
}

.banner img{
	width :245px;
	height: auto;
	margin:1px;
	border:solid 1px #003f87;
}

.banner dt{ 
	padding-top:1px; 
    float: left;

}