@charset "utf-8";

/* -- Home extra style setting -- ------------------- */

body {
	background-image: url(../../images/bg_body_home.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* -------------------------------------------------- */

/* Main image area */

#main-image-area {
	padding: 0px;
	height: 280px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#slider {
	height: 280px;
	width: 960px;
}

/* -------------------------------------------------- */

/* Home Area */

#home-area {
	margin-bottom: 25px;
}

/* - Left Block area */

#home-blk-L {
	float: left;
	width: 350px;
	margin-right: 20px;
}

#home-blk-L p {
	margin-bottom: 10px;
	font-size: 93%;
	line-height: 150%;
}

#home-blk-L>p {
	margin-bottom: 10px;
	font-size: 93%;
	line-height: 150%;
}

/* - Center Block area */

#home-blk-C {
	float: left;
	width: 350px;
	margin-right: 20px;
}

/* -- news box */

#news-box {
	margin-bottom: 15px;
}

#news-box h1 {
	margin-bottom: 10px;
}

#news-box iframe {
	height: 385px;
	border-style: none;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* -- facebook box */

#facebook-box {}
#facebook-box h2 {
	margin-bottom: 10px;
}



/* -- topics box */

#topics-box {
	background: url(../../images/home_topics_bg-01.jpg) no-repeat right bottom;
	border: 1px solid #dddddd;
}

#topics-box .inner {
	padding: 20px;
}

#topics-box h2 {
	margin-bottom: 10px;
}

#topics-box p {
	margin-bottom: 20px;
	margin-right: 115px;
	line-height: 150%;
}

#topics-box ul {
	
}

#topics-box ul li {
	display: inline;
}

#topics-box ul li a {
	margin-right: 15px;
}

/* - Right Block area */

#home-blk-R {
	float: left;
	width: 220px;
}

#home-blk-R ul {}
#home-blk-R ul li {
	margin-bottom: 5px;
}

#home-blk-R ul li img {
	vertical-align: top;
}

#home-blk-R p {
	margin-bottom: 10px;
}

#home-blk-R>p {
	margin-bottom: 10px;
}
