/* CSS Document */


*{ margin:0; padding:0; }
.fclear {clear:both;}

body {
	margin:0;
	padding:0;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * 外側のブロック
 * 
 */
#container {
	background:url(../img/bk_background.gif) repeat-y;
	width:770px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * ヘッダーのブロック
 * 
 */
#header {
	position:relative;
	background:url(../img/bk_header.gif) top left no-repeat;
	width:760px;
	height:145px;
}

#header h1 {
	position:absolute;
	top:5px;
	left:280px;
	background:url(../img/bk_title.png) no-repeat;
	width:450px;
	height:40px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::
* トップページ画像用(キーワードを入れる)
*/
h2.eye-chatch-top {
	position:absolute;
	top:120px;
	left:0;
	background:url(../img/eye_top.png) no-repeat;
	width:737px;
	height:25px;
}
h2.eye-chatch-bottom {
	background:url(../img/eye_bottom.png) no-repeat;
	width:737px;
	height:101px;
}

/*テキストをブラウザー外部にとばす。*/
#header h1, h2.eye-chatch-top, h2.eye-chatch-bottom {
	text-indent:-2000px;
	font-size:1px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * メインのブロック
 * 
 */
#body {
	background:url(../img/bk_body.gif) repeat-y;
	padding:0 15px 0 10px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::
* #bodyの子要素
*/
#body #left {
	float:left;
	width:170px;
}
#body #left h4 {
	color:#333333;
	font-size:12px;
	text-align:left;
	margin:10px 0 0 5px;
}
#body #left p.midashi1 {
	color:#FF6600;
	font-size:12px;
	font-weight:bolder;
}
#body #left p.midashi2 {
	color:#006600;
	font-size:12px;
}
#body #left p.midashi1, #body #left p.midashi2 {
	margin:10px 5px; 
}

/*:::::::::::::::::::::::::::::::::::::::::::::
* #bodyの子要素
*/
#body #main {
	float:right;
	width:520px;
	margin-right:10px;
	color:#363636;
}
#body #main h3 {
	clear: both;
	background:url(../img/bk_obi.png) 0 0 no-repeat;
	color:#006600;
	font-size:18px;
	font-weight:bold;
	padding:20px 0 15px 25px;
}
#body #main h4 {
	background:url(../img/mark_main_h4.gif) 0 1px no-repeat;
	color:#006600;
	font-size:14px;
	padding:0 0 0 20px;
}

/* 2009.12.01 Add New */
#body #main h5 {
	clear: both;
	background:url(../img/bk_obi_item3.png) 0 0 no-repeat;
	color:#006600;
	font-size:16px;
	font-weight:bold;
	padding:20px 0 15px 0px;
}


#body #main p {
	font-size:14px;
	line-height:1.5em;
}
#body #main p.main-top {
	color:#006633;
	text-align:left;
	font-size:10px;
	padding:5px 10px 0 0;
}
#body #main p.main-top a { color:#006633; text-decoration:none; }
#body #main p.main-top a:hover { text-decoration:underline; }

#body #main .contents {
	background:url(../img/bk_wap_top.gif) top left no-repeat;
	margin:20px 0;
	padding:10px 10px;
}
#body #main .contents ul,
#body #main .contents ol {
	font-size:14px;
	margin-left:20px;
	padding:0;
}
#body #main .contents li {
	margin-top:0.5em;
}
#body #main .contents-div {
	background:url(../img/bk_main_contents.gif);
	padding:10px;
}
#body #main .contents-div table {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	width:510px;
}
#body #main .contents-div th {
	background:#DCEFDF;
	color:#363636;
	font-weight:100;
	width:120px;
}
#body #main .contents-div td {}
#body #main .contents-div th, #body #main .contents-div td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:5px;
}
#body #main .contents-div td.btn { padding:20px 0 10px 0; }
#body #main table.photo {
	margin:20px 0;
}
#body #main .contents-div textarea{
	width:300px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * フッターのブロック
 * 
 */
#footer {
	background:url(../img/bk_footer.gif) bottom left no-repeat;
	font-size:10px;
	width:770px;
	padding-bottom:15px;
	text-align:center;
}
#footer p {
	font-size:12px;
}
#footer .footer-line {
	background:url(../img/bk_footer_top.png) top left no-repeat;
	height:10px;
	font-size:1px;
	text-indent:-2000px;
}
#footer h1 {
	font-size:1em;
	padding-bottom:10px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * 共通のブロック
 * 
 */
.posi-r { 
	text-align:right; 
}
.posi-c { text-align:center; }
.mrg-link { margin:10px 10px 0 0; }

h2.eye-chatch-top {
	position:absolute;
	top:120px;
	left:0;
	background:url(../img/eye_top.png) no-repeat;
	width:737px;
	height:25px;
}

h2.eye-chatch-bottom {
	background:url(../img/eye_bottom.png) no-repeat;
	width:737px;
	height:101px;
}

#main table tr{
	vertical-align:top;
}


/* 追加分スタイル */
#container #body #main div.detail img{
	float:left;
	margin-right:10px;
}

/* 画像縁スタイル */
#main img.photoframe{
	padding: 2px;
	border:solid 1px gray;
}

/* 債務整理ページのスタイル */
#container #body #main div.advantage{
	margin-left: 25px;
}
#container #body #main div.advantage ul {
	font-size: 14px;
	line-height: 1.5em;
}
#container #body #main div.advantage ul li {
	margin-top: 0;
	font-size: 14px;
	list-style-type: decimal;
}
#container #body #main p.comment{
	margin-top: 10px;
	margin-left: 20px;
	line-height: 1.5em;
}
#container #body #main div.kojinsaisei ul {
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.5em;
}
#container #body #main div.kojinsaisei ul li {
	list-style-type: decimal;
}
#container #body #main div.yamikin ul {
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.5em;
}
#container #body #main div.yamikin ul li {
	list-style-type: decimal;
}
#body #main .page-top {
	font-size: 80%;
	vertical-align: top;
}
