/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

h1,h2,h3,h4,h5,h6,p,div,address{
	font-size:100%;
	font-weight:normal;
}

	


body {
	background:#000;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

/* ************************ COMMON ************************* */
.clear{
		clear:both;
		width:1px;
		height:1px;
		overflow:hidden;
}

.mgb03{
	margin-bottom:3px;
}
/* ************************ HEADER ************************* */

#header{
	width:760px;
	margin:30px auto 24px;
}

#header h1{
	float:left;
}

/* ************************ CONTENTS ************************* */

#contents{
	width:760px;
	margin:0px auto 0px;
}

h2.mainttl{
	text-indent:-9999px;
	width:760px;
	height:35px;
	background:url(img/ttl_main.gif) no-repeat top left;
	margin-bottom:24px;
}

h3.ttl02{
	text-indent:-9999px;
	width:166px;
	height:20px;
	background:url(img/ttl_02.gif) no-repeat top left;
	float:left;
}

.sc-btn{
		width:242px;
		height:16px;
		display:block;
		overflow: hidden;
		float:right;
		/*padding-top:6px;*/
		/*padding:2px 0px 8px 0px;*/
}

.sc-btn p{
		text-indent: -9999px;
}

.sc-btn a {
		background:url(img/bt_sc.gif) no-repeat;
		width:242px;
		height:16px;
		display:block;
/*	text-decoration:none;*/
}

.sc-btn a:hover {
		background: url(img/bt_sc.gif) no-repeat 0px -16px;
		cursor: pointer;
		width:242px;
}

div#ct-tb{
	width:760px;
	margin:10px auto 30px;
}

div#ct-tb th{
	text-align:center;
	background:#4F4F4F;
	padding-top:3px;
	padding-bottom:3px;
	border-right:#000 2px solid;
}

div#ct-tb td{
	border-right:#000 2px solid;
	border-bottom:#4F4F4F 2px solid;
	padding-top:12px;
	padding-bottom:8px;
	font-size:12px;
}

.pdf-btn{
		width:131px;
		height:16px;
		display:block;
		overflow: hidden;
		/*padding:2px 0px 8px 0px;*/
}

.pdf-btn p{
		text-indent: -9999px;
}

.pdf-btn a {
		background:url(img/bt_pdf.gif) no-repeat;
		width:131px;
		height:16px;
		display:block;
/*	text-decoration:none;*/
}

.pdf-btn a:hover {
		background: url(img/bt_pdf.gif) no-repeat 0px -16px;
		cursor: pointer;
		width:131px;
}


div#qa{
	text-align:left;
}

div#qa h3{
 	text-indent:-9999px;
	width:145px;
	height:20px;
	background:url(img/ttl_qa.gif) no-repeat top left;
	text-align:left;
	padding-bottom:8px;
}

div#qa h4{
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
}

div#qa p{
	font-size:12px;
	line-height:160%;
	padding-bottom:4px;
}


div#footer{
	width:760px;
	margin:26px auto 10px;
	border-top:#FFF 1px solid;
	padding:10px 0px 10px 0px;
}

div#footer h3{
	text-align:left;
}