/* ページの基本デザイン用CSS */
BODY {
	color : #666666;
	font-family: Verdana;
  
}

H1{
	font-family: Verdana;
	font-size : 10px;
	margin: 0px;
  color : white;
}	
<!-- h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 100%;
	text-align:right;
	margin:1em 0px;
} -->

H3 {
	font-family: Verdana;
	color: #993333;
	font-size : 12px;
	margin:1em 0px;
	background-color:rgb(254,225,177);
	border-top:double 3px #ffcc99;
	border-bottom:double 3px #ffcc99;
	text-align : center;
	clear:both;
}
h4 {
	font-family: Verdana;
	color: #993333;
	font-size: 16px;
	text-align: center;
}
P {
	font-family: Verdana;
	font-size: 12px;
	line-height: 150%;
	margin-top : 10px;
}

address {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
}
p img {
	float: left;
	margin-right:5px;
}

A {

	text-decoration : underline;
	font-weight: bold;
}
A:LINK {
        color : #6666cc;
}
a:visited {
        color:#6666cc;
}
a:hover {
        color:#cc3399;
}
a:active {
        color:#33ffff;
}


.a1 a:link {
        color:#ff66ff;
        font-size:13px;
        text-decoration:none;
}
.a1 a:visited {
        color:#00cc99;
        font-size:13px;
        text-decoration:none;
}
.a1 a:hover {
        color:#ffff00;
        font-size:13px;
        text-decoration:none;
}
.a1 a:active {
        color:#ff6633;
        font-size:13px;
        text-decoration:none;
}

h1 a {
	color: #01A252;
}
.side h2 {
	font-family: Verdana;
	color: #01A252;
	font-size: 14px;
	text-align: left;
	margin:0px;
}
.side ul {
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	line-height: 150%;
}
.box1 {
        float: right;
        widht: 200px;
}
.box2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
        padding: 0px 0px 0px 0px;
}
