@charset "UTF-8";

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

h1 {
	font-size: 100%;
	color: #0084ab;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border: 3px solid #ceecf2;
}

.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;
}
.phone {
	font-size: 122%;
	font-weight: bold;
	color: #0084ab;
	line-height: 160%;
}
.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%;
}

