﻿/*ページ全体の設定*/
#page {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	color: #333333;
}
/* 左ＢＯＸ */
#left_box {
	width: 590px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	float: left;
}
/* トップページタイトル */
#toppage_title {
	width: 585px;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	background-color: #506BA5;
}
/* トップページ内容 */
.toppage_naiyo {
	width: 570px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFDE;
    /*border-top-color: #C0C0C0;
    border-top-style: solid;
    border-top-width: 1px;*/
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
/* トップページＦＬＡＳＨ制御（Firefoxの点線を消す） */
object {outline: none;}
/* ＮＥＷＳタイトル */
#news_title {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
/* ＮＥＷＳ内容 */
#news_naiyo {
	width: 570px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #E0FFFF;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px;
}
/* 右ＢＯＸ */
#right_box {
	width: 128px;
	padding: 5px;
	margin-top: 5px;
	background-color: #E6E6E6;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px;
	float: left;
}
/* リンク */
.link_box {
	margin-bottom: 15px;
}
/* 中央ＢＯＸ */
#center_box {
	width: 740px;
	padding-left: 10px;
	margin-top: 5px;
}
/* メニュー階層 */
#menu_navi {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}
/* メニュー階層（エコ） */
#menu_navi_eco {
	width: 240px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}
/* サブメニュー（エコ） */
#submenu_eco {
	width: 500px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}
/* コンテンツタイトル（緑） */
.content_title_green {
	clear: both;
	width: 694px;
	height: 22px;
	padding-left: 46px;
	padding-top: 6px;
	margin-bottom: 20px;
	background-image: url(img/title_bar_green.jpg);
}
/* コンテンツタイトル（藤） */
.content_title_fuji {
	clear: both;
	width: 694px;
	height: 22px;
	padding-left: 46px;
	padding-top: 6px;
	margin-bottom: 20px;
	background-image: url(img/title_bar_fuji.jpg);
}
/* コンテンツサブタイトル（白） */
.content_subtitle_white {
	width: 254px;
	height: 20px;
	padding-left: 46px;
	padding-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(img/subtitle_bar_white.jpg);
}
/* コンテンツサブタイトル（藤） */
.content_subtitle_fuji {
	width: 254px;
	height: 20px;
	padding-left: 46px;
	padding-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(img/subtitle_bar_fuji.jpg);
}
/* コンテンツ内容 */
.content_naiyo {
	width: 700px;
	margin-left: 30px;
	margin-bottom: 20px;
}
/* コンテンツ内容（行間あける） */
.content_naiyo_gyokan {
	width: 700px;
	line-height: 140%;
	margin-left: 30px;
	margin-bottom: 20px;
}
/* コンテンツ内容(薄ピンク） */
.content_naiyo_lightpink {
	width: 688px;
	height: 26px;
	padding-top: 12px;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #EEE8EA;
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
}
/* コンテンツ(エコイメージ） */
.content_eco_img {
	margin-left: 40px;
	margin-bottom: 10px;
}
/* コンテンツ(エコ内容） */
.content_eco_naiyo {
	width: 600px;
	margin-left: 100px;
	margin-bottom: 60px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* コンテンツ(エコフリーダイヤル） */
.content_eco_free {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
}
/* コンテンツ(エコ問合せ） */
.content_eco_contact {
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 20px;
	float: left;
}
/* コンテンツ（ローン） */
.content_eco_loan {
	width: 700px;
	line-height: 140%;
	margin-left: 30px;
	margin-bottom: 40px;
}
/* コンテンツ（ローン備考） */
.content_eco_loan_biko {
	width: 700px;
	margin-left: 30px;
}
/* フッター領域 */
#footer {
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
