@charset "utf-8";

/* CSS Document */


* {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

ul {
	list-style-type: none;
	}
	

/*------------------------------------------------------------------------------------*/


body {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
  font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1ex;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

/* for IE bug */
br {
 letter-spacing : normal;
 }
/* for IE bug */

img {
  border: none;
	margin: 0;
	vertical-align: middle;
	}

/* ------------------------------------------------------------------ */

/* --- Decoration ----------------------------------------------- */
.line-bottom {
	border-bottom: 1px solid #999999;
	}

.line-solid {
	border: 1px solid #999999;
	}
.line-dot {
	border: 1px dotted #999999;
	}
.line-dot2p {
	border: 2px dotted #999999;
	}

/* --- Text ----------------------------------------------- */
.txt-l {
	text-align: left;
	}
.txt-r {
	text-align: right;
	}
.txt-c {
	text-align: center;
	}

/*  h1  h6  */
h1,h2,h3,h4,h5,h6 {
	text-align: left;
	padding: 0;
	margin: 0;
	}
  
h1 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1.5em;
	}

h2 {
	color: #333333;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 9px;
	line-height: 1.5em;
	}
	
h3.h3_top {
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 0;
	}

h3.h3_lower {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	}
  
h4.h4_top {
	line-height: 0;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h4.h4_lower {
	margin: 0 0 8px 0;
	padding: 0;
	}h4.h4_lower img { vertical-align: top; }
  
h5.h5_top {
	line-height: 0;
	font-size: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h5.h5_lower {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	background-image: url(../image/title-sub2nd_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	}
  

h6.h6_lower {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	margin: 12px 0 5px 0;
	padding: 0 0 0 5px;
	}

/* --- Link ----------------------------------------------- */
a {
 color: #0066CC;
  }

a:hover {
 color: #333333;
  }


/* ---------------------------------------------------------------------------------------- */
/* --- Page layout ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */

/* --- float ----------------------------------------------- */
.float-l {
	float: left;
	}
.float-r {
	float: right;
	}
  
/* --- float cancel ----------------------------------------------- */
.float_cancel {
	clear: both;
	height: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
  }

/* --- vertical-align ----------------------------------------------- */

.middle {
	vertical-align: middle;
	}
	
.baseline {
	vertical-align: baseline;
	}
	
/* Base -----------------------------------------------------------*/
	#base_right, #base_left {
	display: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}
#base {
	text-align: center;
	vertical-align: top;
	width: 640px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
	
#base_inner {
	float: left;
	text-align: center;
	font-size: 0;
	vertical-align: top;
	width: 640px;
	margin: 0;
	padding: 0 0 0 0;
	}
	
#base_inner_bottom {
	float: left;
	background-image: url(../image/bg_base_inner_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
	height: 1px;
	margin: 0;
	padding: 0 0 0 0;
	}
/*

#base_right {
	float: right;
	width: 35px;
	height: 351px;
	background-image: url(../image/bg_base_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	}

#base_left {
	float: left;
	width: 35px;
	height: 351px;
	background-image: url(../image/bg_base_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	}
*/
	
/* --- Header ----------------------------------------------- */
#header, .header_img, #glo_navi, #glo_button, .li01, .li02, .li03, .li04, .li05 {
	display: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}


/* -- wrapper ----------------------------------------------------------- */

#top_wrapper {
	width: 640px;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
	}
/* -- wrapper ----------------------------------------------------------- */



/* -- Sidemenu ----------------------------------------------------------- */

/* -- Sidemenu ----------------------------------------------------------- */

#top_side_menu, .lower_sidemenu, .side_menu_img, #side_menu1, #address {
	display: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}

#address {
  /*float: left;*/
  font-size: 13px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 181px;
  /*height: 120px;*/
  /*font-size: 0px;*/
  margin: 35px 0 5px 2px;
  padding: 8px 0 6px 8px;
  }
	
.p_name {
	color: #006699;
	text-align: left;
	font-size: 13px;
	}
.p_address1 {
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

.p_address2 {
	text-align: left;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	}

/* -- Sidemenu END ----------------------------------------------------------- */


/* --- Footer ----------------------------------------------- */
#footer {
	display: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}

#footer ul li {
	display:inline;
	color: #666666;
	vertical-align: baseline;
	font-size: 12px;
	word-spacing : 0px;
	}
	
#footer address {
	text-align: center;
	padding-top: 25px;
	}

