@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css"; /* initial setting */
@import "/common/themes/cms/Scripts/thickbox.css"; 

a:link {
	color: #508ae9;
	text-decoration: none;
}
a:visited {
	color: #5e50e9;
	text-decoration: none;	
}
a:hover {
	color: #e97f50;
	text-decoration: underline;
}
a:active {
	color: #508ae9;
	text-decoration: none;	
}


.section {
	margin-bottom: 4em;
}
#map,#map02 {
	width: 620px;
	height: 300px;
	margin-top: 10px;
	border: #81796c 1px solid;
	margin-bottom: 1em;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 0;
	padding-left: 10px;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 5px;
}
table.tenpo {
	width: 400px;
}
table.tenpo td,
table.tenpo th {
	padding: 5px 10px;
}
table.tenpo th {
	border-bottom: #bf6e71 2px solid;
	text-align: right;
	width: 70px;
	vertical-align: top;
}
table.tenpo td {
	vertical-align: bottom;
	border-bottom: #81796c 1px solid;
}
table.outline {
	width: 600px;
}
table.outline td,
table.outline th {
	padding: 10px 10px 5px 10px;
	border-bottom: #898989 1px solid;
}
table.outline tr {
	border-bottom: #898989 1px solid;
}
table.outline th {
	background: url(images/tablePoint.gif) no-repeat right bottom;
	width: 180px;
	vertical-align: top;
}
table.outline td {
	vertical-align: bottom;
}

dl.policy dt {
	border-left: #bf6e71 13px solid;
	padding-left: 15px;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.policy dd {
	padding: 0 15px 1.5em 15px;
}

.rightBox {
	float: right;
	margin: 0 0 1em 1em;
}
.rightBox img {
	margin-bottom: 10px;
}

ul.sitemap li {
	background: url(images/sitempapIcon.gif) no-repeat 0 4px;
	padding-left: 15px;
	padding-bottom: 7px;
}
ul.sitemap li ul li {
	background: url(images/sitemapInnericon.gif) no-repeat 0 3px;
	padding-bottom: 0;
}
ul.thumb li {
	float: left;
}
ul.thumb li img {
	vertical-align: top;
	border: #ddd 1px solid;
}
ul.thumb li a:hover img {
	border: #FF9900 1px solid;
}
ul.fukushi li {
	background: url(images/fukushiPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}

.hrLine {
	height: 1px;
	margin: 10px 0;
	border-top: #999 1px dotted;
}
