@charset "utf-8";

/* ----------------------------------------------------

	Title : 縁法務事務所
	Last Updated : 2008-01-22
	
	CSS INDEX
	===========================================
	
	1. reset
	
	2. base
	
	3. header
	
	4. global_navi
	
	5. container
	
			4-1. main

			4-2. navi
			
	6. footer
	
	7. メインコンテンツ４P
						
			nini.html
			jiko.html
			kojin.html
			tokutei.html
			
	8. よくある質問４P
	
			faq1.html
			faq2.html
			faq3.html
			faq4.html
	
	9. ほか
			
			privacy.html
			avout.html
			contact.php
			sitemap.html
	
	===========================================

-----------------------------------------------------*/


/* reset
=====================================================*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
	
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
	
table {
	border-collapse: collapse;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
ul,
ul li,
dl,
dt,
dd,
ol,
ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
img {
	margin: 0;
	border: 0;
	vertical-align: top;
	}
	
br {
	letter-spacing: normal;
	}
	
address {
	font-style: normal;
	}

	
/* base
=====================================================*/

	/* link
	-----------------------------------------------------*/
	a {
		text-decoration: none;
		color: #EA6000;
		}
		
	a:link,
	a:visited {
		text-decoration: none;
		color: #742419;
		}
		
	a:hover,
	a:visited:hover,
	a:active {
		text-decoration: none;
		color: #999999;
		}
	
	/* structure
	-----------------------------------------------------*/	
	body {
		margin: 0;
		padding: 0;
		background: #660C00;
		color: #000000;
		font-size: 90%;
		font-family: "ヒラギノ角ゴ Pro W3", sans-serif, Osaka;
		text-align: center;
		}
		
	* html body {
		font-size: 90%;
		}
	
	*+html body {
		font-size: 90%;
		}

	div#wrap {
		background: #F1F1F1;
		}
	
	/* clearfix
	-----------------------------------------------------*/	
	/* modern browsers */	
	div#container:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	/* ie7 */
	div#container {
		display: inline-block;
		}
	
	/* Hides from IE-mac \*/
	* html div#container {
		height: 1%;
		}
	div#container {
		display: block;
		}
	/* End hide from IE-mac */	
		
/* header
=====================================================*/

div#header {
	margin: 0 auto 15px auto;
	width: 800px;
	height: 70px;
	border-left: solid 1px #E8DBD9;
	border-right: solid 1px #E8DBD9;
	border-bottom: solid 1px #E8DBD9;
	text-align: left;
	background: url(../img/header_bg.jpg) no-repeat #000000;
	}
	
/*div#header h1 {
	position: relative;
	top: 20px;
	left: 25px;
	width: 270px;
	height: 31px;
	}*/

div#header ol#utility {
	margin-top: 5px;
	width: 19em;
	float: right;
	text-align: left;
	}
	
div#header ol#utility li {
	display: inline;
	background: url(../img/arrow.jpg) center left no-repeat;
	padding: 0 1em;
	}
	
div#header ol#utility li.first {
	border-right: dotted 1px #FFFFFF;
	margin-right: 1em;
	}
	
div#header ol#utility a:link,
div#header ol#utility a:visited {
	color: #FFFFFF;
	}
	
div#header ol#utility a:hover,
div#header ol#utility a:active {
	color: #999999;
	}
	
/*追加分*/
div#header h1 {
	margin: 0px;
	padding: 5px 0px 0px 25px;
	font-size: 10px;
	color: #FFFFFF;
	}

div#header p {
	position: relative;
	top: 3px;
	left: 25px;
	width: 270px;
	height: 31px;
	}
	
div#header a:link,
	a:hover,
	a:visited,
	a:active {
	text-decoration: none;
	color: #FFFFFF;
	}		

	
	
/* container
=====================================================*/
			