/* ---------------------------------------------------------------------------------------- */
/* --- TOP Page ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

#top_main {
	text-align: left;
	float: left;
	font-size: 12px;
	width: 640px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#top_main p {
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	margin: 12px 0 0 0;
	padding: 0 0 0 5px;
	}
	
.top_main_img {
	float: left;
	font-size: 0;
	background-color: #FFFFFF;
	width: 127px;
	margin: 12px 0 0 0;
	padding: 0 10px 4px 0;
	}
	
#estimates {
	text-align: left;
	float: left;
	font-size: 0;
	width: 200px;
	background-color: #FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 12px 0 0 0;
	padding: 0 0 6px 0;
	}
	
.estimates_img {
	float: left;
	display: inline;
	margin: 6px 0 0 6px;
	padding: 0 0 0 0;
	}

.estimates_bt {
	float: left;
	display: inline;
	margin: 6px 0 0 6px;
	padding: 0 0 0 0;
	}
	
#information {
	text-align: left;
	float: right;
	font-family: "Osaka", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif, "MS UI Gothic";
	font-size: 12px;
	width: 372px;
	background-color: #FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	}

#information ul {
	float: left;
	display: inline;
	list-style-position: outside;
	text-align: left;
	width: 367px;
	height: 115px;
	overflow: auto;
	margin: 0 0 0 6px;
	}
	
#information ul li {
	line-height: 16px;
	vertical-align: baseline;
	border-bottom: 1px dashed #999;
	padding: 6px 0 3px 0;
	}

#information span {
	color: #666666;
	font-weight: bold;
	}
	
/* --- TOP Page END ------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* --- Lower Page ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* --- Common ------------------------------------------------------------------------- */
#base .base_right-lp {
	background-image: url(../image/bg_base_right-lp.jpg);
	margin: 0;
	padding: 0;
	}

#base .base_left-lp {
	background-image: url(../image/bg_base_left-lp.jpg);
	margin: 0;
	padding: 0;
	}

#page-title-base, #page-title, #pan {
	display: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
#page-title h3 { visibility: hidden; }


#lower_wrapper {
	width: 640px;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
	}

.full-box {
	text-align: left;
	float: left;
	font-size: 12px;
	width: 640px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
 }

.full-box p {
	margin: 0 8px 0 10px;
	padding: 0;
	}
	
.full-box p.p_top {
	margin: 12px 8px 0 10px;
	padding: 0;
	
	}

.full-box p.p_end {
	margin: 0 8px 15px 10px;
	padding: 0;
	
	}
	
.cont_caption_red {
	color: #FF0000;
	}
	
.line-dot {
	line-height: 20px;
	border-width: 1px;
	border-style: dotted;
	border-color: #B4B4B4;
	font-size: 13px;
	margin: 15px 0 0 0;
	}

.line-solid {
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #B4B4B4;
	font-size: 13px;
	margin: 15px 0 0 0;
	}

.lower_ul {
	margin: 5px 0 15px 30px;
	padding: 0 0 0 0;
	}

.lower_ol {
	margin: 5px 0 15px 30px;
	padding: 0 0 0 0;
	}

/* --- Inheritance Page ------------------------------------------------------------------------- */
#page-title-base .inheritance {/* base : #p-title */
	background-image: url(../image/title_inheritance.jpg);
	}
/* --- Inheritance Page END ------------------------------------------------------------------------- */

/* --- Gift Page ------------------------------------------------------------------------- */
#page-title-base .gift {/* base : #p-title */
	background-image: url(../image/title_gift.jpg);
	}
/* --- Gift Page END ------------------------------------------------------------------------- */

/* --- Mortgage Page ------------------------------------------------------------------------- */
#page-title-base .mortgage {/* base : #p-title */
	background-image: url(../image/title_mortgage.jpg);
	}
/* --- Mortgage Page END ------------------------------------------------------------------------- */

/* --- Established Page ------------------------------------------------------------------------- */
#page-title-base .established {/* base : #p-title */
	background-image: url(../image/title_established.jpg);
	}
/* --- Established Page END ------------------------------------------------------------------------- */

/* --- Others Page ------------------------------------------------------------------------- */
#page-title-base .others {/* base : #p-title */
	background-image: url(../image/title_others.jpg);
	}
/* --- Others Page END ------------------------------------------------------------------------- */


/* --- Office Page ------------------------------------------------------------------------- */
#page-title-base .office {/* base : #p-title */
	background-image: url(../image/title_office.jpg);
	}
/* --- Office Page END ------------------------------------------------------------------------- */

/* --- Contact Page ------------------------------------------------------------------------- */
#page-title-base .contact {/* base : #p-title */
	background-image: url(../image/title_contact.jpg);
	}
/* --- Contact Page END ------------------------------------------------------------------------- */

/* --- Lower Page END ------------------------------------------------------------------------- */

.inheritance_table {
	font-size: 12px;
	width: 585px;
	margin: 7px 0 15px 5px;
	}

.inheritance_table th {
	width: 20%;
	background-color: #F2EBBE;
	color: #333333;
	text-align: left;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 2px 3px 2px 3px;
	}
	
.inheritance_table th.top {
	width: 20%;
	background-color: #D9D9B4;
	color: #333333;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 2px 3px 2px 3px;
	}
	
.inheritance_table td.top {
	text-align: center;
	background-color: #FFF6C6;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	}

.inheritance_table td {
	text-align: center;
	width: 14%;
	background-color: #FFFFEC;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	}

.inheritance_table td.top_end {
	text-align: center;
	width: 38%;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFF6C6;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	}

.inheritance_table td.end {
	text-align: left;
	width: 35%;
	background-color: #FFFFEC;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px 3px 2px 3px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	}

