@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;
}

/*
[
----------------------------------------------------------- */
h2.pageTitle,
h2.pageTitle-o01,
h2.pageTitle-o02,
h2.pageTitle-o03,
h2.pageTitle-o04{
	margin-bottom: 2em;
}
h2.pageTitle a {
	background: url(images/pageTitle.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}
h2.pageTitle-o01 a {
	background: url(images/pageTitle.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}

h2.pageTitle-o02 a {
	background: url(images/pageTitle_o02.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}

h2.pageTitle-o03 a {
	background: url(images/pageTitle_o03.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}

h2.pageTitle-o04 a {
	background: url(images/pageTitle_o04.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 69px;
}

.section {
	margin-bottom: 2em;
}
.blogEntryBody h5 {
	font-size: 108%;
	font-weight: bold;
	background: url(images/h5Point.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 3px;
}
#map,
#map01,
#map02 {
	width: 580px;
	height: 300px;
	border: #FAE3BD 10px solid;
}
table.outLine {
	width: 100%;
	margin-bottom: 1em;
}
table.outLine td,
table.outLine th {
	padding: 15px;
	vertical-align: top;
	border-bottom: #999 1px solid;
}
table.outLine th {
	width: 130px;
	background: url(images/outLine.gif) no-repeat right bottom;
}
table.outLine td.bottom,
table.outLine th.bottom {
	border: none;
	background: none;
}
dl.outLine dt {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 15px;
}
dl.outLine dd {
	margin: 3px 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: #999 1px dotted;
}

dl.policy dt {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 15px;
}
dl.policy dd {
	padding: 3px 20px 15px 15px;
}
.point {
	color:#FF0000;
}

table.outLine td input {
	width: 350px;
}
table.outLine td textarea {
	width: 400px;
	height: 300px;
}
table.outLine td input.btn {
	width: 130px;
}
.strong {
	font-weight: bold;
	font-size: 123.1%;
	color:#FF0000;
}

