@charset "utf-8";

body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ƒSƒVƒbƒN";
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	padding:5px;
	margin:0px;
}

a {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ƒSƒVƒbƒN";
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
}
a.newshop:link {
color:#FF0000;
text-decoration:none;
}
a.newshop:hover {
color:#FF9900;
text-decoration:underline;
}
a.newshop:visited {
color:#FF0000;
text-decoration:underline;
}

a.news:link {
color:#0066B3;
text-decoration:none;
}
a.news:hover {
color:#0099FF;
text-decoration:underline;
}
a.news:visited {
color:#0066B3;
text-decoration:underline;
}

.newmark {
width:3em;
float:left;
font-size:10px;
font-weight:bold;
line-height:1.0em;
text-align:center;
margin:3px 1px 0px 1px;
padding:1px;
background-color:#FFFF00;
}

.shopname {
font-size:1.2em;
font-weight:bold;
}
.commentbox {
border-bottom:1px dotted #666666;
margin:5px 0px 10px 0px;
padding:5px 0px 10px 0px;
}