@charset "UTF-8";

.mainPhoto {
	margin:0 0 20px 0;
}

#bannerArea {
	float:right;
	width:200px;
}
.banner {
	width:200px;
	margin:0 0 20px;
	}

#naviWrap {
	height:309px;
	clear:both;
	background:url(../images/index/navBg.gif) top left no-repeat;
	padding:7px 22px;
}


/* navi --------------------------------------*/
#navi {
	width:204px;
	float:left;
}
#navi li {
	height:50px;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-image: url(../images/index/navi/nBg.jpg);
}

#mainFlash {
	width:590px;
	float:right;
}

#contents {
	clear:both;
	width:800px;
	margin:0 auto;
}
/* news --------------------------------------*/
#newsWrap {
	padding:0;
	float:left;
	width:580px;
}
#newsWrap h2 {
	margin:0 0 10px;
}
	
#news {
	overflow-x:hidden;
	margin-bottom: 20px;
	}
#news table {
	border-top:solid 1px #dbdbdb;
	width:580px;
	 *width:578px;
	border-spacing:0;
	border-collapse:separate;
    *border-collapse:collapse; /* ie6,7 */
}
#news th,
#news td {
	vertical-align:top;
	font-family:"MS UI Gothic";
	}
#news tr.gray th,
#news tr.gray td {
	background-color:#f5f5f5;
	}
#news tr.white th,
#news tr.white td {
	background-color:#ffffff;
	}
#news th {
	padding:8px 30px;
	border-left:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
	text-align:left;
	background:url(../images/index/arrow.gif) 10px 50% no-repeat;
}
#news td {
	line-height:1.4;
	}
#news td {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	border-right:solid 1px #dbdbdb;
	border-bottom:solid 1px #dbdbdb;
	border-left:solid 1px #dbdbdb;
	}
#news a {
	text-decoration:underline;
	}
#news a:hover {
	text-decoration:none;
	}
#news .ex {
	color:#F30;
}