/*================Home Image================*/
#homeimage {
	width: 720px;
	height: 340px;
	margin: 5px 20px 15px 20px;
}
/*================Flash News================*/
#flashnews {
	width: 720px;
	margin: auto;
}
/*================Subcontents================*/
#subcontents {
	width: 720px;
	height: 120px;
	margin: 15px 20px 0 20px;
}
#subcontents a {
	display: block;
	width: 230px;
	height: 120px;
	text-decoration: none;
}
#subcountets a:hover {
	display: block;
	width: 230px;
	height: 120px;
	text-decoration: underline;
}
#subcontents .history {
	width: 230px;
	height: 120px;
	margin: 0 15px 0 0;
	float: left;
}
#subcontents .mobile {
	width: 230px;
	height: 120px;
	margin: 0 15px 0 0;
	background: URL(images/con_mobile.gif) no-repeat;
	cursor: pointer;
	float: left;
}
#subcontents .mobile h2 {
	font-size: 12px;
	color: #FF0;
	margin: 40px 2px 0 91px;
}
#subcontents .mobile p {
	width: 130px;
	font-size: 12px;
	color: #FFF;
	margin: 2px 2px 0 91px;
	line-height: 1.3;
	cursor: pointer;
}
#subcontents .comic {
	width: 230px;
	height: 120px;
	margin: 0;
	background: URL(images/comic.gif) no-repeat;
	float: left;
}
#subcontents .comic h2 {
	font-size: 12px;
	color: #FF0;
	margin: 40px 2px 0 10px;
}
#subcontents .comic p {
	width: 180px;
	font-size: 12px;
	color: #FFF;
	margin: 2px 2px 0 10px;
	line-height: 1.3;
	cursor: pointer;
}
/*================ Site All Links================*/
#sitemap {
	font-size: 9px;
	color: #000;
	display: none;
}

