@charset "utf-8";

#title_shopnews {
	width:210px;
	height:70px;
	background-image:url(img/title_shopnews.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

#leftmenu {
	width:190px;
	margin:10px 10px 0 10px;
	list-style-type:none;
	font-size:small;
}

#leftmenu ul {
	list-style-type:none;
}

#leftmenu li {
	padding:5px;
	line-height:1.5em;
	min-height:1.5em;
	font-size:small;
}

#leftmenu li.leftmenu_active {
	padding:5px;
	line-height:1.5em;
	min-height:1.5em;
	font-size:small;
	background-color:#eee;
}

.right_main {
	width:540px;
	margin:5px 23px 5px 17px;
	list-style-type:none;
	font-size:small;
}

.subtitle_shopnews_blue {
	width:555px;
	height:30px;
	margin:0 auto 10px 10px;
	background-image:url(img/subtitle_blue.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

.subtitle_shopnews_green {
	width:555px;
	height:30px;
	margin:0 auto 10px 10px;
	background-image:url(img/subtitle_green.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

.subtitle_shopnews_orange {
	width:555px;
	height:30px;
	margin:0 auto 10px 10px;
	background-image:url(img/subtitle_orange.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

.subtitle_shopnews_red {
	width:555px;
	height:30px;
	margin:0 auto 10px 10px;
	background-image:url(img/subtitle_red.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

.subtitle_shopnews_purple {
	width:555px;
	height:30px;
	margin:0 auto 10px 10px;
	background-image:url(img/subtitle_purple.gif);
	background-position:1px top;
	background-repeat:no-repeat;
	/* Hide Mac IE \*/	
	background-position:left top;
}

.shopname {
	padding:3px 0 0 20px;
	font-size:medium;
	font-weight:bold;
}

table {
	width:540px;
	border-bottom:solid 1px #ccc;
}

td.shopnews_title_blue {
	width:538px;
	padding:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	text-align:left;
	background-color:#eef;
}

td.shopnews_title_green {
	width:538px;
	padding:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	text-align:left;
	background-color:#efe;
}

td.shopnews_title_orange {
	width:538px;
	padding:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	text-align:left;
	background-color:#fec;
}

td.shopnews_title_red {
	width:538px;
	padding:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	text-align:left;
	background-color:#fee;
}

td.shopnews_title_purple {
	width:538px;
	padding:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	text-align:left;
	background-color:#fef;
}

td.shopnews_pic {
	width:160px;
	padding:10px 0 10px 10px;
	empty-cells:show;
	vertical-align:top;
}

.shopnews_pic img {
	border:solid 1px #ccc;
}

td.shopnews_text {
	width:376px;
	padding:10px;
	font-size:small;
	line-height:130%;
	vertical-align:top;
	empty-cells:show;
}

td.shopnews_update {
	width:376px;
	padding-right:10px;
	font-size:small;
	text-align:right;
	vertical-align:bottom;
}

