@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

#mainArea {
	width: 484px;
	float: left;
}
#rightBanner {
	width: 207px;
	float: right;
}
.categoryName {
	background: url(images/categoryTitle.jpg) no-repeat 0 0;
}
/*
[
----------------------------------------------------------- */
dl.policy dt {
	background: url(images/point.gif) no-repeat 0 4px;
	padding-left: 20px;
	font-size: 108%;
	font-weight: bold;
}
dl.policy dd {
	padding: 5px 0 15px 20px;
}

.photoWaku {
	padding: 3px;
	border: #999 1px solid;
	margin: 0 0 1em 1em;
}
table.history {
	width: 100%;
}
table.history td,table.history th {
	padding: 10px 15px;
	vertical-align: top;
}
table.history th {
	width: 65px;
	border-bottom: #999 1px solid;
}
table.history td {
	border-bottom: #ddd 1px solid;
}
table.outline {
	width: 100%;
}
table.outline td,table.outline th {
	padding: 10px 15px;
	vertical-align: top;
}
table.outline th {
	width: 100px;
	border-bottom: #999 1px solid;
}
table.outline td {
	border-bottom: #ddd 1px solid;
}
.f-logo {
	background: url(images/logo.jpg) no-repeat 0 0px;
	padding-left: 45px;
	padding-top: 15px;
	height: 35px;
	vertical-align: middle;
}
.map {
	border: #454545 1px solid;
	margin: 5px 0 10px;
}
ul.links li {
	background: url(images/linkPoint.gif) no-repeat 0 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
dl.teltel dt {
	background: url(images/comPoint.gif) no-repeat 0 3px;
	padding-left: 25px;
}
dl.teltel dd {
	padding: 3px 0 5px 25px;
}

#rightBanner ul li {
	margin-bottom: 10px;
}
dl.sitemap dt {
	background: url(images/sitemapPoint.jpg) no-repeat 0 3px;
	padding-left: 25px;
}
dl.sitemap dd {
	padding:5px 0 7px 25px;
}
dl.sitemap dd ul li {
	background: url(images/sitemapPoint02.gif) no-repeat 0 5px;
	padding-left: 15px;
}
