@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-family: sans-serif;
}
ol, ul {
	list-style: none;
}
a img{border:none;}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);* IE用 */
}
/* ここまで */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* clear float */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* ボディ */
body{
	font-size: 90%;
	line-height: 1.2;
font-family: font-style:normal;						font-weight: normal;
	font-family: sans-serif;
	background-color: #86C0F2;
}

/* バックグラウンドイメージ */
#bgimg {
position: absolute;
z-index: -1;
visibility: visible;
left: -1px;
top: 9px;
}

/* jQuery制御用 */
#realBody{
	position: absolute;
	z-index: 5;
	overflow: auto;
	height: 100%;
	width: 100%;
	background-image: url(../images/nakaBGimg.png);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
}
#topnav {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
	background-color: #010533;
}
#topnav ul {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-bottom: 10px;
}
#topnav ul li {
	font-size: 14px;
	color: #010533;
	float: left;
	padding-right: 15px;
	line-height: 160%;
}
#topnav ul li a {
	color: #FFF;
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #FF0;
	text-decoration: underline;
}
#nakaContent {
	width: 870px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.8);
}
#nakaContent #nakalogo {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
#nakaContent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006;
	display: block;
	width: 60%;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-left: 5px;
}
#nakaContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
	margin-top: 10px;
}
#nakaContent #Div {
	width: 865px;
	height: 520px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nakaContent #Div #apDiv3 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	line-height: 150%;
}
.ao {
	color: #009;
	font-size: 16px;
	font-weight: bold;
}
.aorain {
	color: #009;
	text-decoration: line-through;
}
.gochirain {
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
}
.akagochi {
	font-weight: bold;
	color: #C00;
	line-height: 20px;
}
.akagochiline {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-decoration: line-through;
}
#nakaContent #Div #apDiv3 table {
	font-size: 13px;
	border-collapse: collapse;
}
#nakaContent #Div #apDiv3 #imghidari {
	text-align: left;
	padding-left: 10px;
	width: 300px;
}
#nakaContent #Div #apDiv3 #download {
	text-align: left;
	font-size: 13px;
	width: 600px;
	margin-bottom: 20px;
}
#nakaContent p {
	font-size: 14px;
	line-height: 160%;
}
#nakaContent #kakomi {
	padding: 10px;
	margin-right: 30px;
	border: 2px solid #F00;
	font-weight: bold;
	line-height: 160%;
	color: #039;
}
#nakaContent blockquote p a:hover {
	background-color: #FF3;
}
#nakaContent #migi {
	text-align: right;
}
#nakaContent #imghidari table tr td blockquote p img {
	float: none;
}
#nakaContent p img {
	float: right;
}

#nakaContent #footer {
	text-align: center;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #020533;
	margin-top: 20px;
}
