@charset "utf-8";
/* CSS Document */

h2{
	font-weight:bold;
}

#SubMain{
	float:left;
	width:732px;
	margin-right:10px;
}

#FeatureTable{
	width:732px;
	border-collapse:collapse;
}

#FeatureTable td{
	background-image:url(/img/box_bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #D8D8D8;
}

.EachBox{
	padding-bottom:10px;
	vertical-align:top;
}

.EachBox .SubTitle{
	color:#F7941D;
	margin-bottom:10px;
}

.EachBox .Body{
	padding:0 20px 10px 20px;	
}

.EachBox img{
	margin-right:5px;	
}

#ArticleTitle{
	background-image:url(../asset_feature/img/featured_article.gif);
	background-repeat:no-repeat;
	height:30px;
}

#CelebrityTalkTitle{
	background-image:url(../asset_feature/img/celebrity_talk.gif);
	background-repeat:no-repeat;
	height:30px;

}

#WhatsNewTitle{
	background-image:url(../asset_feature/img/whats_new.gif);
	background-repeat:no-repeat;
	height:30px;
}

#JapaneseCultureTitle{
	background-image:url(../asset_feature/img/japanese_culture.gif);
	background-repeat:no-repeat;
	height:30px;
}

#EntertainmentTitle{
	background-image:url(../asset_feature/img/entertainment.gif);
	background-repeat:no-repeat;
	height:30px;
}

.SubTitle{
	color:#F7941D;
}

.EachWhatsNew{
	float:left;
	width:335px;
	height:150px;
	padding-right:5px;
}
