@charset "utf-8";

/*トップ画像の高さ*/
#main #topImage {
	height: 400px;
}
/*トップ画像の縦位置：負の値を記入すると(記入例：-30px)画像の中身がそれだけ上にずれる*/
#main #topImage p img {
	margin-top: -90px;
}

/*20111114*/
html {
	font-size: 0.813em;
	height: 100%;
	overflow-y: scroll;
}
a {
}
a:link {
	color: #436DBF;
}
a:visited {
	color: #436DBF;
}
a:hover {
	color: #DF5069;
}
a:active {
	color: #DF5069;
}

body {
	min-height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Osaka, sans-serif;
}
h1 {
	line-height: 1.923em;
	color: #808080;
	font-weight: normal;
	height: 2em;
}

.outlink    {
	font-size: 0.923em;
	line-height: 150%;
	margin: 1em 0;
}
#header {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}
#header #siteImformation{
	background-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
                }
#header #siteImformation h1 {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header #siteTitle {
	font-size: 1.923em;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	letter-spacing: 0.231em;
}
#header #siteTitle a {
	text-decoration: none;
	color: #666;
}


#main {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9em;
	width: 780px;
	margin-top: 26px;
}
#main #topImage {
	overflow: hidden;
	position: relative;
	z-index: -1;
}
#main #topImage p {


}
#main #topImage p img {
	width: 780px;
}

#main #content {
	float: left;
	width: 546px;
	display: inline;
}
#main #content .article{
	margin: 26px 0;
                }
#main #content h2 {
	font-size: 1.615em;
	line-height: 128.5%;
	margin-top: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DF5069;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 12px;
	color: #4D4D4D;
}
#main #content p {
	line-height: 169.2%;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333;
}
#main #content .outlink {
	line-height: 150%;
}



#main #nav {
	float: right;
	width: 208px;
	display: inline;
}
#main #nav ul {
	margin-top: 26px;
}
#main #nav ul li {

}
#main #nav ul li a {
	text-decoration: none;
	display: block;
	padding-left: 26px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
	position: relative;
	margin: 2px 0;
	zoom: 1;
	line-height: 138.5%;
	background-image: url(next.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
#main #nav ul li a:link {
	color: #2d2d2d;
}
#main #nav ul li a:visited {
	color: #2d2d2d;
}
#main #nav ul li a:hover {
	color: #DF5069;

}
#main #nav ul li a:active {
	color: #DF5069;

}
#sideLinks {
	margin: 2em 0;
}
#sideLinks .outlink {
	color: #333;

}



#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: #E8E8E8;
	color: #808080;
}
#footer ul {
	margin-top: 13px;
}
#footer ul li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer ul li a {

}
#footer ul li a:hover {

}

#footer #copyright {
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	margin-bottom: 13px;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
