@charset "utf-8";
/* CSS Document */


.text_in h3 {
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #930000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #630;
}

.text_mini{
	border: 2px solid #c09;
	list-style-image: url(../images/tm_li.gif);
	list-style-position: inside;
	width: 480px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.text_mini2{
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #faf3f3;
	border: thin dotted #999;
}

.text_mini ul li{
	font-size: 14px;
	margin-bottom: 8px;
}


table{
	margin-bottom: 20px;
}

th{
	width: 250px;
}

th,td{
	height: 45px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.pink_back{
	background-color: #fef;
}


.center{
	text-align: center;
}