@charset "UTF-8";

.mokuji {
	background-color: #e5e5e5;
	padding:20px;
	margin-top:20px;
}
.mokuji h4 {
	margin: 0px;
	padding: 0px;
}
.mokuji ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.q {
	color: #090;
	font-weight: bold;
}
.leader {
	font-size: .9em;
	border: 1px dotted #666;
	padding: 20px;
}
.leader p {
	margin: 0px;
	padding: 0px;
	color: #333;
}
.breadcrumbs h1{
	text-align: left;
	background-repeat: repeat-x;
	background-position: right bottom;
	padding:15px 0px;
	margin-top:0px;
	font-size: large;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6FBA2C;
	border-bottom-color: #ccc;
	background-image: url(../images/bg_h1.png);
}
.breadcrumbs h2
{
	text-align: left;
	clear: both;
	font-size: 115%;
	padding: 6px 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background-image: url(../images/h2_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #6FBA2C;
	background-color: #6FBA2C;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}.ta1 {
	float: left;
	width: 49%;
}
.ta2 {
	float: right;
	width: 49%;
}
.ta td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
