html, body {	background-color: #ffffff;
}
body {
	color: #202020;
}
a, a:visited{
	color: #666666;
}

.notice{
	color: #666666;
}

.highlight{
	color: #202020;
}

.dotLineVertical{
	background-image: url(/images/common/dotLineVertical_white.gif);
}
.dotBorderHorizon{
	background-image: url(/images/common/dotLineHorizon_white.gif);
}

/* -------------------------------- footer */
#footer {
	background-color: #ffffff;
}

/* -------------------------------- store */
.item_description {
	color: #666666;
	margin-bottom:28px;
}
.item_description .strong{
	color: #202020;
}

/* -------------------------------- post */
.post_category a{
	color: #202020;
	text-decoration: none;
}
.post_category, .post_date, .post_comment{
	color: #666666;
}

/* -------------------------------- comment */
.comment-header{
	color: #202020;
}

.commentlist, .comment-content, .comment-says, .comment-notice, .comment-date, .form_label{
	color: #666666;
}

.comment-name{
	font-weight: bold;
	color: #000000;
}

/* -------------------------------- form */
input.form_input, textarea {
	color: #202020;
	background: #ffffff;
	border-color: #cccccc;
}


