@charset "utf-8";

/*============================== Font ==============================*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	}
	
#wrapper {
	width: 900px;
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
	}

/*============================== header ==============================*/

#header {
	height: 55px;
	margin: 0px;
	}
	
#header p.kingsoftlogo {
	float:right;
	padding-top:30px;
	}
	
#header p.kislogo {
	float:left;
	}

/*============================== main ==============================*/

	
#main {
	border: 2px solid #E4E4E4;
	margin-bottom: 10px;
	padding: 15px;
	}

#main .title {
	width: 800px;
	margin: 10px auto 0;
	}

#main .contents-performance{
	height:120px;
	background-color: #E4EDFF;
	margin: 20px 0 0 0 ;
	padding: 15px;
	}
	
#main .contents-graf{
	background-color: #E4EDFF;
	margin: 20px 0 0 0 ;
	padding: 15px;
	}

#main .contents-free{
	border: 2px solid #E4EDFF;
	margin-bottom: 15px;
	padding: 15px;
	margin: 20px 0 0 0 ;
	}
	
#main .contents-performance .avc{
	width: 145px;
	height: 85px;
	float: right;
	}
	
#main .contents-graf .graf{
	width: 761px;
	height: 339px;
	margin: 10px auto;
	}
	
/*============================== download ==============================*/

#main .download-btn {
	width:380px;
	height:63px;
	margin: 0 auto;
	}
	
#main .download-btn a {
	display:block;
	width:380px;
	height:63px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(/is/kis2011/dl/keikoku/images/down-btn.jpg) no-repeat;
	cursor:pointer;
	}
	
#main .download-btn a:hover {
	background:url(/is/kis2011/dl/keikoku/images/down-btn-hover.jpg) no-repeat;
	}

/*============================== teble ==============================*/

.table-contents {
	padding:15px;
	border:0;
	margin-bottom: 15px;
	width:832px;
	border: 2px solid #E4EDFF;
	margin: 20px 0 20px 0 ;
	}
	
.table-contents table {
	padding:0;
	border:0;
	border-collapse:collapse;
	margin:10px auto 0px auto;
	width:740px;
	}
	
.table-contents table td {
	padding:10px;
	border:0;
	margin:0;
	vertical-align:top;
	}

.table-contents table td.number-box {
	width:30px;
	}
	
.table-contents table td.text-box {
	width:320px;
	line-height:1.4;
	}

 .table-contents table td span.number-background {
	background-color: #92B7FF;
	width: 30px;
	height: 30px;
	color: #FFF;
	font-weight:bold;
	display: block;
	line-height:2.0;
	overflow:hidden;
	font-size:116%;
	text-align:center;
	}
	
/*============================== footer ==============================*/

.footer {
	width: 800px;
	font-size:10px;
	margin: 15px auto;
	}

.footer .footer-contents-left {
	width:350px;
	float:left;
	padding:10px;
	/line-height:1.3;
	}

.footer .footer-contents-right {
	width:370px;
	float:right;
	padding:10px;
	}
	
.footer .footer-contents-right p {
	line-height:1.4;
	/line-height:1.5;
	}
	
.footer-contents-left td {
	font-size:11px;
	}
	
.footer-contents-right02 {
	float:right;
	padding-top:10px;
	font-size: 80%;
	}
	
.footer-contents-left02 {
	}

