@charset "Shift_JIS";
/* =======================================

	公益財団法人マツダ財団ホームページ
	
	トップページ用CSS
	
========================================== */


/* top_main_contents --------*/
#container #contents #top_main_contents {
	width:560px;
	float:left;
}

/* メインイメージ --------*/
#container #contents #top_main_contents #main_img {
}
#container #contents #top_main_contents #main_img ul {
	list-style:none;
	margin:0;
	padding:0;
}

/* 最新情報 --------*/
#container #contents #top_main_contents #news {
	background:url(../img/news_bg.jpg) no-repeat;
	height:300px;
	/*height:260px;*/
	/*font-size:95%;*/
	font-size:12px;
}
#container #contents #top_main_contents #news h3 {
	padding:10px 10px 5px 10px;
	margin:0;
}
#container #contents #top_main_contents #news dl {
	margin:0px 10px;
	padding:0;
}
#container #contents #top_main_contents #news dt {
	margin:0;
	padding:5px 0;
	float:left;
	width:100px;
}
#container #contents #top_main_contents #news dd {
	margin-left:100px;
	padding:5px 0;
	border-bottom:dashed #9B9B8C 1px;
}


/* right_contents --------*/
#container #contents #right_contents {
	width:200px;
	float:right;
}


/* movie --------*/
#container #contents #right_contents #movie {
	border:solid #007FCC 1px;
	height:270px;
	/*font-size:95%;*/
	font-size:12px;
}
#container #contents #right_contents #movie h3 {
	margin: 0;
	padding: 0;
}

#container #contents #right_contents #movie p#movie_link {
	border-bottom:dashed #9B9B8C 1px;
	text-align:center;
}
#container #contents #right_contents #movie p {
	padding:2px 2px 3px 9px;
	margin:0;
}
#container #contents #right_contents #movie p.movie_title {
	font-weight:bold;
	color:#007FCC;
}
#container #contents #right_contents #movie p.movie_thumbnail {
	background:url(../img/movie_thumbnail/movie_thumbnail.jpg) no-repeat center;
}


/* 助成ニュース --------*/
#container #contents #right_contents #josei_news {
	margin-top:10px;
	padding:5px;
	background:#007FCC;
	height:296px;
}
#container #contents #right_contents #josei_news div#box_news {
	background:#FFFFFF;
	height:295px;
}
#container #contents #right_contents #josei_news div h3 {
	margin:0;
	padding:10px 5px;
	border-bottom: solid #007FCC 5px;
}

div#josei_news iframe {
	width:190px;
	height:235px;
	overflow:scroll;
	border:none;
}