@charset "utf-8";
/* CSS Document */

/* --------------------------------------------
	Layout
-------------------------------------------- */
body {
	background-image: url("../images/backlogo.png");
}

#header{
	width:950px;
	height:54px;
	margin:0 auto;

	}
#contents{
	margin:0;
	}

#contentsBox{
	margin:0;
	border-top:#CCCCCC 1px solid;
	}

#mainBox{
	margin:0;
  color: #000000;
	
	}
	
#footer{
	width:100%;
	margin:0 auto;
	padding:0 0 30px 0;
	text-align:center;
	}

/* --------------------------------------------
	header
-------------------------------------------- */

#header h1{
	float:left;
	margin:0;
	}
#header h2{
	float:right;
	margin:0;
	}
#header h3{
	float:right;
	margin:0;
	}

/* --------------------------------------------
	Contents
-------------------------------------------- */
#contents .promotionTop{
	width:950px;
	margin:0 auto;
	padding:10px;
	}

/* --------------------------------------------
	mainBox
-------------------------------------------- */
#mainBox .main{
	width:957px;
	margin:0 auto;
	padding:10px;
	}

#mainBox .main a {
	color:#FFF;
}

#mainBox .main a:hover {color:#00a8b8;}

#mainBox .faqTop{
	width:950px;
	margin:0 auto;
	padding:10px;
	/*background:#1b1a1a;*/	
}

/* --------------------------------------------
	hover
-------------------------------------------- */
.dkir:hover,
.active .dkir{
	background-position:left bottom;
	}
.dkir span {
	position: relative;
	z-index: -1;
	}



.dllBtn{
	width:325px;
	margin:30px auto 60px auto;
	}

.kashiBtn{
	width:77px;
	margin:10px 0 30px auto;
	}

/* --------------------------------------------
	btn
-------------------------------------------- */

.dkirBox {
	position: relative;
	z-index: 3;
	zoom: 1;
	font-size:4px !important;
	line-height:2em;
	}
.dkir {
	display: block;
	text-decoration: none;
	}

h3.underline2{
	font-size:16px !important;
	text-decoration:none !important;
	*position:relative;
	}
	
h3.underline2 span{
	padding-right:1em !important;
	/*padding-left:6px !important;*/
	min-height:26px;
	line-height:26px;
	display:block !important;
	/*border-bottom: 1px solid #ffffff !important;*/
	*position:relative;
	/*color:#ffffff;*/
	font-weight:bold;
	}