/* ページの基本デザイン用CSS */
body{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
repeat-y;

}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	}
h2 {
	font-size:110%;
	border-left: 12px solid #66CC66;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	color: #333;
}
h3 {
	color:#333333;
	font-size: 100%;
	clear:both;
}
p {
	line-height: 150%;
	color: #333;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #333;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
	font-size: 90%;
}
a {
	color: #333;
	text-decoration: none;
	font-weight:bold;
	font-size: 80%;
}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}
#header {
	background-color: #c9e4ed;
	background-image: url(../images/top270h.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 270px;
	}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #006666;
	font-weight:normal;
	font-size: 110%;
}
#side ul {
	font-size: 100%;
	margin: 0px;
	padding-left:15px;
	line-height: 180%;
}
#contents {
	position:relative;
}
#search {
	font-size:60%;
	position:absolute;
	top:245px;
	right: 10px;
	}
#search p {
	margin:0;
}
.ad img {
	border:0;
	}
.ad {
	margin:12px 0;
	}
