/* base.css*/
BODY {
	font-family : Meiryo,Osaka,sans-serif,"‚l‚r ƒSƒVƒbƒN","‚l‚r ‚oƒSƒVƒbƒN";
	color : #484848;
	
 }
H1{
	font-family : Impact;
	font-size : 200%;
	font-weight : bold;
	
	margin : 0px 0px 30px 0px;
  letter-spacing : 5px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}
H2 {
	color : red;
	font-size:120%;
	
	
	margin-top : 20px;
	margin-bottom : 5px;
  margin-left : 15px;
  margin-right : 10px;
}
H3 {
	
	border : 3px double white;
	color: #FFFFFF;
	font-size : 90%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  background-image : url(h3-5.gif);
}
P {
	font-size : 75%;
	line-height: 150%;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  background-color : #ffffff;
}
ADDRESS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #D93E02;
	padding-top: 5px;
	margin-top : 10px;
	clear: both;
  margin-bottom : 5px;
}
P IMG {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
  margin-left : 0px;
  margin-bottom : 0px;
  margin-top : 8px;
}
A {
	color : #DAA520;
	text-decoration : underline;
	font-weight : normal;
}

A:visited{color: #228b22;}
A:hover{color: red;text-decoration: underline;font-style : italic;}
A:ACTIVE{color : purple;}



*{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
LI{
  list-style-type : non;
  font-size : 85%;
  padding-left : 0px;
  list-style-type : none;
  list-style-position : outside;
}
UL{
 margin-left: 7px;
 margin-top : 0px;
  font-size : 95%;
}
H5{
  font-size : 77%;
  text-align : center;
  margin-bottom : 8px;
  font-weight : normal;
}
H4{
  font-weight : normal;
  color : #8fbc8f;
  margin-left : 5px;
  
  font-size : 100%;
  margin-bottom : 5px;
}
LI IMG{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;}
