@import url("sub.css");
@import url("product.css");
@import url("member.css");
@import url("form.css");
@import url("etc.css");
@import url("download.css");
@import url("design.css");

html,body
{
	background-color:#fff; 
	color:#818181;
	text-align:left;
	margin:0;
	padding:0;
	font:12px MS PGothic, arial, sans-serif;	
	line-height:15px;
}
img
{
	border:0;
}	
img.middle
{
    vertical-align:middle;
}
a:link, a:visited 
{
	padding-bottom:1px;
	color:#818181;
	text-decoration:none;
}
a:hover 
{
	color:#fa6c40;
}
.fullwidth
{
	width:100%;
}
.lyrCommonboard
{
    position:relative;
    left:320px;
}
.lyrEmail
{
	position:relative;
    left:320px;
}
/*Font Style*/
.date_orange
{
	font-family:arial, sans-serif;
	color:#ff8824;
	font-size:12px;
}
.dark
{
	color:#545454;
	font-weight:bold;
}
.white
{
    color:#fff;
}
.orange
{
    color:#fa6c40;
}
.left
{
	float:left;
}
.center
{
	text-align:center;
}
/*Whole Frame*/
.frame
{
	top:0;
	left:0;
	width:100%;
	height:700px;
	padding:0;	
	margin:0;	
}

/*Top Beige Bar*/
.beige
{	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	font-size : 1px;
	border : 0px solid #000000;
	line-heigjt : 1px;
	background-color: #cac8bb;
}
.beige_white
{
	width: 56px;
	height: 4px;
	font-size : 1px;
	border : 0px solid #000000;
	line-heigjt : 1px;
	background-color: #fff;
}

/*Top Menu*/

#top_menu
{
    width:978px;
}   
.top_menu
{
       float:right;    
	margin-top:6px;	
	margin-bottom:30px;		
}
.top_menu li
{
	float: left;
	margin: 0px;
	padding: 0px 31px 0px 0px;
	list-style: none;
	background: url('../image/common/top_gap.gif') no-repeat center right;	
}
.top_menu li.none
{
	padding: 0;
	background: none;
}

.nav_area
{	
	clear:both;
	position: relative;
	width: 990px;	
	height: 51px;	
}
.logo
{	
	position: absolute;
	left : 80px;
}
.nav
{
	position: absolute;
	left : 400px;	
}
.nav li
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 51px 0px 0px;
	list-style: none;
	background: url('../image/common/nav_gap.gif') no-repeat center right;
	float: left; 
}
.nav li.none
{
	padding: 0px 0px 0px 0px;
	background: none;	
}

#NavigatorBar
{
	position : relative;
	text-align: right;
	width : 680px;
	left : 320px;
}


/*Footer*/
.footer
{		
	clear:both;	
	position: relative;
	top: 20px;
	width: 100%;
	height: 46px;
	
}
.footer_gray
{	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;	
	background-color: #e8e8e8;
}
.footer_white
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 73px;
	height: 70px;
	background-color: #fff;
}
.footer_head
{
	position: relative;
	top: 0px;
	left: 73px;
	width: 21px;
	height: 70px;
}
.footer_CI
{
	position: absolute;
	top: 0px;
	left: 94px;
	width: 192px;
	height: 70px;
}
.footer_menu
{
	position: absolute;
	top: 17px;
	left: 342px;
	margin:0;
	padding:0;
	width:630px;
}
.footer_menu li
{
	float: left;
	margin-right: 4px;
	list-style: none;
}
.copyright
{
	position: relative;
	top: 20px;
	width: 980px;
	text-align: right;
	font-family: tahoma, sans-serif;
	font-size: 10px;
}
input.disableBox
{
    color:#000000;
    background-color:#FFCC99; 
}
