@charset   "Shift_JIS";
/* ページの基本デザイン用CSS */
body{
	font-family:"メイリオ",Meiriyo,"ＭＳ　Ｐゴシック", Osaka, sans-serif;
	color: #666666;/*グレー色*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;/*ページ全体の後ろの色　白　*/
}
h1{
	/*一番上のヘッダーの色指定など*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	letter-spacing: 0px;
	margin: center;
	/*background-image:url(../images/logo/w8b.gif);*/
        /*background-color: #ddddff;*//*←ページトップの下地の色 一番上の絵で見えない*/
	background-position: bottom top;
	background-repeat: no-repeat;
	/*height: 120px;*/
	/*height: 171px;*/
	}
h2 {
	color: #330000;/*←ポストイット文字の色*/
	font-size:100%;
	
	border-left: 12px solid #ff33cc;/*←ポストイット左端の色*/
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	/*background-image:url(../images/h3_bg.jpg);*/
	background-image:url(../images/h3_blue2_bg.jpg);
	border:3px double #4444ff;/*←見出しの囲み枠の色*/
	color: #ccffcc;/*白色*/
	font-size: 120%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
h4{
	/*一番上のヘッダーの色指定など*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	background-color: #ddddff;/*←ページトップの下地の色*/
	background-repeat: no-repeat;
	/*height: 120px;*/
	height: 50px;
	}
p {
	font-size: 80%;
	line-height: 150%;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;/*←グレー色*/
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #666666;/*←グレー色*/
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color:#FFFFFF;/*←白色*/
	font-weight: normal;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #D93E02;
	font-weight:normal;
}
#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:15px;
}
form {
	font-size:90%;
	}
.ad img {
	border:0;
	}
.ad {
	margin:12px 0;
	}
