/* ブラウザの初期値のリセット */
* { margin: 0px; padding: 0px; border: none; border-collapse: collapse; list-style-type: none; font-style: normal; }
hr.solid { border-top: 1px solid #ff6600; margin: 10px 0px 10px 0px; }
hr.dotted { border-top: 1px dotted #ff6600; margin: 10px 0px 10px 0px; }

/* 各枠組みの設定 */
body#base {
	font-size: 100%;
	text-align: center;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}
div#header_left {
	float: left;
	width: 250px;
}
div#header_right {
	float: right;
	width: 550px;;
}
div#header_container1 {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
}
div#header_container1:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
div#header_container2 {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
}
div#navi {
	width: 800px;
	text-align: left;
	margin: 0.5em auto;
	background-color: #ffffff;
}
div#main {
	float: left;
	width: 595px;
}
div#main_inner1 {
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}
div#sub {
	float: right;
	width: 200px;
	margin: 0px 0px 20px 0px;
}
div#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
}
div#container:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
div#footer {
	width: 800px;
	text-align: center;
}

/* ヘッダー部分 */
/* header_container1 */
div#sitemap ul {
	padding-top: 38px;
	clear: right;
}
div#sitemap li {
	float: right;
	padding-left: 5px;
	margin-left: 10px;
	background-image: url("./image/arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
div#sitemap a {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}
div#sitemap a:link {
	text-decoration: none;
}
div#sitemap a:visited {
	text-decoration: none;
}
div#sitemap a:hover {
	text-decoration: underline;
}
/* header_container2 */
div#menu_txt h2 {
	font-size: 90%;
	font-weight: normal;
	color: #ffffee;
	padding-top: 7px;
	padding-left: 7px;
}
div#menu_txt {
	height: 28px;
	background-image: url("./image/menu_bar1.gif");
	background-repeat: no-repeat;
}
div#menu {
	height: 40px;
	background-image: url("./image/menu_bar2.jpg");
	background-repeat: no-repeat;
}
div#menu ul {
	clear: left;
	width: 800px;
	height: 34px;
	padding-top: 7px;
}
div#menu li {
	float: left;
	font-size: 80%;
	padding-left: 15px;
	margin-left: 15px;
	background-image: url("./image/arrow2.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
div#menu a {
	padding-right: 10px;
	border-right: 1px solid #cccccc;
}
div#menu a.menu_last {
	padding-right: 10px;
	border-right: 0px;
}
div#topimage {
	margin-bottom: 5px;
}

