body {
	padding: 0px;
	text-align: center;
	color: #333333;
	background-color: #ffffff ;
	overflow-x: hidden; 
}
h1 {
  	color:#333333;
  	margin-bottom:0px;
  	margin-left: 10px;
  	background-color:#ffffff;
  	font-size:200%;
  	text-align: center;
}
h2 {
  	font-size:110%;
  	color:#ffffff;
  	margin-bottom:3px;
  	background-color: #0033cc;
  	line-height:130%;
  	text-align: center;
	
 
  border-style: solid; /* 枠の種類 */
  border-color: #ACF9FD; /* 枠の色 */
  border-width: 0px 10px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
  
   
  border-bottom-color: #ACF9FD; /* 下枠の色 */
  padding: 2px; /* 余白の幅 */
  border-style: double; /* 枠の種類 */
  border-width: 4px 0px; /* 枠の幅 */
  line-height: 110%; /* 行の高さ */
 
}
h3 {
	font-size:150%;
	color:#333333;
	border-bottom: #666666 1px dashed;
	margin-left: 10px;
}
h4 {
	font-size:100%;
	color:#222222;
	text-decoration: underline;
	margin-left: 10px;
	margin-bottom: 3px;
}
h5 {
	font-size :90%;
	font : bold;
	color:#000000;
	margin-left: 10px;
}
div {
	text-align: left;
}
div.ce {
	padding: 6px;
	text-align: center;
}
p{
	margin: 0px 25px 10px 25px;
	line-height: 1.3em;
	
}
p.list{
	margin: 5px 5px 5px 5px;
	line-height: 1.3em;
	
}
table {
	text-align:left;
	padding: 2px 2px 2px 2px;
	font-size:95%;
	border-color: #0033cc;
	max-height: 350px;
	min-height: 250px;
}
table.title {
	padding: 0px;
	border-color; #0033cc;
}
a:link   {
	text-decoration: none;
    color: blue;
}
a:hover {
    color: blue;
    background-color: #eaeaea;
    background-repeat: repeat;
    text-decoration : none;
    background-attachment: scroll;
    cursor: hand;
    background-position: 0% 50%; 
}
a:active {
    text-decoration: underline;	 
}
a:visited{
	text-decoration: none;
    color: blue;
}

a:visited.menu {
	float: left;
	width: 105px;
	margin: -12 0 0;
	padding: 12 0 12;
	text-align: center;
	border-color: #000000;
	border-right: 2px solid #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:link.menu {
	float: left;
	width: 105px;
	margin: -12 0 0;
	padding: 12 0 12;
	text-align: center;
	border-color: #000000;
	border-right: 2px solid #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

hr {
  	color: #666666
  	height:3px ;
  	clear:left;
  	margin-top:0px;
}
address{
	margin-top: 0em;
	text-align: center;
	font-size: 0.9em;
	font-style: normal;
}
