@charset "utf-8";

/*トップ画像の高さ*/
#main #topImage {
	height: 300px;
}
/*トップ画像の縦位置：負の値を記入すると(記入例：-30px)画像の中身がそれだけ上にずれる*/
#main #topImage p img {
	margin-top: -250px;
}

/*20111114*/
html {
	font-size: 0.813em;
	height: 100%;
	overflow-y: scroll;
}
a {
}
a:link {
	color: #0C6D96;
}
a:visited {
	color: #0C6D96;
}
a:hover {
	color: #E9361F;
}
a:active {
	color: #E9361F;
}

body {
	min-height: 100%;
	position: relative;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B3B3B3;
	border-left-color: #B3B3B3;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Osaka, sans-serif;
}
h1 {
	background-color: #3D8AAB;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 2em;
	color: #FFF;
	font-weight: bold;
	height: 2em;
}
.outlink    {
	font-size: 0.923em;
	line-height: 150%;
	margin: 1em 0;
}
#header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header #siteTitle {
	font-size: 3em;
	font-weight: bold;
	position: absolute;
	top: 143px;
	left: 13px;
}
#header #siteTitle a {
	text-decoration: none;
	color: #155671;

}


#main {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9em;
}
#main #topImage {
	overflow: hidden;
	position: relative;
	z-index: -1;
}
#main #topImage p {


}
#main #topImage p img {
	width: 780px;
}

#main #content {
	float: right;
	width: 520px;
	margin-right: 26px;
	display: inline;
}
#main #content .article {
	margin: 26px 0;
}
#main #content h2 {
	font-weight: bold;
	font-size: 1.231em;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #3D8AAB;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 123.1%;
	padding-right: 13px;
	margin-top: 26px;
}
#main #content p {
	line-height: 169.2%;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}
#main #content p.outlink {
	line-height: 150%;
	margin: 1em 0;
}

#main #side {
	float: left;
	width: 195px;
	margin-left: 13px;
	display: inline;
}
#main #side {
}
#main #nav ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B3B3B3;
	border-right-color: #B3B3B3;
	border-left-color: #B3B3B3;
	margin-top: 26px;
}
#main #nav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	line-height: 123.1%;
	font-weight: bold;
}
#main #nav ul li a {
	text-decoration: none;
	display: block;
	padding-left: 9px;
	border-left-width: 4px;
	border-left-style: solid;
	margin: 1px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
#main #nav ul li a:link {
	border-left-color: #5CA2BF;
}
#main #nav ul li a:visited {
	border-left-color: #5CA2BF;
}
#main #nav ul li a:hover {
	border-left-color: #F28678;
}
#main #nav ul li a:active {
	border-left-color: #F28678;
}

#sideLinks {
	margin: 2em 0;
}
#sideLinks .outlink {
}


#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	background-color: #3D8AAB;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #FFF;
}
#footer ul {
	font-weight: bold;
	margin-top: 8px;
}
#footer ul li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer ul li a {
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer #copyright {
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
