@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;
}

.hoshin {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	border: 3px solid #ceecf2;
	margin-top: 20px;
}
.hoshin h2 {
	font-size: 100%;
	font-weight: bold;
	color: #0084ab;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0084ab;
	padding-top: 10px;
}
.hoshin p {
	font-size: 85%;
	line-height: 170%;
	color: #777;
}
.hoshin ul {
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hoshin li {
	font-size: 100%;
	line-height: 180%;
}
.boxarea {
	padding-top: 10px;
	padding-bottom: 20px;
}
.boxarea h2 {
	background-color: #ede9e3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	line-height: 160%;
}
.boxarea p {
	color: #777777;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 93%;
	line-height: 160%;
}
.boxarea li {
	color: #777777;
	font-size: 93%;
	line-height: 160%;
	text-indent: -20px;
}
.boxarea ul {
	margin-left: 40px;
	list-style-type: none;
	padding-bottom: 15px;
}
.atesaki {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #777;
	text-indent: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 93%;
	line-height: 170%;
}
.priority {
	background-color: #cfeaef;
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.pdflink a {
	display: block;
	padding-left: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 100%;
}
.profiletabel {
	padding-top: 10px;
	padding-bottom: 10px;
}
.profiletabel table {
	width: 675px;
}
.profiletabel th {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cfeaef;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
	width: 200px;
}
.profiletabel td {

	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #eee;
	font-size: 100%;
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.profiletabel td ul {
	margin-left: 20px;
}

