@charset "utf-8";

/* 	SiteTOP design                                   
---------------------------------------------------------- */
/* 
layout
------------------------------------------------------ */
body {
}

#pageWrap {
	position: absolute;
	width: 100%;
	height: 582px;
	z-index: 50;
}
#pageWrap.noscript {
	min-width: 1000px;
	background: url(../../images/index_main_bg01.jpg) no-repeat 0 0;
	height: 1000px;
}

.pageInner {
	min-width: 1000px;
	background: url(../../images/index_bg01.png) no-repeat 0 0;
}


/* ------------------

header

------------------ */
#header {
	position: relative;
	top: 0;
	z-index: 10;
}


/* ------------------

main

------------------ */
#topContentsContainer {
	clear: both;
	position: relative;
	width: 1000px;
	height: 582px;
	margin: 0 auto;
	z-index: 200;
}

/* siteLead */
.siteLead {
	margin: 7px 0 0 11px;
}

/* ------------------

asideContents

------------------ */
#asideContents {
	position: absolute;
	width: 300px; 
	padding: 10px 10px 20px;
	background-color: #ffffff;
	top: 0;
	right: 0;
	z-index: 200;
}

/* lowerBanner */
#asideContents .lowerBanner li {
	float: left;
	font-size: 0;
}

/* inquiryBox */
#asideContents .inquiryBox {
	padding: 20px 23px;
	background-color: #a8b112;
	color: #ffffff;
}
#asideContents .inquiryBox .telInfo {
	font-size: 0;
}
#asideContents .inquiryBox .infoList {
	margin-top: 22px;
	overflow: hidden;
}
#asideContents .inquiryBox .infoList dl {
	margin-top: -7px;
}
#asideContents .inquiryBox .infoList dt {
	clear: both;
	float: left;
	width: 5em;
	padding-top: 10px;
}
#asideContents .inquiryBox .infoList dd {
	padding: 10px 0 0 5em;
	background: url(../../images/index_hr01.gif) repeat-x 0 4px;
	text-indent: -0.5em;
}

/* topicBox */
#asideContents .topicBox {
	clear: both;
	padding-top: 21px;
	background: url(../../images/index_bg03.gif) repeat-x 0 0;
}
#asideContents .topicBox .title {
	margin-left: 34px;
	font-size: 0;
}
/* tab */
#asideContents .topicBox #tabBox {
	margin-top: 5px;
}
#asideContents .topicBox #tabBox .tabList {
	position: relative;
	width: 285px;
	padding-left: 15px;
	border-bottom: solid 1px #cccccc;
}
#asideContents .topicBox #tabBox .tabList li {
	position: relative;
	float: left;
	width: 88px;
	margin-bottom: -1px;
}
#asideContents .topicBox #tabBox .tabList li a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	outline: none;
}
#asideContents .topicBox #tabBox .tabList li#tab01 {
	width: 93px;
}
#asideContents .topicBox #tabBox .tabList li#tab01 a {
	background-image: url(../../images/index_tab01.gif);
}
#asideContents .topicBox #tabBox .tabList li#tab02 a {
	background-image: url(../../images/index_tab02.gif);
}
#asideContents .topicBox #tabBox .tabList li#tab03 a {
	background-image: url(../../images/index_tab03.gif);
}
#asideContents .topicBox #tabBox .tabList li a:hover,
#asideContents .topicBox #tabBox .tabList li a.active {
	background-position: 0 -29px;
}

#panels {
	margin-top: 10px;
	padding: 0 15px;
	height: 245px;
}
.scrollPanel {
	clear: both;
	width: 270px;
	height: 210px;
	overflow: scroll;
}


.topicList {
	width: 235px;
	margin-top: -15px;
	padding-left: 15px;
}
.topicList li {
	clear: both;
	margin-top: 18px;
	line-height: 1.4;
}
.topicList li .imgL {
	float: left;
	margin-right: 15px;
}
.topicList li .noFloat {
	overflow: hidden;
	zoom: 1;
}

.topicBox .allLink {
	clear: both;
	margin-top: 11px;
	border-top: solid 1px #cccccc;
	text-align: right;
}

/* ------------------

footer

------------------ */
#topFooter {
	position: absolute;
	min-width: 1000px;
	width: 100%;
	padding-top: 223px;
	height: 160px;
	background: url(../../images/index_bg02.png) no-repeat 0 0;
	bottom: -10px;
	z-index: 100;
}
#topFooter .footerInner {
	width: 1000px;
	margin: 0 auto;
}

/* utilityLink */
#topFooter .utilityLink {
	padding-left: 5px;
}
#topFooter .utilityLink li {
	float: left;
	margin-right: 30px;
	font-size: 0;
}

#topFooter .copyRight {
	clear: both;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 0;
}



/* ------------------

bgImage

------------------ */

.vegas-loading {
}

.vegas-overlay {
}

.vegas-background {
	position: absolute;
	min-height: 769px;
	min-width: 1000px;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:1;
}



/* 	Clearfix Property
----------------------------------------------------------
---------------------------------------------------------- */
#topFooter .utilityLink:after,
#asideContents .lowerBanner:after,
#asideContents .inquiryBox .infoList:after,
#asideContents .inquiryBox .infoList dl:after,
#asideContents .topicBox #tabBox .tabList:after,
.topicList li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

#topFooter .utilityLink,
#asideContents .lowerBanner,
#asideContents .inquiryBox .infoList,
#asideContents .inquiryBox .infoList dl,
#asideContents .topicBox #tabBox .tabList,
.topicList li {
	zoom: 1;
}