@charset "utf-8";
@import "../../_default/styles/main.css";

/*
	============================
	 CONTENT AREA
	============================
*/
#content-area {
	width: 870px;
}

/*
	============================
	 FLASH BANNER
	============================
*/
#flash-banner {
	width: 312px;
	height: 369px;
	
	float: left;
}

/*
	============================
	 CONTENT PAGE
	============================
*/
#content-page {
	width: 558px;
	height: 369px;
	
	float: left;
}

/*
	============================
	 CONTENT FIRST
	============================
*/
#content-first {
	width: 558px;
	height: 192px;
	
	margin-top: 33px;
	
	background-image: url(../images/content-first.png);
	color: #910000;
}
#content-first h2 {
	padding: 23px 0 7px 40px;
	font-size: 22px;
	font-weight: normal;
}
#content-first p {
	padding: 0 50px 6px 40px;
	
	line-height: 16px;
	text-align: justify;
	font-size: 12px;
}
#content-first p.eng {
	line-height: 14px;
}

/*
	============================
	 CONTENT SECOND
	============================
*/
#content-second {
	width: 558px;
	height: 127px;
	
	background-image: url(../images/content-second.png);
	color: #910000;
}
#content-second div.box {
	width: 265px;
	height: 127px;
	
	float: left;
}
#content-second div.box h3 {
	margin: 31px 0 2px 0;
	
	font-size: 18px;
	font-weight: normal;
}
#content-second div.box p {
	font-size: 12px;
}
#content-second div.box p.image {
	margin: 31px 10px 0 20px;
	float: left;
}
#content-second div.box p.image img {
	width: 80px;
	height: 80px;
}
#content-second div.box p.info {
	font-weight: bold;
}
#content-second div.box p.link {
	margin-top: 15px;
}
#content-second div.box p.link a {
	text-decoration: none;
	color: #910000;
}
#content-second div.box p.link a:hover {
	color: #B53232;
}
#content-second div.second p.image,
#content-second div.second h3 {
	margin-top: 23px;
}


/*
	============================
	 CONTACT CORNER
	============================
*/
#contact-corner {
	width: 558px;
	height: 17px;
	
	background-image: url(../images/contact-corner.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
}

/*
	============================
	 CONTACT
	============================
*/
#contact {
	height: 28px;
	
	background-image: url(../images/contact.png);
}
#contact p {
	top: 6px;
}