div#container {
	margin: 0 auto;
	width: 800px;
	border: solid 1px #E8DBD9;
	text-align: left;
	background: #FFFFFF;
	padding-bottom: 20px;
	}
	
	/* branding 
	-----------------------------------------------------*/
	div#branding {
		margin: 25px auto 0 auto;
		width: 750px;
		}
	
	/* global_navi 
	-----------------------------------------------------*/
	div#global_navi {
		margin: 0 auto;
		width: 750px;
		}
	
	div#global_navi ul {
		float: left;
		width: 750px;
		}
		
	div#global_navi ul li.g_menu01 {
		float: left;
		width: 190px;
		}
		
	div#global_navi ul li.g_menu02 {
		float: left;
		width: 185px;
		}
		
	div#global_navi ul li.g_menu03 {
		float: left;
		width: 185px;
		}
		
	div#global_navi ul li.g_menu04 {
		float: left;
		width: 190px;
		}
		
	/* main
	-----------------------------------------------------*/		
	#main {
		float: left;
		width: 500px;
		margin-left: 25px;
		margin-top: 15px;
		display: inline;
		}
	div#main a:link {
		text-decoration: none;
		color: #742419;
	}
	div#main a:visited {
		text-decoration: none;
		color: #742419;
	}
	div#main a:hover {
		text-decoration: none;
		color: #999999;
	}
		
	div#main_promotion {
		background: url(../img/top_main_01.jpg) no-repeat;
		height: 141px;
		margin-bottom: 15px;
		}
		
	div#main_promotion p {
		padding: 95px 10px 0 160px;
		}
		
	h2 {
		}
		
	div.section {
		margin: 20px 5px;
		line-height: 1.6;
		}
		
	div#top_01 {
		background: url(../img/top_section_01_bg.jpg) no-repeat;
		}
		
	div#top_01 p {
		padding: 75px 10px 0 220px;
		line-height: 1.6;
		}
		
	div#top_01 p img {
		margin: 25px 0 0 0;
		}
		
	/* navi
	-----------------------------------------------------*/	
	#navi {
		margin-right: 25px;
		margin-top: 15px;
		display: inline;
		float: right;
		width: 234px;
		}
		
	ul#sub_menu {
		background: url(../img/sub_menu_bg.jpg) top left repeat-y;
		padding: 10px 0 0 0;
		text-align: center;
		}
		
	ul#sub_menu li.main {
		background: url(../img/sub_menu_top.jpg) top left no-repeat;
		margin: 0 5px;
		text-align: left;
		padding: 6px 10px 3px;
		font-size: 12px;
		}
		
	ul#sub_menu li img {
		position: relative;
		left: -1px;
		}
		
	html[xmlns*=""] body:last-child ul#sub_menu li img {
		margin-bottom: 7px;
		}
		
	ul#sub_menu li a {
		display: block;
		background: url(../img/list_mark.jpg) top left repeat-y;
		padding: 8px 10px 8px 15px;
		font-weight: bold;
		}
		
	ul#sub_menu li a.current:link {
		color: #742419;
		}
		
	* html ul#sub_menu li a {
		font-size: 1.2em;
		}
		
	*+html ul#sub_menu li a {
		font-size: 1.2em;
		}
		
	ul#sub_menu li a:link,
	ul#sub_menu li a:visited {
		color: #000000;
		}
		
	ul#sub_menu li a:hover,
	ul#sub_menu li a:active {
		color: #666666;
		}
		
	#navi p {
		margin: 15px 0;
		padding-bottom: 15px;
		}
		
	#navi dl dt {
		background: url(../img/info_bg.jpg) no-repeat;
		color: #5B201A;
		line-height: 33px;
		text-indent: 15px;
		}
	
	#navi dl dd {
		margin: 5px 0;
		}
		
	#navi dl dd.detail {
		border-bottom: dotted 1px #333333;
		padding-bottom: 5px;
		line-height: 1.6;
		}
		
	/* guide_navi 
	-----------------------------------------------------*/
	ol#guide_navi_first {
		clear: both;
		padding: 50px 0 0 0;
		}
	
	ol.guide_navi {
		text-align: center;
		margin-bottom: 5px;
		}
		
	ol.guide_navi li {
		display: inline;
		border-right: solid 1px #000000;
		margin-right: 8px;
		padding-right: 8px;
		}
		
	ol.guide_navi li a:link,
	ol.guide_navi li a:visited {
		color: #000000;
		}
		
	ol.guide_navi li a:hover,
	ol.guide_navi li a:active,
	ol.guide_navi li a.current:link {
		color: #742419;
		}
		
	* html ol.guide_navi li {
		padding-right: 5px;
		}
		
	*+html ol.guide_navi li {
		padding-right: 5px;
		}
		
	ol.guide_navi li.last {
		border-right: none;
		}

/* footer
=====================================================*/

div#footer {
	background: #660C00;
	color: #FFFFFF;
	}
	
address {
	padding: 15px 0;
	}
	
div#footer a:link,
div#footer a:visited {
	color: #FFFFFF;
	}
	

