@charset "UTF-8";
@import "http://karuizawa.bridalcenter.co.jp/common/themes/karuizawa/top.css";
br {letter-spacing: 0; }
form {
	margin: 0px;
}
form:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 28px;
	padding-top: 72px;
	padding-left: 5px;
}
#sidebar {
	float: left;
	width: 214px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 3px;
}
.menu a {
	display: block;
	overflow: hidden;
	height: 19px;
	background-color: #B3CFBA;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 6px;
	text-decoration: none;
}
.menu a:hover {
	background-color: #D6E6DA;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #B3CFBA;
	color: #3F7361;
	text-decoration: none;
}

.selectedCategory {
	display: block;
	overflow: hidden;
	height: 19px;
	background-color: #D6E6DA;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #3F7361;
	color: #3F7361;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 6px;
	text-decoration: none;
}
.category {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#main {
	float: left;
	width: 555px;
}
#main:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.line {
	background-image: url(images/dotline.gif);
	background-repeat: no-repeat;
	height: 2px;
}
.main-h {
	padding-left: 10px;
	padding-right: 13px;
	padding-top: 3px;
	color: #6D6D6D;
	line-height: 130%;
	font-size: 12px;
	letter-spacing: 1px;
}
.main-h:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.table-title {
	padding-top: 12px;
	padding-bottom: 6px;
}
.table-text {
	font-size: 12px;
	color: #636363;
}
.table-text a,.table-text a:visited{
	color: #568474;
	text-decoration: none;
}
.table-text a:hover {
	text-decoration: underline;
}
