@charset "utf-8";

/* コンテンツタイトル */

div#contents_title div h2 {
	width: 175px;
	height: 50px;
	background: url(../../images/p-comparison/h2_title.gif) 0 0 no-repeat;
}


/* グローバルナビ */

div#global_navi ul li#gnavi_recomend a {
	background: url(../../common/images/head/global_navi.gif) -304px -20px no-repeat;
}

div#global_navi ul li ul li#gnavi_recomend02 a {
	color: #66CC00;
	background: url(../../common/images/head/icon_global_navi01.gif) 0 center no-repeat;
}



/* コンテンツスタイル
----------------------------------------------------------- */
div#main {
	background: url(../../images/p-comparison/main_bg_analysis.jpg) -14px 28px no-repeat;
}

div#main h4 {
	margin-left: 80px;
}

div#main p {
	margin-left: 20px;
}


/* 料金比較スタイル */

div#main table {
	width: 564px;
	margin: 90px 20px 20px 20px;
	color: #666;
	font-size: 100%;
	line-height: 1.6;
}

* html div#main table {
	margin-top: 110px;
}

*+html div#main table {
	margin-top: 110px;
}

div#main table th,
div#main table td {
	width: 100px;
	padding: 5px 2px;
	border: 1px solid #CCC;
	text-align: center;
}

div#main table th {
	background: #F3F3F3;
}

div#main table td.logist_text {
	color: #FF0000;
	font-weight: bold;
}



/* ボタンスタイル */

div#main div#btn_function {
	width: 182px;
	margin: 50px 211px 0 211px;
}

div#main div#btn_function a {
	display: block;
	width: 182px;
	height:37px;
	background:url(../../images/p-comparison/btn_function.gif) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
}

div#main div#btn_function,
div#main div#btn_function a:hover {
	background:url(../../images/p-comparison/btn_function.gif) 0 -37px no-repeat;
}




