@charset "utf-8";
/*トップ画像の高さ*/
#main #topImage p{
	height: 196px;
}
/*トップ画像の縦位置：負の値を記入すると(記入例：-30px)画像の中身がそれだけ上にずれる*/
#main #topImage p img {
	margin-top: -200px;
}

/*20111114*/
html {
	font-size: 0.875em;
	height: 100%;
	overflow-y: scroll;
}
a {
}
a:link {
	color: #2D4980;
}
a:visited {
	color: #2D4980;
}
a:hover {
	color: #F85F53;
}
a:active {
	color: #F85F53;
}

body {
	min-height: 100%;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Osaka, sans-serif;
	position: relative;
	background-repeat: repeat-x;
}
h1 {
	line-height: 2.333em;
	color: #666;
	font-weight: normal;
	font-size: 0.857em;
	margin-left: 1.167em;
	margin-right: 1.167em;
}

.outlink    {
	font-size: 0.9286em;
	line-height: 150%;
	margin: 1em 0;
}
#header {
	position: relative;
}

#header #siteImformation{
	zoom: 1;
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

#header #siteImformation h1 {

}

#header #siteTitle {
	font-size: 2em;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
	letter-spacing: 0.231em;
	padding-top: 0.714em;
	padding-bottom: 0.714em;
	width: 784px;
}

#header #siteTitle a {
	text-decoration: none;
	color: #666;
}


#main {
	padding-bottom: 7em;
	width: 784px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main:before {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	content: "";
	height: 196px;
	z-index: -1;
	background-image: url(bg_top_imgae.gif);
}
#main #topImage {
	z-index: -1;
	padding: 0;
}

#main #topImage p {
	overflow: hidden;




}

#main #topImage p img {
	width: 784px;
}

#main #content {
	float: right;
	width: 504px;
}

#main #content .article{
	margin-top: 35px;
	margin-bottom: 56px;
}

#main #content h2 {
	line-height: 120%;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	font-size: 1.429em;
}
#main #content p {
	line-height: 185.7%;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #444;
}
#main #content .outlink {
	line-height: 150%;
}
#main #content dl {
	line-height: 150%;
	text-align: justify;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.857em;
	margin-right: 2em;
	color: #555;
}
#content .article dl dt {
	margin-top: 1.5em;
}
#main #sideBar {
	float: left;
	width: 238px;
	margin-top: 35px;
}




#main #nav {

}

#main #nav ul {

}
#main #nav ul li {

}
#main #nav ul li a {
	text-decoration: none;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 14px;
	position: relative;
	zoom: 1;
	line-height: 138.5%;
	background-image: url(next.gif);
	background-repeat: no-repeat;
	background-position: -8px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#main #nav ul li a:link {
	color: #2D4980;
}
#main #nav ul li a:visited {
	color: #2D4980;
}
#main #nav ul li a:hover {
	color: #F85F53;
}
#main #nav ul li a:active {
	color: #F85F53;
}
#main #sideBar #sideLink {
	font-size: 0.857em;
	line-height: 150%;
	color: #605A58;
	margin-right: 14px;
}
#main #sideBar #sideLink dl {
	margin: 5em 0;
}
#main #sideBar #sideLink dl dt {
	margin-top: 1.5em;
}
#main #sideBar #sideLink dl dd {
	text-align: justify;
}
#sideLinks {
	margin: 2em 0;
}
#sideLinks .outlink {
	color: #444;

}




#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	color: #808080;
	font-size: 0.857em;
}
#footer ul {
	margin-top: 14px;
}
#footer ul li {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}
#footer ul li a {
	color: #2D4980;
	text-decoration: underline;

}
#footer ul li a:hover {
	text-decoration: none;

}

#footer #copyright {
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	margin-bottom: 14px;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
