/*
======================================================
 
default
_Link Color

LAYOUT
_container
_header
_side
_contents 

_index.html

STYLE

 
======================================================
*/



/*----------------------------------------------------
 default
----------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#A4E3FF url(../images/share/bg.gif) repeat-x top;
	font-size:80%;
	text-align: center;
	color:#333333;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.4;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

/* Link Color-------------------------------------- */
a:link {
	color:#D66714;
	text-decoration:none;
}
a:visited {
	color:#D66714;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}


/*----------------------------------------------------
/*LAYOUT
----------------------------------------------------*/

/*container
----------------------------------------------------*/
div#container{
	width:798px;
	text-align:left;
	margin:0 auto;
	border:1px solid #475C35;
	background:#FFFFFF;
}

/*header
----------------------------------------------------*/
div#header{
	width:798px;
	margin:0 0 15px 0;
	background:#F7FAFC;
}
div#header h1{
	font-size:12px;
	height:20px;
	display:block;
	font-weight:normal;
	text-indent:10px;
}
div#header p#logo{
	float:left;
	width:520px;
	height:120px;
	margin:0;
	padding:0;
}
div#header p#address{
	float:right;
	width:258px;
	height:120px;
	margin:0;
	padding:0;
	text-align:center;
	color:#366417;
}
div#header p#headGrayBar{
	width:798px;
	clear:both;
	background:#CCCCCC;
	height:19px;
	margin:0;
	text-indent:10px;
}

/*contents
----------------------------------------------------*/
div#contents{
	width:785px;
	background:url(../images/share/contents_bg.gif) left top repeat-y;
	padding:0 9px 40px 4px;
}
/*sideColumn
----------------------------------------------------*/
div#sideColumn{
	width:150px;
	float:left;
}
div#sideColumn p.banaBtnBox{
	margin:0 0 10px 0;
	text-align:center;
}
div#sideColumn ul#manuBox{
	margin:0 0 10px 0;
	padding:0;
}
div#sideColumn ul#manuBox li{
	width:150px;
	text-indent:28px;
	margin-bottom:1px;
}
div#sideColumn ul#manuBox li a{
	background:url(../images/share/manu_bg.gif) left top no-repeat;
	display:block;
	height:30px;
	color:#FFFFFF;
	padding-top:10px;
	font-weight:bold;
}
div#sideColumn ul#manuBox li a:hover{
	background:url(../images/share/manu_bg_on.gif) left top no-repeat;
	color:#4F9522;
	font-weight:bold;
	text-decoration:none;
}
div#sideColumn ul#manuBox li.localMenu{
	background:none;
	text-indent:10px;
}
div#sideColumn ul#manuBox li.localMenu a,
div#sideColumn ul#manuBox li.localMenuBottom a{
	background:none;
	height:16px;
	color:#455A33;
	font-weight:normal;
	padding:4px 0 0 0;
	margin-bottom:4px;
}
div#sideColumn ul#manuBox li.localMenu a:hover,
div#sideColumn ul#manuBox li.localMenuBottom a:hover{
	background:none;
	text-decoration:underline;
}
div#sideColumn ul#manuBox li.localMenuBottom{
	background:none;
	text-indent:10px;
	border-bottom:1px dashed #455A33;
	margin-bottom:2px;
	padding-bottom:4px;
}
div#sideColumn dl.eigyoArea{
	background:#FFFFFF;
	padding-bottom:4px;
	margin-bottom:10px;
}
div#sideColumn dl.eigyoArea dt{
	margin:0;
	padding:0;
}
div#sideColumn dl.eigyoArea dd{
	margin:4px
}

/*mainColumn
----------------------------------------------------*/
div#mainColumn{
	width:620px;
	float:right;
}
/*footer
----------------------------------------------------*/
div#footer{
	clear:both;
	border-top:2px dotted #455A33;
	text-align:center;
	padding:10px 0 0 0;
}
div#footer ul{
	margin:0 0 10px 0;
}
div#footer ul li{
	display:inline;
	margin-right:0.3em;
	padding-left:0.3em;
	border-left:1px solid #666666;
	font-size:12px;
}
div#footer ul li.start{
	padding-left:0;
	border:none;
}
div#footer ul li.last{
	margin-right:0;
}
div#footer p.footerAdress{
	background:#4F9522;
	color:#FFFFFF;
	padding:3px 0;
	margin:0 0 8px 0;
}
/*----------------------------------------------------
/*LAYOUT _index.html
----------------------------------------------------*/
ul#mainVisual{
	background:url(../images/index/main_visual.jpg) left top no-repeat;
	width:244px;
	height:302px;
	_height:287px;
	margin:0;
	padding:15px 0 0 554px;
}
ul#mainVisual li{
	margin:0 0 1px 0;
	padding:0 0 0 0;
	line-height:1;
	height:44px;
	font-size:1px;
}
ul#mainVisual li.top{
	height:40px;
}
h2.h2Index{
	margin:0 0 10px 0;
	background:url(../images/index/h2_bg.gif) left top no-repeat;
	color:#FFFFFF;
	font-size:15px;
	width:450px;
	height:20px;
	text-indent:40px;
	padding-top:5px;
	 clear:both;
}
h2.h2Topics{
	margin:0;
}

