@charset "UTF-8";

@import "/common/css/base.css";
@import "/common/css/font.css";

h1 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7abcd0;
	margin-bottom: 20px;

}

.leftnavi li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8D7DE;
	list-style-type: none;
}
.leftnavi li a {
	background-image: url(/common/img/leftbullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	color: #00779e;
}
.contentsname {
	padding-bottom: 10px;
	padding-top: 10px;
}
.categoryname {
	background-color: #e2d9c7;
	font-size: 100%;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-weight: bold;
	color: #414141;
}
table.sorting {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 675px;
		border-collapse: collapse;
  border: solid 1px #999;
  font-size: 93%;
	color: #444;
}


table.sorting td {
  padding: 4px 12px;
		border: dotted 1px #ccc;	
		line-height: 150%;
}
table.sorting th {
padding: 4px 6px;
		border: solid 1px #ccc;	
		line-height: 150%;
  text-align: center;
  white-space: nowrap;
		font-weight:normal;
		width: 80px;
		background-color:#D1ECF2;
}
table.sorting caption {
	font-size: 112%;
	color: #0084ab;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 10px;
}
.nodata {
	font-size: 100%;
	font-weight: bold;
	background-color: #EEE;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 200px;
	color: #CC0000;
}

