/* ページの基本デザイン用CSS */
BODY {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color : #000000;
	text-align:center;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	background-image : url(../img/head.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 150px;
	}
h2 {
	background-image : url(../img/h2-1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 a	{
	font-weight:bold;
	font-size:14px;
	padding-left: 10px;
	padding-top: 5px;
	width: 130px;
	height: 20px;
	display: block;
	background-image : url(../img/h2-1.jpg);
	}
h2 a:link {
	color:#FFFFFF;
	background-image : url(../img/h2-1.jpg);
	}
h2 a:visited {
	color:#FFFFFF;
	background-image : url(../img/h2-1.jpg);
	}
h2 a:active {
	color:#FFFFFF;
	background-image : url(../img/h2-1.jpg);
	}
h2 a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	background-image : url(../img/h2-2.jpg);
	}
h3 {
	background-color: #6666FF;
	border:3px double #FFFF99;
	color: #FFFF66;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
	clear:both;
}
p {
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}
address {
	border-top: dotted 2px #6666FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
.right img {
	float: right;
	margin-right:5px;
	border: solid 1px #666666;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#999999;
	text-decoration: underline;
	}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
h2 a {
	color: #D93E02;
	font-weight:normal;
}
form {
	font-size:90%;
	}
#contents {
	background-image : url(../img/bg.jpg);
	margin: auto;
	text-align:left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
}
