@charset "UTF-8";

/* ************************************************************

Title: top/default.css
Since: 2009-11-27
Last Modified: 2009-11-

************************************************************ */

body {
	color: #c8c8c8;
}
a:link {
	color: #c8c8c8;
	text-decoration: none;
}
a:visited {
	color: #c8c8c8;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
#contentsContainer {
	position: relative;
	background: url(/images/top_image_201006.jpg) no-repeat;
}

.topMenuContainer {
	width: 201px;
	height: 588px;
	margin-left: 30px;
	background-color: #000000;
}
.topMenuContainer h1 {
	padding: 20px 0 0 14px;
}
.topMenuContainer ul {
	margin: 61px 0 0 15px;
}
.topMenuContainer li {
	height: 39px;
}
.topMenuContainer li.contact {
	height: 85px;
}
.topMenuContainer li.bisque, .topMenuContainer li.confect, .topMenuContainer li.online, .topMenuContainer li.cafe {
	height: 57px;
}
.topMenuContainer li a {
	display: block;
	width: 171px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}

.topMenuContainer li.brand a {
	background: url(/images/top_menu_brand.gif) no-repeat;
}
.topMenuContainer li.concept a {
	background: url(/images/top_menu_concept.gif) no-repeat;
}
.topMenuContainer li.new a {
	background: url(/images/top_menu_new.gif) no-repeat;
}
.topMenuContainer li.collection a {
	background: url(/images/top_menu_collection.gif) no-repeat;
}
.topMenuContainer li.blog a {
	background: url(/images/top_menu_blog.gif) no-repeat;
}
.topMenuContainer li.shop a {
	background: url(/images/top_menu_shop.gif) no-repeat;
}
.topMenuContainer li.contact a {
	background: url(/images/top_menu_contact.gif) no-repeat;
}
.topMenuContainer li.online a {
	height: 43px;
	background: url(/images/top_menu_online.gif) no-repeat;
}
.topMenuContainer li.cafe a {
	height: 43px;
	background: url(/images/top_menu_nr.gif) no-repeat;
}
.topMenuContainer li.bisque a {
	height: 43px;
	background: url(/images/top_menu_bisque.gif) no-repeat;
}
.topMenuContainer li.confect a {
	height: 43px;
	background: url(/images/top_menu_confect.gif) no-repeat;
}

.topMenuContainer li a:hover {
	background-position: 0 -11px;
}
.topMenuContainer li.online a:hover {
	background-position: 0 -43px;
}
.topMenuContainer li.cafe a:hover {
	background-position: 0 -43px;
}
.topMenuContainer li.bisque a:hover {
	background-position: 0 -43px;
}
.topMenuContainer li.confect a:hover {
	background-position: 0 -43px;
}
.infoBg {
	position: absolute;
	left: 549px;
	bottom: 31px;
	width: 380px;
	height: 10px;
	background-color: #000000;
}
.infoContainer {
	position: absolute;
	left: 549px;
	bottom: 31px;
	width: 357px !important;
	width: 380px;
	padding: 13px 10px 8px 13px;
}
.infoContainer ul {
	margin-top: 6px;
}
.infoContainer li {
	padding-top: 6px;
}
.infoContainer a {
	padding-left: 12px;
	background: url(/common/images/link_bullet01.gif) no-repeat left center;
	font-size: 120%;
	line-height: 110%;
}
.infoContainer a:hover {
	background-image: url(/common/images/link_bullet01a.gif);
}
.infoContainer a span {
	margin-right: 13px;
}
.infoContainer .more {
	margin-top: 4px;
	text-align: right;
}