div#topics{
	border-left:1px solid #475C36;
	border-bottom:1px solid #475C36;
	border-right:1px solid #475C36;
	height:103px;
	overflow:auto;
	width:598px;
	padding:10px;
	margin:0 0 10px 0;
}
div#topics dl{
	clear:both;
}
div#topics dl dt{
	float:left;
	width:136px;
	margin-bottom:8px;
}
div#topics dl dd{
	float:right;
	width:420px;
	background:url(../images/share/arrow2.gif) left top no-repeat;
	padding-left:14px;
	margin-bottom:8px;
}

div#indexContentsColumn{
	width:620px;
}
div#indexContentsColumn div#topContentsL{
	width:450px;
	float:left;
}
div#indexContentsColumn div#topContentsR{
	width:160px;
	float:right;
}
dl.dlIndexContents{
	margin:0 10px 20px 10px;
}
dl.dlIndexContents dt{
	float:right;
	width:145px;
}
dl.dlIndexContents dd{
	float:left;
	width:266px;
}
dl.dlIndexContents dd ul li{
	background:url(../images/share/arrow2.gif) left top no-repeat;
	display:inline;
	margin-right:16px;
	padding-left:16px;
}
dl.dlIndexTosui{
	background:#D8E3C5;
	margin:0 0 10px 0;
	padding:10px;
	clear:both;
}
dl.dlIndexTosui dt{
	width:145px;
	float:left;
}
dl.dlIndexTosui dd{
	width:260px;
	float:right;
}
dl.dlIndexRightContents{
	width:160px;
	background:url(../images/index/dl_r_bg.gif) left top repeat-y;
	border-bottom:1px solid #465B35;
	margin:0 0 16px 0;
}
dl.dlIndexRightContents dt{
	margin:0 0 8px 0;
	padding:0;
}
dl.dlIndexRightContents dd{
	margin:0 6px 6px 6px;
}
dl.dlIndexRightContents dd.ddLink{
	background:url(../images/share/arrow2.gif) left top no-repeat;
	padding-left:16px;
}
div.sekkeiIntro{
	border-left:1px solid #60754E;
	border-right:1px solid #60754E;
	border-bottom:1px solid #60754E;
	background:#FFFFE6;
	padding:8px;
	margin-bottom:10px;
}
div.sekkeiIntro ul.ulSekkeishi li{
	width:145px;
	display:inline;
	float:left;
	margin-left:10px;	
}
div.sekkeiIntro ul.ulSekkeishi li.liTxt{
	width:280px;
	margin:0;
	line-height:1.5;
}
div.sekkeiIntro ul.ulSekkeibtn li{
	background:url(../images/index/sekkei_btn_bg.gif) left top no-repeat;
	width:125px;
	height:22px;
	display:inline;
	float:left;
	margin:0 16px 0 0;
	text-indent:20px;
	padding-top:3px; 
}
dl.dlindexContentsMenu{
	width:198px;
	border:1px solid #475C36;
	float:left;
	margin: 0 8px 0 0;
}
dl.dlindexContentsMenu dd{
	margin:4px 8px 8px 8px;
}
dl.dlindexContentsMenuLast{
	margin:0;
	float:left;
	width:198px;
	border:1px solid #475C36;
	height:116px;
}
dl.dlindexContentsMenuLast dd.ddIndexContentMenu{
	width:80px;
	float:left;
	padding:6px 0 0 6px;
}
dl.dlindexContentsMenuLast dd.ddIndexContentTxt{
	width:100px;
	float:right;
	padding:6px 6px 0 0;
}
/*----------------------------------------------------
/*STYLE
----------------------------------------------------*/
/*caption*/
.cap{
	padding-left:1em;
	text-indent:-1em;
}
.center{
	text-align:center;
}
.alignR{
	text-align:right;
}
.marginBottom20{
	margin-bottom:20px;
}
p.txtBox{
	margin:0 10px 1em 10px;
}
.letrSpe0{
	letter-spacing:0px;
}