/* メイン部分 */
div#navi_inner {
	width: 800px;
}
div#navi_inner:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
div#navi_inner li {
	float: left;
	font-size: 80%;
}
div#navi_inner li a {
	margin-right: 5px;
	padding-right: 10px;
	background-image: url("./image/arrow_navi.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
div.main_inner2 {
	padding: 0em 0.5em 0em 0.5em;
}
div.main_inner2 p.caption {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
div.main_inner2 h3 {
	border-left: solid #f76b1f 6px;
	border-bottom: dotted #f76b1f 1px;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}
div.main_inner2 h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: -0.5em;
}
div.main_inner2 p.date {
	text-align: right;
	font-size: 80%;
	margin-top: 3px;
}
div.main_inner2 p.txt {
	margin: 20px 0px 20px 0px;
	padding: 0em 1.2em 0em 1.2em;
	line-height: 150%;
}
div.main_inner2 p.detail1 {
	margin-bottom: 10px;
	line-height: 150%;
}
div.main_inner2 p.detail2 {
	margin-bottom: 50px;
	line-height: 150%;
}
div.main_inner2 p.top {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
/* 債務整理 */
/* URL */
div.url {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}
dl.txt_url {
	padding: 10px 10px 10px 10px;
	background-color: #ffffee;
	border: 1px #cc0000 solid;
}
dl.txt_url dt {
	text-align: left;
}
dl.txt_url dd {
	line-height: 150%;
	font-weight: bold;
	text-align: left;
}
div.flow {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
div.flow dl {
	text-align: left;
	border: 1px solid #cccccc;
	line-height: 1.5em;
}
div.flow dt {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	background-color: #662200;
	padding: 0.5em 0.5em 0.5em 1em;
}
div.flow dd {
	text-align: left;
	padding: 0.5em 0.5em 0.5em 2em;
}
p.arrow {
	font-size: 2em;
	font-weight: bold;
	margin: 0.2em 0em 0.1em 0em;
	text-align: center;
}

/* テーブル */
table.legal_table {
	margin: 20px 0px 20px 0px;
}
table.legal_table td {
	border: 1px solid #333333;
	padding: 10px;
}
td.legal_table_title {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	background-color: #ffeeee;
}
td.legal_table_top {
	background-color: #ffffdd;
}
td.legal_table_left {
	font-weight: bold;
}

/* 解説 */
div.explain {
	width: 520px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}
dl.txt_explain {
	padding: 10px 10px 10px 10px;
	background-color: #ffffee;
	border: 1px #cc0000 solid;
}
dl.txt_explain dt {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-align: left;
}
dl.txt_explain dd {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
}
/* 関連記事 */
div.relation {
	padding-left: 15px;
	margin-bottom: 10px;
	border-left: 3px #cc0000 solid;
}
div.relation li {
	line-height: 180%;
}
div.relation li a {
	line-height: 150%;
}
/*div.relation li a {
	line-height: 150%;
	padding-left: 15px;
	background-image: url("./image/arrow2.gif");
	background-position: left center;
	background-repeat: no-repeat;
}*/

/* サイトマップ */
dl.sitemap1 {
	margin: 10px;
}
dl.sitemap1 dt {
	margin: 10px 0px 0px 0px;
}

dl.sitemap2 {
	margin: 20px 10px 20px 10px;
}
dl.sitemap2 dt {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

/* 相互リンク */
dl.link {
	margin: 10px;
}
dl.link dt {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
dl.link dd {
	line-height: 1.1em;
}

/* インタビュー */
div.interview {
	width: 450px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background-color: #ffffee;
	border: 1px #cc0000 solid;
}
h5.interview_caption {
	text-align: center;
	font-weight: bold;
}
div.interview ol {
	margin: 1em 0em 1em 0em;
	text-align: left;
}
div.interview li {
	padding: 0.2em 0em 0.2em 1.3em;
	background-image: url("./image/mic.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
dl.user_url {
	padding: 10px 10px 10px 10px;
	background-color: #ffffee;
	border: 1px #cc0000 solid;
}
dl.user_url dt {
	text-align: center;
}
dl.user_url dd {
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}
p.talk_ben54 {
	font-weight: bold;
	line-height: 150%;
	margin: 1.5em 0em 1.5em 0em;
}
p.talk_user {
	line-height: 150%;
	margin: 0em 0em 0em 0em;
}
span.talk_user_color {
	color: #009900;
	font-weight: bold;
}

/* 都道府県 */
table#prefecture {
	width: 560px;
}
table#prefecture td {
	text-align: center;
	width: 105px;
	font-size: 90%;
	padding: 3px;
	border: 1px solid #cccccc;
}
/* サブ部分 */
div.sub_inner {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
div.sub_inner img {
	vertical-align: bottom;
}
div.sub_inner p.txt {
	font-size: 80%;
	line-height: 120%;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #e83c3a;
	border-left: 2px solid #e83c3a;
	border-bottom: 2px solid #e83c3a;
}
div.sub_inner p.txt1 {
	font-size: 80%;
	line-height: 120%;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #e83c3a;
	border-left: 2px solid #e83c3a;
	border-bottom: 2px dotted #e83c3a;
}
div.sub_inner p.txt2 {
	font-size: 80%;
	line-height: 120%;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #e83c3a;
	border-left: 2px solid #e83c3a;
	border-bottom: 2px solid #e83c3a;
}
div.sub_inner div.rss {
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #e83c3a;
	border-left: 2px solid #e83c3a;
	border-bottom: 2px solid #e83c3a;
}
div.sub_menu {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border-right: 2px solid #e83c3a;
	border-left: 2px solid #e83c3a;
	border-bottom: 2px solid #e83c3a;
}
div.sub_menu dt.sub_menu_first {
	font-weight: bold;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
}
div.sub_menu dt {
	font-weight: bold;
	font-size: 80%;
	margin: 10px 0px 0px 0px;
}
div.sub_menu dd {
	font-size: 80%;
	margin: 2px 0px 2px 10px;
}
div.rss li {
	margin: 10px 0px 10px 37px;
}

/* フッター部分 */
div#fmenu {
	height: 34px;
}
div#fmenu ul {
	height: 34px;
	line-height: 30px;
	background-image: url("./image/footer_bar.gif");
	background-repeat: no-repeat;
}
div#fmenu li {
	font-size: 80%;
	padding-left: 15px;
	display: inline;
}
div#fmenu a {
	color: #ffffff;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
}
div#fmenu a.menu_last {
	padding-right: 15px;
	border-right: 0px;
}
div#copyright {
	margin-bottom: 30px;
}
div#copyright p {
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
}