﻿/* ページの基本デザイン用CSS */
body{
	font-family: Tahoma,MS UI Gothic,SimSun;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	text-align:center;
	}
h1{
	font-family: Tahoma,MS UI Gothic,SimSun;
	font-size:28px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 5px;
	margin: 0px;
	background-color: #003366;
	background-image: url(road1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 120px;
	}
h2 {
	font-family: Tahoma,MS UI Gothic,SimSun;
	color: #003366;
	font-size:15px;
	border-left: 12px solid #003366;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	font-family: Tahoma,MS UI Gothic,SimSun;
	background-color: #006699;
	border:3px double #FFFFFF;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 4px;
	margin:1em 10px;
	line-height: 20px;
	clear:both;
}
p {
	font-family: Tahoma,MS UI Gothic,SimSun;
	font-size: 12px;
	line-height: 20px;
}
address {
	font-family: Tahoma,MS UI Gothic,SimSun;
	font-size: 12px;
	font-style: normal;
	text-align:center;
	padding-top: 20px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #330000;
	text-decoration: none;
}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}
#side h2 {
	font-family:Tahoma, MS UI Gothic,SimSun;
	border-left:none;
	font-style: italic;
	padding-left:0px;
	font-weight:normal;
	color : white;
	line-height: 20px;
	background-color : #003366;
	font-size:12px;
	margin-top: 1em;
	margin-bottom: 1px;
}
#side h2 a {
	color: #003366;
	font-family:Tahoma, MS UI Gothic,SimSun;
	color : white;
	background-color : #003366;
	font-size:12px;
	margin-top: 1em;
	margin-bottom: 1px;
}
#side ul {
	font-size: 11px;
	margin: 0px;
	padding-left:5px;
	line-height: 20px;
	list-style-type:none;
}
form {
	font-size:30px;
	}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #FFFFCC;
	margin: auto;
	text-align:left;
}
