@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}
#main {
	margin-top: 1em;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 3px;
	padding-left: 20px;
	color: #e94f60;
	font-size: 116%;
	margin-bottom: 3px;
}
table.shopList {
	width: 90%;
	margin: 0 1em 1em 1em;
}
table.shopList td,
table.shopList th {
	padding: 10px 15px;
	vertical-align: top;
}
table.shopList th {
	width: 100px;
	border-bottom: #e94f60 1px solid;
}
table.shopList td {
	border-bottom: #ddd 1px dotted;
}
.section {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: #999 1px dashed;
}
.blogEntryBody h5 {
	margin: 0 0 8px 27px;
}
.map {
	margin: 5px 0 0 15px;
	width: 484px;
	height: 300px;
	border:#beaea0 1px solid;
	margin-bottom: 1.5em;
}
/*
[
----------------------------------------------------------- */
dl.policy dt {
	background: url(images/policyPoint.gif) no-repeat 0 3px;
	padding-left: 18px;
	font-weight: bold;
	color: #e94f60;
}
dl.policy dd {
	padding: 5px 0 1em 18px;
}

/*
[
----------------------------------------------------------- */
ul.sitemap li {
	background: url(images/sitemapPoint.gif) no-repeat 0 3px;
	padding-left: 18px;
	margin-bottom: 7px;
}
ul.sitemap li ul li {
	background: url(images/sitemapPoint02.gif) no-repeat 0 4px;
	margin-bottom: 0;
}

/*
[
----------------------------------------------------------- */
p.line {
	background: url(images/border.gif) repeat-y left top;
	padding: 0 0 0 15px;
	margin: 10px 15px 1.5em 20px;
}
dl.tomo dt {
	font-size: 123.1%;
	font-weight: bold;
	background: url(images/point.gif) no-repeat 0 4px;
	padding-left: 20px;
	color: #e94f60;
}
dl.tomo dd {
	padding: 5px 0 1.5em 20px;
}
h4.bar {
	padding: 5px 0 0 20px;
	margin-bottom: 1em;
	width: 530px;
	height: 30px;
	background: #e94f60;
	color: #fff;
}
table.tomo {
	width: 350px;
	border: #d3d3d4 1px solid;
	margin-bottom: 1em;
	margin-left: 20px;
}
table.tomo th,
table.tomo td {
	text-align: center;
	padding: 5px 10px;
	border: #d3d3d4 1px solid;	
}
table.tomo th.title {
	background: #e6e6e7;
}
.margin-left {
	padding-left: 20px;
}