@charset "utf-8";

/* business Dedication
---------------------------------------------*/

#contents{
	background-image:url(../../fee/images/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 42px;
	background-position: top;
	padding-left: 56px;
	width: 711px;
	list-style-type: none;
}

#contents li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tittole{
	padding-top: 42px;
	padding-bottom: 24px;
}


/* 料金体系
---------------------------------------------*/
#ryoukin{
	width: 600px;
	margin-left: 43px;
}
.koumoku{
	width: 600px;
	margin-top: 0px;
	margin-bottom: 25px;
	background-image: url(../../fee/images/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* 料金体系テーブル（顧問契約）
---------------------------------------------*/
.float {
	float:left;
	margin-right: 50px;
}


#feetable{
	width: 600px;
}
#feetable table {
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	line-height: 1.5;
	width: 231px; /* ボックスの幅を指定 */
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#feetable td {
	padding: 3px; /* 全方向にパディングを指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	text-align: right;
}
#feetable th {
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 3px; /* 全方向にパディングを指定 */
	width: 116px; /* ボックスの幅を指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.color-blue{
background-color:#dfeaf0
}

.chuui{
	width: 470px;
	font-size:80%;
	color: #5E92B4;
	padding-top: 5px;
}

/* 料金体系テーブル（給与計算）
---------------------------------------------*/
#feetable2{
	width: 600px;
}
#feetable2 table {
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	line-height: 1.5;
	width: 400px; /* ボックスの幅を指定 */
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#feetable2 td {
	padding: 3px; /* 全方向にパディングを指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	text-align: right;
}
#feetable2 th {
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 3px; /* 全方向にパディングを指定 */
	width: 116px; /* ボックスの幅を指定 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}

/* 契約内容
---------------------------------------------*/
#keiyakulist{
	line-height: 200%;
	padding-left: 15px;
}

#keiyakulist li{
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;
}
#keiyaku{
	border: 1px solid #5E92B4;
	padding: 15px;
	line-height: 150%;
}

#keiyaku h4{
	font-weight: bold;
	color: #5E92B4;
	padding-bottom: 5px;
}
