@charset "UTF-8";

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

h1 {
	background-color: #ebe4d7;
	font-size: 100%;
	color: #4f4f4f;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

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

p.q {
	background-image: url(/faq/img/q.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 160%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 45px;
	margin-top: 10px;
	background-color: #6bc5d0;
	font-weight: bold;
}
p.a {
	font-size: 93%;
	line-height: 180%;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(/faq/img/a.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
}