/* clearfix */
.clearfix:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block; 
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix{ display: block; }
/* End hide from IE-mac */

div.localMenuBox{
	width:580px;
	background:url(../images/share/080616_03.gif);
	border:2px dashed #EDEBE2;
	margin:0 10px 40px 10px;
	padding:10px;
}
div.localMenuBox p{
	font-weight:bold;
	border-bottom:1px dashed #666666;
	background:url(../images/share/local_menu_icon.gif) left top no-repeat;
	text-indent:20px;
}
div.localMenuBox ul{
	margin:0 20px;
}
div.localMenuBox ul li{
	list-style:decimal inside;
	margin:0 0 8px 0;
}
div.localMenuBox ul.liStyleDisc li{
	list-style:disc inside;
}

h2.h2LocalTitle{
	background:url(../images/share/h2_bg.gif) left top no-repeat;
	width:620px;
	height:20px;
	color:#FFFFFF;
	font-size:16px;
	text-indent:40px;
	padding-top:5px;
}
div.divLocalSection{
	background:url(../images/share/local_section_box.gif) left top repeat-y;
	border-bottom:1px solid #AAAAAA;
	padding:10px;
	margin-bottom:40px;
}
div.divLocalSection h3.h3LocalTitle{
	background:url(../images/share/local_section_title.gif) left top no-repeat;
	height:23px;
	font-size:14px;
	padding-top:17px;
	text-indent:20px;
	margin-bottom:16px;
}
div.divLocalSection h4.h4LocalTitle{
	height:23px;
	font-size:14px;
	padding-top:17px;
	padding-left:15px;
	text-indent:10px;
	margin:0 0px 16px 0px;
	background:#BFE4EF;
	background:url(../images/share/local_section_title2.gif) left top no-repeat;
	color:#FFFFFF;
}

div.divLocalSection dl.dlDataMassage{
	background:#FFFFFF;
	border:1px solid #AAAAAA;
}
div.divLocalSection dl.dlDataMassage dt.dtSekounaiyou{
	background:#BFE4EF url(../images/share/dt_sekounaiyou.gif) left no-repeat;
	text-align:right;
	padding:2px 10px;
	margin-bottom:10px;
}
div.divLocalSection dl.dlDataMassage dd{
	margin:0 10px 16px 10px;
}
div.divLocalSection dl.dlDataMassage dt.dtKoe{
	background:#EFDEBF;
	padding:4px 10px 2px;
	margin-bottom:10px;
	border-top:1px solid #AAAAAA;
}
div.divLocalSection dl.dlDataMassage dd img{
	margin:0 0px 8px 10px;
	padding:4px;
	background:#FFFFFF;
	border:1px solid #999999;
}
div.divLocalSection div.divVoiceBox{
	margin:0 0 20px 0px;
	border-bottom:1px dashed #666666;
	padding:0;
	clear:both;
}
div.divLocalSection div.divVoiceBox p.pVoicePhoto{
	float:left;
	margin:0 0 10px 0;
	padding-bottom:10px;
	width:180px;
}
div.divLocalSection div.divVoiceBox p.pVoicePhoto img{
	padding:4px;
	background:#FFFFFF;
	border:1px solid #999999;
}
div.divLocalSection div.divVoiceBox dl.dlVoiceData{
	float:right;
	width:390px;
	background:#FFFFFF;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	margin-bottom:10px;
}
div.divLocalSection div.divVoiceBox dl.dlVoiceData dt.dtVoiceOwner{
	border-top:1px solid #AAAAAA;
	background:#EFDEBF;
	padding:2px 10px;
	margin-bottom:10px;
	font-weight:bold;

}
div.divLocalSection div.divVoiceBox dl.dlVoiceData dt.dtVoicePresident{
	border-top:1px solid #AAAAAA;
	background:#BFE4EF;
	padding:4px 10px 2px 10px;
	margin-bottom:10px;
	font-weight:bold;
}
div.divLocalSection div.divVoiceBox dl.dlVoiceData dd{
	margin:0 10px 16px 10px;
	padding:0;
}
table.tabelWork{
	margin-bottom:20px;
}
table.tabelWork td.tdSekkeiConcept{
	background:url(../images/share/sekkei_intro2_bg.gif) left top no-repeat;
	width:170px;
	padding:40px 10px 10px 10px;

}
table.tabelWork td.tdSekkeiConcept p.pSekkeishiName{
	text-indent:40px;
	font-weight:bold;
	font-size:14px;
}
table.tabelWork img{
	padding:4px;
	background:#FFFFFF;
	border:1px solid #999999;
}
table.tabelWork img.imgNoframe{
	padding:0;
	border:none;
	background:none;
}
ul.ulLocalList{
	margin:0 20px 40px 30px;
}
ul.ulLocalList li{
	list-style:disc outside;
	margin:0 0 8px 0;
}
p.pPageTop{
	text-align:right;
	border-top:1px dashed #999999;
	padding-top:10px;
	margin-top:10px;
}
div.divLoacalMassageBoard{
	margin:0 10px 10px 10px;
	background:url(../images/share/sekkei_intro_bg.gif) left top repeat-y;
}
div.divLoacalMassageBoard table,
div.divLoacalMassageBoard p{
	margin:0 20px 10px 40px;
	width:500px;
	padding:0;
}
div.divLoacalMassageBoard table td{
	padding:2px 0 6px 0;
}
.marginL{
	margin-left:30px;
}
div.divLoacalMassageBoard p.top{
	margin:0;
	padding:0;
	height:34px;
}
div.divLoacalMassageBoard p.bottom{
	margin:0;
	padding:0;
	height:10px;
}
h3.h3Flow{
	margin:0 0 10px 0;
	height:40px;
}

