@charset "utf-8";
/* リセット ================================================= */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	display: block;
	border: none;
}
a {
	text-decoration:none;
}
 
/* ベーススタイル =========================================== */
body {
	width: 100%;
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #F0F0F0;
	margin: 0 auto; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	line-height:1.8em;
}
div.twoColLiqRtHdr {
	width: 930px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	padding: 0;
	border-left:#730000 solid 3px;
	border-right:#730000 solid 3px;
	background: #FFFFFF;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
}
* html body div.twoColLiqRtHdr {
	width: 936px;
}
.twoColLiqRtHdr #container {
	width: 930px;
	margin: 0; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	padding: 0;
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
/* 回り込み ================================================= */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.f_cfix:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
/* マージン ================================================= */
.margin10 {
	margin:10px;
}
.margin20 {
	margin:20px;
}
.margin30 {
	margin:30px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_left20 {
	margin-left: 20px;
}
.margin_left30 {
	margin-left: 30px;
}
.margin_left50 {
	margin-left: 50px;
}
.margin_left150 {
	margin-left: 150px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right20 {
	margin-right: 20px;
}
.margin_right30 {
	margin-right: 30px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top30 {
	margin-top: 30px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom30 {
	margin-bottom: 30px;
}
.margin_lr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.margin_lr20 {
	margin-left: 20px;
	margin-right: 20px;
}
.margin_lr30 {
	margin-left: 30px;
	margin-right: 30px;
}
.margin_tb10 {
	margin: 10px 0;
}
.margin_tb20 {
	margin: 20px 0;
}
.margin_tb30 {
	margin: 30px 0;
}
/* ヘッダー ================================================= */
.twoColLiqRtHdr #header {
	background: #DDDDDD url(../images/head/head_bg.gif) repeat-x;
	width:930px;
	height: 105px;
	text-align:center;
}
/*-- ヘッダーナビゲーション用 --*/
/*-- clearfix --*/

.clearfix {
	zoom:1;/*for IE 5.5-7*/
	overflow:hidden; /*--Dreamweaverデザインビューでの崩れを防ぐため--*/
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

/*--hnavi--*/

#hnavi {
	text-align:left;
	hegiht:20px;
	margin: 0;
	padding: 0;
}
#hnavi ul {
	width:930px;
	margin: 0;
	padding:0;
	height:20px;
}
#hnavi li {
	float:left;
	list-style-type: none;
}
#hnavi li img {
	margin: 0;
	padding: 0;
	vertical-align:top;
	border:0;
}
/* */
.twoColLiqRtHdr #header #under {
	position:relative;
	width:930px;
	height: 85px;
	text-align:left;
}
.twoColLiqRtHdr #header #under #contact {
	position:absolute;
	width:90px;
	height:13px;
	z-index:1;
	left: 605px;
	top: 55px;
}
.twoColLiqRtHdr #header #under #policy {
	position:absolute;
	width:113px;
	height:13px;
	z-index:1;
	left: 705px;
	top: 55px;
}
.twoColLiqRtHdr #header #under #kaiji {
	position:absolute;
	width:100px;
	height:13px;
	z-index:1;
	left: 828px;
	top: 55px;
}
/* フッター ================================================= */

.twoColLiqRtHdr #footer {
	clear:both;
	width:930px;
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FF0000 url(../images/foot/bg_footer.gif) repeat-x;
	text-align:center;
}
.twoColLiqRtHdr #footer #footerBox {
	height:89px;
	position:relative;
	background:#FF0000 url(../images/foot/bg_footer.gif) repeat-x;
	text-align:left;
}
.twoColLiqRtHdr #footer #disclosure {
	width:670px;
	height:40px;
	position:absolute;
	z-index:1;
	left: 250px;
	top: 25px;
	padding-left:40px;
	border-left:#FFFFFF solid 1px;
}
.twoColLiqRtHdr #footer #disclosure p {
	color: #FFFFFF;
	font-size: 12px;
	line-height:1.3em;
	text-align:left;
}
/* サイドメニュー =========================================== */

/* #sidebar に関するヒント：
1. 「.twoColLiqRtHdr #sidebar p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。*/

#sidebar {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	margin:5px 0 10px 0;
	background: #FFFFFF; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding-top: 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}
#sidebar img {
	margin-bottom:2px;
}
#side_first_box, #side_second_box, #side_third_box {
	position: relative;
	margin:0;
}
.side_Content_box {
	position: relative;
	margin:10px 0;
}
#side_first_box_request, #side_second_box_member, #side_third_box_navi {
	position: relative;
	width:197px;
	z-index:1;
	left: 2px;
}
.side_Content_box_01 {
	position: relative;
	width:197px;
	z-index:1;
	left: 2px;
}
/* メインコンテンツ ========================================= */

