body {
	font-size: medium;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯";
}

.subtitle {
	color: Red;
	font-weight: bold;
}

.text {
	padding-left: 5px;
}

#whole {
	width: 700px;
}

#header {
	width: 700px;
}

#menubar {
	float: left;
	width: 27%;
	background-color: White;
}

#content {
	float: right;
	width: 71%;
	background-color: White;
}

#footer {
	background-color: Silver;
	text-align: center;
	clear: both;
	width: 700px;
}

#menubar .select {
	border: thin double Red;
	background-color: Yellow;
	width: 170px;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 1px 5px;
}

#menubar .qr_code {
	margin: 0px 10px 0px 10px;
	font-size: small;
}

#menubar .select a:link {
	color: Black;
	text-decoration: none;
}

#menubar .select a:hover {
	color: Black;
	text-decoration: underline;
}

#footer div {
	font-size: small;
}

td.price, td.size {
	text-align: right;
	width: 70px;
}

td.detail {
	font-size: small;
}

.commentinfo, .author {
	font-size: small;
	text-align: right;
}

.comment {
	text-align: right;
	padding-right: 30px;
}

.blog {
	width: 98%;
	padding: 0px 10px 5px 10px;
	margin: 10px 10px 10px 10px;
}

.blogdate {
	font-weight: bold;
}

.blogtitle a:link {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

.blogtitle a:hover {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}

.bloghead {
	border-bottom: thin ridge Black;
}

.blogbody {
	margin: 5px 3px 3px 5px;
}

.commentwhole {
	padding: 0px 5px 0px 25px;
}

#latestblog {
	margin: 15px 5px 10px 5px;
}