@charset "utf-8";

/**************************************
	URL       : http://cyberstep.com/kdj/
	Copyright : CyberStep
	Name      : other.css
	Ver       : 1.0
	file      : other/
**************************************/

/* index ---------------------------------
--------------------------------- index */

/* ==========================================
	Contents
========================================== */
h2 {
	background: url(../../../common/images/other/sprite_other.png) 0px 0px no-repeat;
}

/* Button */
.body_other .btn {
	background-color: #333333;
}
.body_other .btn:hover {
	background-color: #818181;
}

.bg_category {
	background-image: url(../../../common/images/bg_sprite.png);
	background-position: -3840px bottom;
}

/* ==========================================
	Brochure Corporate
========================================== */
#brochure_corporate dl dt {
	float: left;
	display: inline;
	clear: left;
	width: 10em;
}
	#brochure_corporate dl dd {
		float: left;
		display: inline;
     	width: 20em; /* �����ݒ� */
	}


/* Other
--------------------------------------- */
.body_other h2 {
	width: 960px;
	height: 47px;
	background: url(../../../common/images/sprite.png) 0px -542px no-repeat;
}
	.body_other h2 img {
		margin: 10px auto auto 10px;
	}

.body_other table th {
	text-align: center;
}

/* maintenance
--------------------------------------- */
#maintenance_area {
	background: url(../../../common/images/other/bg_maintenance.png) right top no-repeat;
	height: 100%;
	min-height: 420px;
}
.maintenance_contents h4 {
	border-bottom: 1px solid #767676;
	font-size: 142%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.maintenance_contents ul li {
	list-style: disc;
	margin-left:15px;
}