/* ページのレイアウト用CSS */
BODY{
	text-align: center;
	background-color: #DFDFDF;
       background-repeat:repeat-y;
	background-position: top center;
	 margin-top : 0px;
	  padding-top : 0px;
border-width : 0px 0px 0px 0px;border-style : solid solid solid solid;border-color : #a9a9a9 #a9a9a9 #a9a9a9 #a9a9a9;
  
}
.contents {
	width : 840px;
	margin:auto;
	text-align: left;
	position: relative;
    	background-repeat:repeat-y;

	background-color: #FFFFFF;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;border-w
        background-repeat:no-repeat;
  }

/* ページの基本デザイン用CSS */
body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 400%;
	font-style: italic;
	margin: 0px;
}	
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 0px;
}	
	
p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 90%;
	line-height: 150%;
	margin-top: 0px;
}
address {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: 0;
}
A {
	
  color : red;
  
  text-decoration : none;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color: #fa5323;
}
a:active{
	color:#996600;
}

h1 a {
	color: #01A252;
}
.side1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	margin:0px;
}

.side1 ul {
	font-size: 80%;
	margin-top: 0px;
	margin-left:1em;
	padding-left:1em;
}

.topicpath  H2
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	margin:0px;
}
