﻿/*ページの基本デザイン用css*/
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #666666;
}
h1 {
	color: #000066;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px;
}
h2 {
	color: #ff6600;
	font-size: 120%;
	border-left: 12px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-image: url('img/FR01007.jpg');
	border: 3px #ff9900 double;
	color: #ffffff;
	font-size: 100%;
	letter-spacing: 0.4em;
	margin: 0.5em 0px;
	padding-left: 4px;
	clear: both;
}
p {
	font-size: 90%;
	line-height: 150%;
}
address {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	border-top: dotted 2px #ccccff;
	padding-top: 5px;
	margin-top: 15px;
	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: #000066;
	font-weight: normal;
}
