/* ページの基本デザイン用CSS */
body {
  background-color: #FFFEFD;
  color: #666666;
}
h1   {
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  font-style: italic;
 text-align:right; 
margin: 0px;
}
h2   {
  font-family: "MS Pゴシック", Osaka,Sans-serif;
  font-size: 80%;
  text-align:right;
margin:1em 0px;
}
H3   {
  font-family : "MS Pゴシック", Osaka,Sans-serif;
  font-size: 120%;
  color: #ffffff;
  text-align: center;
  margin:1em 0px;
  background-color: #666600;
  border-top:double 3px #ffffff;
  border-bottom:double 3px #ffffff;
  text-align: center;
  clear:both;
}
h4 {
  font-family: "MS Pゴシック", Osaka,Sans-serif;
  font-size: 80%;
  text-align:right;
margin:1em 0px;
}
p   {
  font-family: "MS Pゴシック", Osaka,Sans-serif;
  font-size: 100%;
  line-height:150%;
  color: #000000;
}
address  {
  font-family: "MS Pゴシック", Osaka,Sans-serif;
  font-size: 80%;
  font-style: normal;
  text-align: center;
  border-top: dashed 1px #663300;
  padding-top:5px;
  margin-top: 15px;
  clear:both;
}
p img{
	float:none;
	margin-right:5px;
	border:solid 1px #666666;
}
}  
h2 a
{
text-decoration:none
font-weight: bold;
}
h4 a
{
text-decoration:none
font-weight: bold;
}p {
	padding-left: 20px;
	padding-right: 20px;
}
.contents p img {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
