@charset "Shift_JIS";#outerImageContainer {
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
	}#imageDataContainer {
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
	}

*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
}

#main{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px;
	border-style: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width : 375px;
	height : inherit;
	background-color: #dddddd;
	color: #000000;
}
#header{
  background-color : #dddddd;
  margin-top : 10px;
  width : 375px;
}



#column{
  padding-left : 20px;
  width : 375px;
  float : left;
  margin-top : 50px;
  height : auto;
}
#cont{
  
  margin-left : 5px;
  margin-right : 5px;
  width : 375px;
  float : left;
  

  margin-top : 50px;
  

  height : 100%;
}



#footer{
  
  border-top-style : solid;
  border-top-color : #000000;
  height : 50px;
  background-color : #dddddd;
  clear : both;
  
  
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : #000000;
  border-right-color : #000000;
  color : #000000;


  border-top-width : 1px;
  padding-top : 10px;
  

  font-size : x-small;
  line-height : 2;
  width : 375px;
  padding-left : 0px;
  margin-left : 5px;
}

#footer a{
 text-decoration: none;
 color : #000000;
  font-size : small;
  float : left;
  clear : left;
  margin-left : 5px;
}

#footer a:hover{
 color : #ffffff;
 font-weight : bold;
}



#navi{
  white-space : normal;
  background-color : #dddddd;
  font-size : small;
  overflow-x: auto;
}

body{
  line-height : 18px;
  text-align : left;
  background-color : #dddddd;
  color : #ffffff;
  font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"EE EゴシチE",Helvetica,Arial,Verdana,sans-serif;
}


#cont h2{
	font-size : 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color : #5b5c76;
	padding-left : 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color : #5b5c76;
}
#cont p{
  font-size : 14px;
  padding-top : 14px;
  line-height : 2em;
  text-align : justify;
  padding-left : 10px;
  padding-right : 10px;
}

#column h3{
	font-size : 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-color : #5b5c76;
	padding-left: 10px;
  padding-top : 2px;
  margin-top : 1px;
}

#cont dt{
  font-size : 14px;
  margin-top : 5px;
  margin-bottom : 2px;
  padding-left : 10px;
  padding-right : 10px;
}

#cont dd{
  font-size : 14px;
  color: #000000;
  padding-left : 10px;
  padding-right : 10px;
}

#cont dd a{
	text-decoration: underline;
	color: #000000;
}

#cont dd a:hover{
 color:#ffffff;
 font-weight : bold;
}



#column p{
	font-size : small;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
}

#column a{
 color:#000000;
text-decoration: none;
  font-size : small;
  padding-left : 10px;
  padding-right : 10px;
}

#column p a:hover{
 color:#ffffff;
 font-weight : bold;
}

#header h1{
  font-size : 12px;
  color : #000000;
  text-align : left;
  padding-top : 15px;
  padding-left : 5px;
  font-family: Helvetica;
font-weight : bold;
}

#header p{
 font-size : 26px;
  color : #000000;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
 font-family: Helvetica;
  font-weight : bold;
}.container{
 display: flex;
 flex-wrap: wrap;
}

.item{
	margin: 2px;
padding: 2px;
}


.nav-wrap{
  position: relative;
}

#navi ul{
    display: flex;
    width: max-content;
    margin: 0 auto;	

  list-style-type : none;
}

#navi li a{
        display: inline-block;
        height: 50px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size : small;
        color : black;
        text-decoration: none;
} 

#navi li a:hover{
        
  font-weight : bold;
  color : #ffffff;
}
#header h1 a{
  color : black;
  text-decoration : none;
}

#header p a{
  color : black;
  text-decoration : none;
}

