@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: メンテナンス料金用CSS                                                      */
/* 作成日: 2009-5-11                                                                */
/* 最終更新日: 2009-5-11        　                                                  */
/* 作成者: 佐藤拓也         　                                                      */
/* 最終更新者: 佐藤拓也                                                             */
/*                                                                                  */
/* ################################################################################ */


div.container div.mainArea h2 {
	margin-bottom: 0;
}

div.container div.mainArea h4 {
	margin-top: 20px;
}

/* -------------------------------------------------------------------------------- */
/*      1. 表                                                                       */
/* -------------------------------------------------------------------------------- */

div.container div.mainArea table {
	margin-bottom: 35px;
	margin-left: 30px;
	width: 630px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.container div.mainArea table th {
	padding: 7px;
	border: solid 1px #91653E;
	line-height: 1.3;
	color: #313131;
	background-color: #DCC9B1;
	font-size: 80%;
	font-weight: bold;
}

div.container div.mainArea table th.col {
	border-bottom: solid 1px #91653E;
}

div.container div.mainArea table td {
	padding: 7px;
	border: solid 1px #C3C3C3;
	font-size: 80%;
	line-height: 1.3;
	text-align: right;
}

div.container div.mainArea h5 {
	margin-top: 0;
}
