@charset "utf-8";
/* CSS Document */

html {
	background: #eee;
}
body {
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

#wrapper {
	font-size: 1em;
	background:url(../../img/top_backimg.jpg) center no-repeat;
}

#header {
    background-color: #2D3540;
}
.container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5;
}
#acplogo {
    background-color: #2D3540;
    border-bottom: 6px solid #FDCF00;
    z-index: 6;
}
#acplogo img {
	padding: 7px;
}
#h_bottom {
    background-color: #2D3540;
}
#h_bottom img {
	padding: 5px 0;
}
.header_nav {
	position: relative;

}
.header_nav ul {
	position: absolute;
	right: 0;
	top: -32px;
	margin-right: -10px;
	text-align: center;
}
.header_nav li {
	float: left;
	list-style-tyle: none;
	margin-right: 10px;
}
.header_nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100px;
	background: #46505A;
	padding: 5px 5px 10px;
}
.header_nav li.small a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100px;
	background: #46505A;
	padding: 8px 5px 10px;
	font-size: 0.8em;
}
.header_nav li a:hover {
	background: #007EBF;
}
.header_nav li a.current {
	background: #FFF;
	color: #46505A;
}
#title_block {
	margin-top: 50px;
}
.MKSAPindexlogo {
	margin: 0 auto;
	text-align: center;
}
#description_block {
	width: 640px;
	margin: 54px auto 0;
	overflow: hidden;
	font-size: 0.8em;
}
#description_block .about_mksap {
	width: 300px;
	float: left;	
}
#description_block .about_this {
	width: 300px;
	float: right;
}
#description_block p.about_title {
	background: #007EBF;
	color: #FFF;
	line-height: 1.7;
	text-align: center;
}
#description_block .description {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: #FFF;
	line-height: 1.5;
	padding: 10px;
}
#nobtn_block {
	width: 640px;
	margin: 40px auto;
	text-align: center;
}
#nobtn_block img {
	margin-right: 30px;
}
#jpeditors {
	width: 640px;
	margin: 40px auto;
	text-align: center;
}
#jpattention {
	width: 720px;
	text-align: center;
	margin: 0 auto;
	font-size: 0.75em;
	margin-bottom: 10px;
}
#footer {
	background: #eee;
    color: #333;
	text-align: center;
	width:100%;
	padding: 10px 0;
}
#footer p {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}