/* #mainContent に関するヒント：
1. #mainContent と #sidebar の間のスペースは、#mainContent div の右マージンによって設定されます。#sidebar div に含まれるコンテンツの量に関係なく、#sidebar div のスペースは維持されます。#sidebar のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この右マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
.twoColLiqRtHdr #mainContent {
	position:relative;
	width: 630px;
	margin: 5px 50px 10px 50px; /* 左マージンは、適切に整列されるように、ヘッダーおよびフッターのマージンと同じである必要があります。 */
}
.twoColLiqRtHdr #mainContent strong {
	color:#990000;
	font-weight: normal;
}
.twoColLiqRtHdr #mainContent h1, .twoColLiqRtHdr #mainContent h2, .twoColLiqRtHdr #mainContent h3 {
	text-indent:-9999px;
	margin-bottom:10px;
}
.twoColLiqRtHdr .content_box {
	position:relative;
	width: 630px;
	margin-bottom:30px;
}
#telBox {
	position:relative;
	width:600px;
	height:200px;
	margin: 40px 15px 20px 15px;
	text-align:center;
}
.twoColLiqRtHdr #mainContent .Caption {
	font-size:13px;
	color:#990000;
	line-height:1.4em;
}
/* トピックパス---------------------------------------------- */
ul#topic-path {
	font-size:85%;
	line-height:1.2em;
	margin:0 0 10px 0;
	display:inline-block;
}
ul#topic-path:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}
ul#topic-path li {
	float:left;
	margin:0 3px 0 0;
}
/* index ---------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no00_ttl_info {
	margin-bottom:10px;
	background:url(../images/content/00_ttl_info.gif) no-repeat;
}
#news_box {
	margin: 0 auto 20px 0px;
	padding: 0 15px 10px 15px;
	width:598px;
	height:200px;
	overflow:auto;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
}
*html #news_box {
	width:630px;
}
#news_box dl {
	float:left;
	border-bottom: dotted 1px #cccccc;
}
#news_box dl:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
#news_box dt {
	width:55px;
	float:left;
	display:block;
	font-weight:bold;
}
#news_box dd {
	margin-left:20px;
	width:500px;
	float:left;
	display:block
}
#news_box dd .strong {
	font-weight:bold;
}
/* 01 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no01_ttl_nagare {
	margin-bottom:10px;
	background:url(../images/content/01_ttl_nagare.gif) no-repeat;
}
/* 02 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no02_bg_kingaku {
	position:absolute;
	background:url(../images/content/02_bg_kingaku.gif) no-repeat;
	width:405px;
	height:241px;
	z-index:1;
	left: 305px;
	top: 40px;
}
.twoColLiqRtHdr #mainContent #no02_ttl_kingaku {
	margin-bottom:10px;
	background:url(../images/content/02_ttl_kingaku.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no02_ttl_kingaku2 {
	margin-bottom:10px;
	background:url(../images/content/02_ttl_kingaku2.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no02_ttl_kikan {
	margin-bottom:10px;
	background:url(../images/content/02_ttl_kikan.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no02_ttl_kaituke {
	margin-top:20px;
	margin-bottom:10px;
	background:url(../images/content/02_tts_kaituke.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent .no02_spotCaption {
	width:331px;
	border:2px solid #bb0000;
	margin:20px 0 30px 0px;
}
.twoColLiqRtHdr #mainContent .no02_spotCaption p {
	margin:3px 3px 3px 16px;
}
.twoColLiqRtHdr #mainContent .no02_spotCaption strong {
	text-indent:-12px;
	color:#A7181C;
	font-weight:normal;
}
/* 03 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no03_bg_kaihi {
	width:710px;
	height:453px;
	background:url(../images/content/03_bg_kaihi.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no03_ttl_kaihi {
	width:700px;
	height:64px;
	margin-bottom:10px;
	background:url(../images/content/03_ttl_kaihi.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no03_ttl_kaituke {
	width:232px;
	height:23px;
	margin:0 0 0 25px;
	background:url(../images/content/03_ttl_kaituke.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no03_zu_kaituke {
	width:616px;
	height:223px;
	margin:0 0 10px 35px;
	background:url(../images/content/03_kaituke_zu01.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no03_ttl_nenkaihi {
	width:141px;
	height:23px;
	margin:0 0 7px 25px;
	background:url(../images/content/03_ttl_nenkaihi.gif) no-repeat;
}
/* 04 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no04_ttl_hokan {
	width:147px;
	height:23px;
	margin-bottom:10px;
	background:url(../images/content/04_ttl_hokan.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no04_ttl_zandaka {
	width:400px;
	height:23px;
	margin-bottom:10px;
	background:url(../images/content/04_ttl_zandaka.gif) no-repeat;
}
/* 05 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no05_ttl_pay {
	margin-bottom:10px;
	background:url(../images/content/05_ttl_pay.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no05_tts_pay1 {
	width:549px;
	height:51px;
	margin-top:20px;
	margin-bottom:10px;
	background:url(../images/content/05_tts_pay01.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no05_tts_pay2 {
	width:454px;
	height:36px;
	margin-bottom:10px;
	background:url(../images/content/05_tts_pay02.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no05_ttl_kinka {
	width:418px;
	height:23px;
	margin-bottom:10px;
	background:url(../images/content/05_ttl_soufu.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no05_ttl_touka {
	width:418px;
	height:23px;
	margin:25px 0 10px 0;
	background:url(../images/content/05_ttl_touka.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent .pay_txt {
	text-indent:-14px;
	margin:8px 0 20px 182px;
}
/* 06 ------------------------------------------------------- */
.table_net {
	width:600px;
	margin:0 auto 20px 15px;
	vertical-align:top;
	font-size:12px;
	text-align:center;
	border:none;
}
.table_net_th {
	padding:3px 20px;
	background:#000000;
	border:#000000 solid 1px;
	vertical-align:top;
	color:#FFFFFF;
}
.table_net_td {
	background:#ffffff;
	border:#000000 solid 1px;
	vertical-align:top;
}
.table_net_td img {
	margin:10px auto;
}
.table_net_txt {
	margin:10px;
	padding:5px;
	border:#000000 dotted 1px;
	text-align:left;
}
.twoColLiqRtHdr #mainContent #no06_ttl_internet {
	width:400px;
	height:28px;
	margin-bottom:30px;
	background:url(../images/content/06_ttl_internet.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no06_service1 {
	position:relative;
	width:600px;
	height:278px;
	background:url(../images/content/06_bg_service.gif) no-repeat;
	margin:10px 15px;
}
.twoColLiqRtHdr #mainContent #no06_service1 .tts_zandaka {
	width:600px;
	height:65px;
	margin:0 0 5px 0;
	background:url(../images/content/06_tts_service1.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no06_service1 .s_left {
	position:absolute;
	left:70px;
	top:70px;
}
.twoColLiqRtHdr #mainContent #no06_service1 .s_right {
	position:absolute;
	left:325px;
	top:70px;
}
.twoColLiqRtHdr #mainContent #no06_service2 {
	position:relative;
	width:600px;
	height:321px;
	background:url(../images/content/06_bg_service2.gif) no-repeat;
	margin:20px 15px;
}
.twoColLiqRtHdr #mainContent #no06_service2 .tts_tukiduki {
	width:600px;
	height:100px;
	margin:0 0 5px 0;
	background:url(../images/content/06_tts_service2.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #no06_service2 .s_left {
	position:absolute;
	left:70px;
	top:108px;
}
.twoColLiqRtHdr #mainContent #no06_service2 .s_right {
	position:absolute;
	left:325px;
	top:108px;
}
.twoColLiqRtHdr #mainContent .ttl_tejun {
	width:455px;
	height:27px;
	margin-left:50px;
	background:url(../images/content/06_ttl_tejun.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent .chart {
	width:600px;
	margin:10px 15px;
	line-height:1.8em;
	text-align:center;
}
.twoColLiqRtHdr #mainContent .cBtn_bg {
	position:relative;
	width:500px;
	height:69px;
	background:#A7191D url(../images/content/06_bg_info_bottom.gif) no-repeat;
	text-align:center;
	margin:8px auto 0 auto;
	color:#ffffff;
}
.twoColLiqRtHdr #mainContent .cBtn {
	position:absolute;
	width:243px;
	height:55px;
	top:7px;
	left:240px;
}
.twoColLiqRtHdr #mainContent .tejunArrow {
	width:600px;
	background:url(../images/content/06_arrow.gif) no-repeat;
	margin:10px 15px;
	padding:0;
	text-align:center;
}
.twoColLiqRtHdr #mainContent .tejunArrow p {
	padding-top:30px;
	text-align:center;
}
.twoColLiqRtHdr #mainContent .tejunArrow2RightCap {
	width:500px;
	margin:0px auto 15px 65px;
	border:2px solid #cccccc;
}
.twoColLiqRtHdr #mainContent .tejunArrow2RightCap p {
	margin:3px 3px 3px 15px;
	padding:3px 3px 3px 15px;
	text-align:left;
	line-height:1.5em;
	text-indent:-16px;
}
/* 07 ------------------------------------------------------- */
.twoColLiqRtHdr #mainContent #no07_ttl_qa {
	margin-bottom:10px;
	background:url(../images/content/07_ttl_qa.gif) no-repeat;
}
.twoColLiqRtHdr #mainContent #faq dl {
	line-height:1.6em;
	margin:0 0 50px 0;
	padding:0;
}
.twoColLiqRtHdr #mainContent #faq dt {
	margin:0;
	padding:0;
	font-size:16px;
	color: #0000FF;
}
.twoColLiqRtHdr #mainContent #faq dd {
	margin:0 0 15px 24px;
	padding:0;
	text-indent:-12px;
}
/* outline -------------------------------------------------- */
.table_outline {
	margin-bottom:20px;
	line-height:1.2em;
	font-size:12px;
	border:#333333 solid 2px;
	border-collapse:separate;
	border-spacing:2px;
}
.td_left {
	border:#333333 solid 1px;
	background: #990000;
	color:#FFFFFF;
	padding:10px;
}
.td_left_2 {
	border:#333333 solid 1px;
	background: #ffcccc;
	padding:10px;
}
.td_right {
	border:#333333 solid 1px;
	background:#FFFFFF;
	padding:5px;
}
.td_top {
	border:#333333 solid 1px;
	background:#cccccc;
	padding:5px;
}
/* lp ------------------------------------------------------- */
.twoColLiqRtHdr #lp_header {
	background: #DDDDDD url(../images/lp/head_bg.gif) repeat-x;
	width:930px;
	height: 85px;
	text-align:center;
}
.twoColLiqRtHdr #lp_header #top_gnavi {
	width:930px;
	background: #DDDDDD url(../images/head/head_bg.gif) repeat-x;
	height: 20px;
}
.twoColLiqRtHdr #lp_header #under {
	position:relative;
	width:930px;
	height: 85px;
	text-align:left;
}
.twoColLiqRtHdr #lp_header #under #contact {
	position:absolute;
	width:90px;
	height:13px;
	z-index:1;
	left: 605px;
	top: 55px;
}
.twoColLiqRtHdr #lp_header #under #policy {
	position:absolute;
	width:113px;
	height:13px;
	z-index:1;
	left: 705px;
	top: 55px;
}
.twoColLiqRtHdr #lp_header #under #kaiji {
	position:absolute;
	width:100px;
	height:13px;
	z-index:1;
	left: 828px;
	top: 55px;
}
.twoColLiqRtHdr #mainContent #campaign {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.twoColLiqRtHdr #mainContent .campaign_bold {
	font-weight:bold;
}
.twoColLiqRtHdr #mainContent #lp_no02_bg_kingaku {
	position:absolute;
	background:url(../images/content/02_bg_kingaku.gif) no-repeat;
	width:405px;
	height:241px;
	z-index:1;
	left: 305px;
	top: 2500px;
}
.twoColLiqRtHdr #mainContent #lp_no02_bg_kingaku02 {
	position:absolute;
	background:url(../images/content/02_bg_kingaku.gif) no-repeat;
	width:405px;
	height:241px;
	z-index:1;
	left: 305px;
	top: 2460px;
}
.twoColLiqRtHdr #mainContent #lp_no02_bg_kingaku03 {
	position:absolute;
	background:url(../images/content/02_bg_kingaku.gif) no-repeat;
	width:405px;
	height:241px;
	z-index:1;
	left: 305px;
	top: 2470px;
}
/*--- 資料請求 ---*/
.info_bottom {
	width:500px;
	height:69px;
	margin: 25px 100px 25px 100px;
	background:url(../images/lp/bg_info_bottom.gif) no-repeat;
	clear:both;
}
.info_bottom ul {
	position:relative;
	line-height:1.2em;
	list-style:none;
	margin:0 0 0 215px;
	padding:0;
}
.info_bottom li {
	margin:0;
	padding:0;
	float:left;
}
/*--- ページトップへ戻る ---*/
pageTop h2 {
	width:700px;
	text-align:right;
	margin:10px 0 15px 0;
	clear:both;
}

