@charset "UTF-8";

div#title h2 {
	background-image: url(/dictionary/img/tit-page.png);
	color: #00425e;
	font-size: 1.5em;
	font-weight: bold;
	height: 21px;
	padding-left: 12px;
	margin-bottom: 5px;
}
div#contents p {
	font-size: 120%;
	padding-left: 12px;
}
div#r-navi {
	float: right;
	padding-right: 20px;
	width: 150px;
}
div#r-navi ul {
	padding: 0 0 0 10px;
}
div#r-navi ul li {
	margin-bottom: 15px;
}
div#r-navi ul li div.vf-title a {
	font-size: 120%;
	font-weight: bold;
}
div#r-navi ul li div.vf-view-node {
	text-align: right;
}
div#r-navi ul li a.current {
	color: #414141;
}
div.question {
	padding-left: 0px;
	padding-bottom: 15px;
}
div.question p,
div.ans p {
	margin-bottom: 10px;
}
div.ans h3 {
	color: #00425e;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #da783d solid 1px;
	margin-bottom: 5px;
}
div.ans form {
	margin-top: 20px;
}
div#note div.cont {
	width: 470px;
}
div#note div.cont div.view-header h2,
div.view-empty h2 {
	background: url(/dictionary/img/tit-list.png) 0 0 repeat-y;
	color: #00425E;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 10px;
}
div#note div.cont div.view-content ul {
	font-size: 120%;
}
div#note div.cont div.view-content ul div.vf-title {
	font-weight: bold;
}
div#note div.cont div.view-content ul div.vf-view-node {
	text-align: right;
}
div#note div.cont div.view-content ul li {
	border-bottom: #ccc dotted 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.fivestar-summary {
	padding-top: 15px;
	font-size: 120%;
}