/* nini.html, jiko.html, kojin.html, tokutei.html 
=====================================================*/

	/* h2下リード文 */
	p.lead {
		margin: 15px 0;
		line-height: 1.6;
		}
		
	/* コンテンツ内強調 */
	em {
		color: #76251A;
		font-size: 1.2em;
		font-weight: bold;
		}
	
	/* h3 */
	h3 {
		background: url(../img/h3_border.jpg) bottom left no-repeat;
		margin-bottom: 15px;
		padding: 3px 0;
		}
		
	h3 span {
		font-weight: bold;
		font-size: 1.8em;
		padding-left: 15px;
		background: url(../img/h3_ico.jpg) center left no-repeat;
		color: #76251A;
		}
		
	* html h3 sapn {
		font-size: 1.2em;
		}
		
	*+html h3 span {
		font-size: 1.2em;
		}
	
	/* 2重枠 */
	ul.double_box {
		background: #F5F5F5;
		border: double 3px #D3D3D3;
		padding: 10px 15px;
		}
		
	div#kojin_01 ul.double_box {
		margin-bottom: 10px;
		}
	
	div#nini_01 p,
	div#jiko_01 p {
		margin-left: 25px;
		}
			
	div#nini_01 ul.double_box,
	div#jiko_01 ul.double_box {
		margin: 10px 100px 0 25px;
		}
	 
	/* メリット・デメリット */
	table.merit {
		border-top: solid 1px #9F9F9F;
		border-left: solid 1px #9F9F9F;
		}
		
	table.merit tr td {
		padding: 5px 10px;
		vertical-align: top;
		border-right: solid 1px #9F9F9F;
		border-bottom: solid 1px #9F9F9F;
		}
		
	table.merit tr td ul li {
		margin-bottom: 7px;
		}
	
	table.merit tr td.head {
		text-align: center;
		color: #76251A;
		background: #E5E5E5;
		width: 50%;
		}
	
	/* 流れ */	
	ul.flow {
		background: #EAEAEA;
		border: double 3px #9F9F9F;
		padding: 10px 15px;
		}
	
	ul.flow li {
		margin: 5px 0;
		padding: 5px 0 5px 35px;
		}
		
	ul.flow li.no_1 {
		background: url(../img/no_1.jpg) top left no-repeat;
		}
		
	ul.flow li.no_2 {
		background: url(../img/no_2.jpg) top left no-repeat;
		}
		
	ul.flow li.no_3 {
		background: url(../img/no_3.jpg) top left no-repeat;
		}
		
	ul.flow li.no_4 {
		background: url(../img/no_4.jpg) top left no-repeat;
		}
		
	ul.flow li.no_5 {
		background: url(../img/no_5.jpg) top left no-repeat;
		}
		
	ul.flow li.no_6 {
		background: url(../img/no_6.jpg) top left no-repeat;
		}
		
	ul.flow li.no_7 {
		background: url(../img/no_7.jpg) top left no-repeat;
		}
		
	ul.flow li.no_8 {
		background: url(../img/no_8.jpg) top left no-repeat;
		}
		
	ul.flow li.no_9 {
		background: url(../img/no_9.jpg) top left no-repeat;
		}
		
	ul.flow li.no_10 {
		background: url(../img/no_10.jpg) top left no-repeat;
		}
		
	ul.flow li.no_11 {
		background: url(../img/no_11.jpg) top left no-repeat;
		}
	
	/* よくある質問 */	
	dl.faq {
		}
		
	dl.faq dt {
		background: url(../img/faq_bg.jpg) center left no-repeat;
		padding: 5px 0 5px 25px;
		font-weight: bold;
		}
		
	* html dl.faq dt {
		font-size: 1.0em;
		}
		
	*+html dl.faq dt {
		font-size: 1.0em;
		}
		
	dl.faq dd {
		border: solid 1px #9F9F9F;
		padding: 10px;
		margin: 5px 0 15px 0;
		}
	
	/* よくある質問へ（ボタン部分） */		
	p.to_faq_btn {
		text-align: right;
		margin-top: 15px;
		}
	
/* faq1.html, faq2.html, faq3.html, faq4.html
=====================================================*/	

div#faq_01 h3 {
	background: none;
	}
	
div#faq_01 h3 span {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/faq_h3_ico.jpg) center left no-repeat;
	}
	
* html div#faq_01 h3 span {
	font-size: 1.4em;
	}
	
*+html div#faq_01 h3 span {
	font-size: 1.4em;
	}

div#faq_01 dl.faq dt {
		background: #ECECEC url(../img/faq_dt_bg.jpg) bottom left repeat-x;
		border: solid 1px #E2E2E2;
		padding: 3px 0 3px 15px;
		font-weight: bold;
		}
		
* html div#faq_01 dl.faq dt {
		font-size: 1.2em;
		}
		
*+html div#faq_01 dl.faq dt {
		font-size: 1.2em;
		}
		
div#faq_01 dl.faq dd {
		padding: 10px;
		margin: 5px 0 15px 0;
		border: none;
		line-height: 1.6;
		}
		
* html div#faq_01 dl.faq dd {
	line-height: 1.8;
	}
	
*+html div#faq_01 dl.faq dd {
	line-height: 1.8;
	}
	
