html {
	background-image: url(../images/base/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align:left;
}

#banner {
	width: 343px;
	height: 83px;
	background-image: url(../images/base/logo.gif);
	background-repeat: no-repeat;
}

#home_description {
	float: left;
	width: 93px;
	height: 476px;
	background-color: #232323;
}

#home_photo {
	float: left;
}

#newtoshop_text {
	float: left;
	width: 707px;
	height: 476px;
	background-color: #2E2E2E;
}

#order_text {
	float: left;
	width: 707px;
	height: 476px;
	background-color: #2E2E2E;
}

#order_text .text {
	color: white;
	padding: 20px;
}

#contact_text {
	float: left;
	width: 707px;
	height: 476px;
	background-color: #2E2E2E;
}

#contact_text .text {
	color: white;
	padding: 20px;
}

.entry {
	padding-top: 20px;
}

.entry .date {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #666666;
}

.entry .thumbnail {
	float: left;
	padding-left: 30px;
	margin-left: 40px;
	width: 68px;
	height: 40px;
	background-image: url(../furniture/mission/images/MN0001_th_01.gif);
	background-repeat: no-repeat;
	background-position: -68px 0px;
}

.entry .text {
	width: 300px;
	font-size: 12px;
	color: #CCCCCC;
}

.entry .thumbnail2 {
	float: left;
	padding-left: 30px;
	margin-left: 40px;
	width: 68px;
	height: 40px;
	background-image: url(../furniture/mission/images/MN0002_th_01.gif);
	background-repeat: no-repeat;
	background-position: -68px 0px;
}

.entry .thumbnail3 {
	float: left;
	padding-left: 30px;
	margin-left: 40px;
	width: 68px;
	height: 40px;
	background-image: url(../furniture/mission/images/MN0003_th_01.gif);
	background-repeat: no-repeat;
	background-position: -68px 0px;
}

.order a {
	 color: white;
	 font-size: 14px;
	 font-weight: bold;
}

.order a:hover {
	 color: white;
	 font-size: 14px;
	 font-weight: bold;
	 text-decoration: none;
}

.email a {
	color: white;
}

#michio a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#michio a:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}

#footer {
	background-color: #232323;
	width: 800px;
	height: 20px;
}