@charset "utf-8";

/* tegaki.rw.to CSS Document */

/* common */

/* base */

/* color */
span.small10 {
	font-size: 10px;
	line-height: 12px;
}

/* contents */
div.box2 {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 665px;
	min-height: 400px;
	letter-spacing: 1px;
	line-height: 20px;
}
* html div.box2 {
	/* スターハック(IE4～6、MacIE4～5以下にのみ適用) */
	height: expression((document.documentElement.clientHeight > 400)? "400px" : "100%");
}
div.control2 {
	margin: 0px auto;
	padding: 0px;
	width: 250px;
	height: 25px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
}

/* title */
div.title2 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	border-left: #8fc31f solid 5px;
	border-bottom: #999999 solid 1px;
}
div.title3 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 190px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	border-left: #00b7ee solid 5px;
	border-bottom: #999999 solid 1px;
}
div.title4 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	border-left: #8957a1 solid 5px;
	border-bottom: #999999 solid 1px;
}
div.title5 {
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	width: 95%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	border-left: #8957a1 solid 5px;
	border-bottom: #999999 solid 1px;
}

/* comment */

/* list */

/* icon */

/* table */
table.tb1a {
	margin: 5px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: #cdcdcd solid 1px;
	background-color: #edf6d5;
}
table.tb1a th,
table.tb1a td {
	padding: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	border: #cdcdcd solid 1px;
}
table.tb1a th {
	text-align: right;
	background-color: #cce198;
}

table.tb4a {
	margin: 5px auto;
	padding: 0px;
	border-collapse: collapse;
	border: #cdcdcd solid 1px;
}
table.tb4a th,
table.tb4a td {
	padding: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	border-top: #cdcdcd solid 1px;
	border-bottom: #cdcdcd solid 1px;
}
table.tb4a th {
	text-align: right;
}
table.tb4a tr.even {
	background-color: #eedff5;
}
