@charset"UTF-8";
/*######################################
松阪市商店街 HP お店新着用
■TOPページ用■
shop-news.css
CSS Version 2.0
LastModefied:2009.12.10 by kihira
######################################*/
/*-----Global-----------------------------*/

*{
	padding: 0;
	margin: 0;
}

html{
	font-family: "ＭＳ Ｐゴシック" ,sans-serif;
	overflow-x: hidden;

}

body{
	font-size: 0.8em;
	color:#404040;
	vertical-align: top;
}

img{
	border: 0;
}
.clear{
	clear: both;
}
.news{
	width: 473px;
	border-left:1px solid #CBC8C8;
	border-bottom: 1px solid #CBC8C8;
	border-right: 1px solid #CBC8C8;
}
.news .photo{
	float: left;
	text-align: center;
	width: 110px;
}

.news .photo td{
	width: 110px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}
.news .photo img{
}
.news .note{
	float:right;
	width: 360px;
	text-align: left;
	line-height: 130%;
}
.news .note h3{
	padding:5px 0 2px;
	font-size:1em;
	font-weight: normal;
}
.news .note h3 span{
	color:#074A7F;
}
.news .note p{
	padding-bottom:5px;
}