@charset "utf-8";
/* other用CSS -----------------------------------------------*/
#other_main p {
	padding: 10px;
	line-height: 1.8em;
}
/* シングルのテーブル -----------------------------------------------*/
table.single {
	width: 770px;
	margin: 15px 0 5px 0;
	border-collapse: collapse;
}
table.single td,table.single th {
	border: 1px solid #D1D1D1;
	text-align: center;
	padding: 2px 3px;
	line-height: 1.8em;
}
table.single td{
	text-align: left;
}
/* テーブル内thのカラー分岐 -----------------------------------------------*/
.bg_th {
	background:#FFC;
}
/* このプランについて -----------------------------------------------*/
div#plan_txt {
	clear: both;
	width: 770px;
	margin: 0 0 15px;
	line-height: 1.8em;
}
div#plan_txt p a {
	color: #333;
	text-decoration: underline;
}


/* h4見出し -----------------------------------------------*/
div#main h4 {
	background: url(../image/common/h4_bg.gif) no-repeat bottom left;
	width: 750px;
	height: 25px;
	padding: 5px 0 0 20px;
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
*html div#main h4 {
	width: 770px;
	height: 30px;
}