/* privacy.html
=====================================================*/		

div#privacy_01 h3 {
	background: none;
	margin-top: 15px;
	margin-bottom: 0;
	}
	
div#privacy_01 h3 span {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/faq_h3_ico.jpg) center left no-repeat;
	}
	
* html div#privacy_01 h3 span {
	font-size: 1.4em;
	}
	
*+html div#privacy_01 h3 span {
	font-size: 1.4em;
	}
	
div#privacy_01 p {
	margin: 0 0 10px 15px;
	}
	
div#privacy_01 ul {
	margin: 0 0 0 15px;
	}
	
/* about.html
=====================================================*/		

div#about_01 {
	background: url(../img/top_section_01_bg.jpg) no-repeat;
	height: 197px;
	}
		
div#about_01 p {
	padding: 75px 10px 0 220px;
	line-height: 1.6;
	}
	
div#about_02 table {
	width: 100%;
	border-top: solid 1px #9F9F9F;
	border-left: solid 1px #9F9F9F;
	}
	
div#about_02 table tr td {
	border-bottom: solid 1px #9F9F9F;
	border-right: solid 1px #9F9F9F;
	padding: 10px;
	}

div#about_02 table tr.first {
	background: #EAEAEA;
	}	
	
div#about_02 table td.ttl {
	text-align: center;
	}
	
div#about_03 p {
	line-height: 1.6;
	}
	
div#about_03 p img {
	margin-bottom: 15px;
	}	

/* contact.php
=====================================================*/	

	/* contact.php （入力） 
	-----------------------------------------------------*/
	div#contact_01 form div#formbox {
		margin: 30px 0 0 15px;
		width: 450px;
		}
		
	div#contact_01 form div#formbox label {
		margin-bottom: 15px;
		padding: 3px 0 3px 10px;
		border-left: solid 5px #E3D9CD;
		width: 120px;
		float: left;
		display: block;
		clear: both;
		text-align: left;
		}
	
	div#contact_01 form div#formbox label span {
		color: #FF0000;
		}
	
	div#contact_01 form div#formbox input#name,
	div#contact_01 form div#formbox input#address,
	div#contact_01 form div#formbox input#tel,
	div#contact_01 form div#formbox input#faq,
	div#contact_01 form div#formbox input#email,
	div#contact_01 form div#formbox input#email2,
	div#contact_01 form div#formbox textarea#inquiry {
		margin-bottom: 15px;
		padding: 2px;
		width: 280px;
		float: right;
		}
		
	#submitbtn {
		clear: both;
		text-align: center;
		}
	
	#submitbtn input {
		margin: 50px 10px 0 10px;
		padding: 2px 0;
		width: 200px;
		}
		
	* html textarea {
		font-size: 1.2em;
		}
		
	*+html textarea {
		font-size: 1.2em;
		}
	
	/*\*//*/
	textarea, select, input {
		 font-family: Osaka;
		 }
	/**/

	/* comfirm.html （入力確認） 
	-----------------------------------------------------*/
	div#comfirm_01 dl {
		margin-bottom : 10px;
		}
		
	div#comfirm_01 dl dt {
		padding: 3px 0 3px 10px;
		border-left: solid 5px #E3D9CD;
		}
		
	div#comfirm_01 dl dd {
		padding: 3px 0 3px 10px;
		border-left: solid 5px #E3D9CD;
		}
		
	/* complete.html （送信完了） 
	-----------------------------------------------------*/
	div#complete_01 p {
		margin: 30px 0;
		}

/* sitemap.html
=====================================================*/	

div#sitemap_01 ul {
	margin: 50px 30px;
	}	
	
div#sitemap_01 ul li {
	margin-bottom: 10px;
	list-style: inside;
	list-style-type: disc;
	}
	
/*-- カスタマイズ分　--*/
h2.style_h2{
	background-image:url(../img/top_h2_03.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:38px;
	font-size:18px;
	color: #ffcc00;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: -15px;
}












/*追加CSS*/

div#header {
	position:relative;
}

div#header h1{
	color:#000;
	position:absolute;
	top: 92px;
}



p.add_ad{
font-size:10px;

}


p.add_logo{
display:block;
height:41px;
width:290px;
margin:0 0 0px 0;
padding:2px 0 15px 0;
background-image:url(../img/h1.jpg);
background-repeat:no-repeat;
background-position:bottom left;
font-size: 10px;
_font-size: 7pt;
_padding:0px 0 0 0;
_font-size: 10px;
}



p.add_logo a{
display:block;
color: white;
height:41px;
width: 290px;
text-decoration: none;
padding:0;
_margin:2px 0 6px 0;
}


p.add_logo a:hover{
color: white;
}







