body {
	font-family: Meiryo, Arial;
	font-size: 9pt;
}

td, div, p {
	font-family: Meiryo, Arial;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: #fc0082;
}

.undec {
	text-decoration: none;
}

.rounded {
	text-align: left;
	background: #EC9800 /*#fff9bd*/;
	padding: 6px;
	margin-bottom:15px;
}

a.undec:hover {
	text-decoration: underline;
}


hr {
	border-top: 1px dashed #999999;
	color: #fff;
	height: 1px;
	margin: 3px 0px;
}

h2, 
.subtitle {
	font-weight: bold;
	color: #c60;
	font-size: medium;
	margin: 0px 0px 0.25em;
	padding-right: 20px;	
}

a.subtitle_link {
	color: #c60;
}

.review_detail_title {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}

.address {
	color: #333;
}

.error {
	color: #f00;
}

.phone {

}

.is_useful {
	color: #999;
}

#ratetbl {
}

#ratetbl tr td {
	height: 8px;
	font-size: 8pt;
}

.vote_helpful_review {
	padding-top: 20px;
	color: #999;
}

.vote_helpful_review a {
	color: #009;
}

#welcome_nickname {
	color: #fc0082;
}

.review_oishi {
	font-weight: bold;
	color: #fc0082;
}

.search_keyword {
	background-color: yellow;
}