/*
========================================
KCTG Web Site CSS
========================================*/

/* HEADER
---------------------------------------------------------- */
#header{
	background:url(../img/header.jpg) no-repeat top left;
	height:172px;
}
#header img{
	padding-top:83px;
}
.BtnHome{
	position:absolute;
	top:15px;left:645px;
	display: block;
	width:95px;height:21px;
	background:url(../img/header_home_ov.gif) no-repeat top left;
}
.BtnHome span{ display:none; }
.BtnHome a{
	display: block;
	width:95px;height:21px;
	text-decoration:none;
	background: url(../img/header_home.gif)  no-repeat;
}
.BtnHome a:hover{
	background: none;
}

/* MAIN CONTENTS
---------------------------------------------------------- */
img.facade{
	margin:10px 0 15px;
}

.mountH, .mountV{
	width:312px; height:313px;
	margin-bottom:3px;
}
.mountH{
	background:url(../img/mount_h.jpg) no-repeat top left;
}
.mountV{
	background:url(../img/mount_v.jpg) no-repeat top left;
}
.mountH img{
	margin:15px 0 0 20px;
}
.mountV img{
	margin:20px 0 0 15px;
}

.article{
	padding:20px 15px 20px 15px;
}
.article a{
	font-size:12px;
	line-height:1.2;
	font-weight:bold;
	white-space:normal;
}

.LinkHome{
	display:block;
	margin:10px 0 15px;
	text-align:right;
}
.LinkHome a{
	background:url(../img/arrow_l.gif) no-repeat left;
	padding-left:14px;
	font-size:12px;
	line-height:1.2;
}

.naviArea{
	background:#FFF;
	padding:13px;
}