@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #DCCDDC;
}

/* ================================================================ *  
   About background image set
 * ================================================================ */
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	width: 543px;
	background-image: url(images/header.gif);
	height: 32px;
	padding-top: 48px;
	padding-left: 257px;
}
#ctn_body{
	background-image: url(images/left_imga.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}
#left_img{
	background-image: url(images/left_imgb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 800px;
}
#top_img{
	background-image: url(images/img_01.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
	}
#footer{
	background-image: url(images/footer_copy.gif);
	height: 47px;
	width: 800px;
}
#bottom_img{
	background-image: url(images/buttom.gif);
	height: 133px;
	width: 800px;
}

/* ================================================================ *  
   About conten Set
 * ================================================================ */
 #conten{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#ctn_text{
	background-image: url(images/right_img.gif);
	width: 630px;
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #287979;
	margin-left: 90px;
	padding-left: 30px;
}
#title{
	width: 790px;
	height: 47px;
}

#link-icon{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#link-icon ul {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
}

#link-icon li{
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-left: 4px;
	padding-right: 4px;
}
#link-icon a:link ,a:visited {
	color: #000000;
	text-decoration: none;
}

#link-icon a:hover,a:active{
	color: #FFFFFF;
}
.ctn_text_img{
	margin-left: 10px;
}
.ctn_text_inf{
	margin-left: 65px;
	margin-bottom: 20px;
}

.pic{
	text-align: center;
	clear: both;
}
.email{
	color: #CC3366;
	text-decoration: none;
}

/* ================================================================ *  
   Index page set
 * ================================================================ */
#ind_header{
	background-image: url(images/index_header.gif);
	height: 32px;
	width: 510px;
	padding-left: 290px;
	padding-top: 90px;
}
#ind_header .link-icon{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#ind_cnt_body{
	background-image: url(images/index_img.gif);
	height: 280px;
	width: 310px;
	color: #b3ffec;
	padding-left: 390px;
	padding-right: 100px;
	padding-top: 30px;
	line-height: 18px;
}
#ind_bottom{
	height: 113px;
	width: 800px;
	background-image: url(images/index_bottom.gif);
}
#ind_footer{
	background-image: url(images/index_footer.gif);
	height: 55px;
	width: 800px;
}

.link-icon ul {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
}

.link-icon li{
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-left: 3px;
	padding-right: 3px;
}
.link-icon a:link ,a:visited {
	color: #000000;
	text-decoration: none;
}

.link-icon a:hover,a:active{
	color: #FF6600;
}
.cnt_body_text{}


/* ================================================================ *  
   text color set
 * ================================================================ */
.text_y{
	color: #FFFF99;
}
.text_r{
	color: #CC3300;
}
.text_b{
	color: #996600;
	font-size: 11px;
}