/*Q&amp;A---------------------------------------------------------*/
div.divLocalSection h3.h3QATitle{
	background:url(../images/share/local_section_qa_title.gif) left top no-repeat;
	height:30px;
	font-size:14px;
	padding-top:10px;
	text-indent:48px;
	margin-bottom:16px;
	font-family:Verdana, "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.3;
}
*:first-child + html body div.divLocalSection h3.h3QATitle{
	font-family:Verdana, "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

div.divLocalSection h3.h3QATitle:first-letter{
	font-size:24px;
	color:#F53232;
}
p.pQA_A{
	background:url(../images/share/icon_a.gif) left top no-repeat;
	margin:0 10px 40px 10px;
	padding:11px 0 0 36px;
}
/*company---------------------------------------------------------*/
div.divLocalSection table.tableBottomDash{
	margin:0 0 20px 20px;
}
div.divLocalSection table.tableBottomDash td{
	padding:8px 4px 3px 4px;
	border-bottom:1px dashed #666666;
}
div.divLocalSection table.tableBottomDash th{
	padding:8px 4px 3px 20px;
	border-bottom:1px dashed #666666;
	text-align:left;
	background:url(../images/share/icon_b.gif) left top no-repeat;
}
dl.dlStaffProf3Line{
	width:180px;
	float:left;
	display:inline;
	margin:0 16px 20px 0;
}
dl.dlStaffProf4Line{
	width:138px;
	float:left;
	display:inline;
	margin:0 12px 20px 0;
}

dl.dlStaffProf3Line dt img,
dl.dlStaffProf4Line dt img{
	padding:4px;
	background:#FFFFFF;
	border:1px solid #999999;
}	
dl.dlStaffProf3Line dd,
dl.dlStaffProf4Line dd{
	margin:0 6px 6px 6px;
}
dl.dlStaffProf3Line dd.ddName{
	background:url(../images/company/name_middle.gif) left top no-repeat;
	height:23px;
	padding-top:6px;
	font-weight:bold;
	text-indent:10px;
	margin:0 0 6px 4px;
}
p.pPresidentName{
	background:url(../images/company/name_middle.gif) left top no-repeat;
	height:23px;
	padding-top:6px;
	font-weight:bold;
	text-indent:10px;
	margin:0 0 6px 4px;
}
dl.dlStaffProf4Line dd.ddName{
	background:url(../images/company/name_short.gif) left top no-repeat;
	height:23px;
	padding-top:6px;
	font-weight:bold;
	text-indent:10px;
	margin:0 0 6px 4px;
}
.font10 {
	font-size: 10px;
}

/*reference---------------------------------------------------------*/
table.tableContact{
	margin:0 auto 20px auto;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
table.tableContact td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:8px 4px 4px 4px;
}
table.tableContact th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:8px 4px 4px 20px;
	background:url(../images/share/icon_b.gif) left top no-repeat;
	text-align:left;
}

.hissuTxt{
	color:#CC0000;
	font-size:11px;
}
table.tableSitemap{
	margin:0 40px 100px 40px;
}
table.tableSitemap td.tdPageName{
	background:url(../images/share/sitemap_box.gif) left bottom no-repeat;
	width:150px;
	height:20px;
	padding-top:16px;
	padding-left:20px;
}
.pdl15 {
	padding-left: 15px;
	font-size: 11px;
}
