@charset "Shift_JIS";
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#main{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 2px;
	border-style: solid;
	border-color: blue;
	width: 800px;
	height: auto;
}
#header{
  background-image : url(choppiritop.png);
  height : 120px;
  text-align : left;
  font-size : x-small;
}
#column{
  padding-top : 10px;
  padding-left : 5px;
  width : 240px;
  float : left;
  text-align : left;
  font-size : small;
  border-width : 0px 0px 0px 1px;
  border-style : solid none solid solid;
  border-color : blue;
}
#cont{
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 3px;
	width : 535px;
	float : left;
	text-align: left;
	font-size: 14px;
}
#cont01{
	padding-top : 5px;
	padding-left : 5px;
	margin-right : 5px;
	width : 530px;
	float : right;
	text-align: left;
	font-size: 14px;
  
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 5px;
  margin-bottom : 5px;border-width : 1px;border-style : dashed;border-color : blue;
}
#footer{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : blue;
  height : 20px;
  clear : both;
  text-align : right;
  font-size : small;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-top : 2px;
  margin-bottom : 2px;
}
body{
  font-size : medium;
  line-height : 18px;
  text-align : center;
}
#header h1{
  font-size : x-large;
  color : white;
  text-align : left;
  padding-top : 15px;
  padding-left : 10px;
}
#cont h2{
  font-size : 16px;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : blue;
  border-left-color : blue;
  border-bottom-color : blue;
  border-right-width : 1px;
  border-right-color : blue;
  border-right-style : solid;
}
#column h3{
  font-size : 16px;
  color : white;
  background-color : blue;
  text-align : left;
  padding-top : 2px;
  padding-left : 5px;
  padding-bottom : 2px;
  margin-top : 5px;
  margin-bottom : 5px;
}
#header h5{
  font-size : 12px;
  color : white;
  margin-left : 10px;
  padding-top : 10px;
  margin-top : 10px;
}
#column ul{
  list-style-type : none;
}
#column ul li a{
  text-decoration : none;
  color : black;
}
#column ul li a:hover{
  text-decoration : underline;
  color : blue;
}
#cont h5{
  color : black;
  text-align : right;
  font-size : 13px;
  text-decoration : none;
}
#cont h5 a{
  text-decoration : none;
  color : black;
}
{
  color : blue;
  text-decoration : underline;
}
#cont h5 a:hover{
  color : blue;
  text-decoration : underline;
}
