@charset "utf-8";
/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #fff0f5;
	text-align:center;
}
h1{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:36px;
	font-weight: normal;
	/* letter-spacing: 5px; */
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/web/tophanatitle.jpg);
	/* background-position: top right; */
	/* background-repeat: no-repeat; */
	height: 200px;
	}
h2 {
	color: #000;
	font-size:120%;
	border-left: 12px solid #999999;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-image:url(../images/web/Bar/blue_bar.gif);
	border:3px double #999999;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
}
address {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, 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 #999999;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color:#ff0066;
	font-weight: normal;
}
#side h2 {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #ff0066;
	font-weight:normal;
}
#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:15px;
}
form {
	font-size:90%;
	}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align:left;
}
#contents #main h3 #syoshin {
	color: #FFF;
}
#contents #main p span a {
	color: #F00;
}
#contents #main p span {
	color: #F00;
	font-weight: bold;
}
