@charset "utf-8";
/* CSS Document */


/*google feed api　100630追加*/
ul#feed{
	width:500px;
	font-size:12px;
	line-height:1.5;
	padding:0px;
}
ul#feed li{
	border-bottom:dashed 1px #CCC;
}
ul#feed li span{
	float:left;
	display:block;
	width:100px;
}
/*　end_google feed api*/

#top_img img{
	margin-right: auto;
	margin-left: auto;
}

#main_contents .news {
	height: 238px;
	width: 641px;
	background-image: url(../img/top/news.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#top {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#main_contents .space {
	text-align: left;
	width: 400px;
	overflow:hidden;
	padding-left: 40px;
	height: 100px;
	padding-top: 50px;
}
#main_contents .space a{
text-decoration:underline;
color:#990000;
}

#contents .midasi {
	text-align: left;
	display: block;
	height: 20px;
	font-size: 12px;
}
#main_contents .date {
	padding-right: 10px;
}
#main_contents .news .tomato {
	position: absolute;
	top: 35px;
	right: -15px;
}
/*ALmuseo新着記事*/

#main_contents .news_al {
	height: 283px;
	width: 641px;
	background-image: url(../img/top/news_al.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#main_contents .news_al .tomato {
	position: absolute;
	top: 35px;
	right: -15px;
}
/*Italian新着記事*/
#main_contents .news_italian {
	height: 283px;
	width: 641px;
	background-image: url(../img/top/news_italian.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#main_contents .news_italian .tomato {
	position: absolute;
	top: 35px;
	right: -15px;
}
