/*
Theme Name: MYLORD NEWS
Theme URI: http://www.shinjuku-mylord.com/
Description: 新宿ミロード： ニュース
Version: 0.2
Author: ESUPPORT
Author URI: http://www.esupport.co.jp/
Tags: MYLORD
*/

@import url(../mylord_top/common.css);



div.menu_news h2.news {
	overflow: hidden;
	height: 0;
	margin-bottom: 16px;
	padding-top: 17px;
	line-height: 200%;
	background: left top no-repeat;
}
div.menu_news h2.news { background-image: url(images/h_news.gif); }

div.menu_news div.post {
	zoom: 1;
	overflow: hidden;
}
div.menu_news h3 {
	height: expression('16px');
	min-height: 16px;
	margin: 0 0 8px;
	padding-bottom: 8px;
	color: #FE0000;
	background: left bottom no-repeat;
}
div.menu_news h3.info { background-image: url(images/h_info.gif); }
div.menu_news h3.shop { background-image: url(images/h_shop.gif); }

div.menu_news h3 a { text-decoration: none; color: #FE0000; }
div.menu_news h3 a:hover { text-decoration: underline; }
div.menu_news span.date {
	padding-right: .8em;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}
div.menu_news div.photo {
	float: left;
	width: 202px;
	margin-right: -202px;
}
div.menu_news div.photo img {
	border: solid 1px #CCC;
}
div.menu_news div.content {
	margin-left: 220px;
	line-height: 150%;
}


