@charset "Shift_JIS";

/* nihongo.css */

/* layout
////////////////////////////////////////////////////*/
#nihongokouza {
	line-height: 1.5;
}

.tb3sec {
	margin-left: 20px;
}

/* table
////////////////////////////////////////////////////*/
caption {
	text-align: left;
	margin-bottom: 2px;
}

.nttbl1, .nttbl2, .nttbl3 {
	margin-top: 20px;
	margin-left: 20px;
}
.nttbl1, .nttbl2, .nttbl3, .nttbl4,
.nttbl1 td, .nttbl2 td, .nttbl3 td, .nttbl4 td {
	border: 1px solid gray;
	border-collapse: collapse;
	padding: 3px 14px;
}
.nttbl1 td {
	width: 180px;
}
.nttbl3 td{
	padding: 0 20px;
}

.thb td {
	text-align: center;
	background-color: #dfdfdf;
}

.rtal td {
	text-align: center;
}

.prtag {
	text-align: center;
}

/* caption
////////////////////////////////////////////////////*/
#nihongokouza h2 {
	border-bottom: 1px solid #ffdddd;
	font-size: large;
	margin-top: 20px;
}

caption.mn {
	border-left: 12px solid #b3d465;
	border-top: 1px dotted #b3d465;
	border-bottom: 1px dotted #b3d465;
	font-weight: bold;
/*	background: url(./images/elements/nihong-bg1.png) repeat-x bottom left; */
}
caption.nt {
	border-left: 12px solid #0068b7;
	border-top: 1px dotted #0068b7;
	border-bottom: 1px dotted #0068b7;
	font-weight: bold;
/*	background: url(./images/elements/nihong-bg2.png) repeat-x bottom left; */
}


.crnte {
	width: 540px;
	margin-left: 30px;
	border: 1px dotted #ff9f9f;
}
.crnte dt {
	padding-left: 17px;
}

