@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
header, hgroup, section, article, aside, footer, nav, figure, figcaption, summary {
	display: block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #E7F2F8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
img {
	border: none;
}
.aRight {
	float: right;
}
img.aLeft {
	float: left;
	margin: 5px 10px 0 0;
}
img.aRight {
	float: right;
	margin: 5px 0 0 10px;
}
.center {
	text-align: center;
}
h1 {
	font-size: 150%;
	padding: 20px 0;
}
h2 {
	font-size: 135%;
	padding: 20px 0;
}
h2 a {
	color: #CF0A0A;
	text-decoration: none;
}
h2 a:hover {
	color: #036;
}
h3 {
	font-size: 120%;
	color: #036;
}
p {
	padding-bottom: 20px;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	border-right: 1px solid #8497B5;
	border-left: 1px solid #8497B5;
}
#header {
	margin: 0;
	margin: 0px;
	background-color: #FFF;
}
#header #hgroup {
	height: 134px;
	background-image: url(../images/yokomotegi_topmini.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #hgroup h1 {
	position: relative;
	z-index: 999;
}
#header #hgroup h1 a {
	color: #000028;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#header #hgroup h1 a #topname {
	padding-left: 20px;
	margin-bottom: -9px;
}


#header #hgroup h2 {
	font-size: 95%;
	color: #E3EDF4;
	line-height: 1.4;
	position: relative;
	z-index: 999;
	padding-left: 20px;
}
#header nav {
	background-color: #000028;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#header nav ul {
	list-style: none;
	margin: 0;
	white-space: nowrap;
}
#header nav li {
	float: left;
	position: relative;
}
#header nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0 30px;
	line-height: 2.5;
}
#header nav li ul {
	display: none;
}
#header nav ul li a {
	display: block;
	text-decoration: none;
	color: #E3EDF4;
	margin-left: 1px;
	white-space: nowrap;
	background-color: #000028;
}
#header nav ul li a:hover {
	background-color: #C50A0A;
}
#header nav li:hover li {
	float: none;
}
#header nav li:hover ul {
	display: block;
	position: absolute;
}
#aside-left {
	float: left;
	width: 248px;
	padding-left: 10px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000028;
}
#aside-left section {
	padding: 15px;
	margin: 0;
}
#aside-left section h3 {
	font-size: 105%;
	color: #036;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C50A0A;
}
#aside-left section ul {
	list-style-image: url(../images/pt.gif);
	color: #036;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 95%;
}
#aside-left section ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-left: 5px;
}
#aside-left section ul li a:hover {
	background-color: #036;
	color: #fff;
}
#aside-left section a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	float: right;
	width: 637px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
#content p a {
	color: #036;
}
#content p a:hover {
	color: #00C;
}
#content img {
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	-o-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}
#content #koushin {
	font-size: 80%;
	text-align: right;
	padding-top: 2px;
}
#content article #welcome p {
	margin-bottom: 20px;
}
#content article #info {
	line-height: 1.8;
	font-size: 90%;
	padding: 10px;
	border: 1px solid #036;
	margin-bottom: 15px;
}
#content article #info h3 {
	margin-bottom: 8px;
}
#content article h2 {
	color: #CF0A0A;
}
#content article #info ul li {
	list-style-type: none;
	padding-left: 15px;
}
#content article #info ul li a {
	text-decoration: none;
}
#content article .ibuki {
	font-weight: bold;
	color: #063;
}
#content article table tr td h4 {
	margin-bottom: 25px;
}
#content article table {
	margin: 0px;
	padding: 0px;
	width: 95%;
}
#content article table tr td {
	padding-bottom: 30px;
}
#content article ul li {
	margin-left: 20px;
}
#content article .rin img {
	-webkit-box-shadow: 0px 0px 0px #FFF;
	-moz-box-shadow: 0px 0px 0px #FFF;
	-o-box-shadow: 0px 0px 0px #FFF;
}
#content article .subtitle {
	margin-top: 18px;
	font-weight: bold;
	color: #036;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00328F;
	padding-top: 3px;
}
#content article h3 a {
	line-height: 2.3;
}
#content article .toptable {
	border: 1px solid #036;
	margin-bottom: 5px;
	width: 95%;
}
#content article .toptable tr th {
	border: 1px solid #036;
	background-color: #538CC6;
}
#content article .toptable tr td {
	border: 1px solid #036;
	padding: 5px;
}


#pagetop {
	font-size: 85%;
	text-align: right;
}
#footer {
	clear: both;
	color: #fff;
	background-color: #000028;
	position: relative;
	margin-bottom: 5px;
}
#footer p {
	font-size: 80%;
	padding-left: 20px;
	padding-top: 10px;
}
#footer a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer .copyRight {
	font-size: 80%;
	color: #999;
	padding-bottom: 0px;
}
#footer small {
	font-size: 75%;
	padding-left: 20px;
	padding-bottom: 10px;
}
