@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerMain h1
{
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 17px;
    text-align: left;
    font-weight: normal;
    line-height: 12px;
    font-size: 12px;
}

#hpb-headerLogo
{
    width: 570px;
    float: left;
}

#hpb-headerLogo a
{
    display: block;
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px; /* change 17px */
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 58px;    /*ロゴ画像の高さ*/
    background-image : url(../img/logo_10A.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra0
{
    width: 300px;
    margin-top: -23px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    float: right;
	font-size: 0.9em;

}

#hpb-headerContact
{
	position:absolute; 
    width: 690px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 180px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerTel
{
	position:absolute; 
    width: 250px;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 650px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.name
{
    /* お問い合わせの文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.4em;
    line-height: 20px;
    text-align: right;
    color: #679427;
}

#hpb-headerExtra1 p.name span
{
    font-size: 1.0em;
}

#hpb-headerExtra1 p.address
{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 20px;
    text-align: right;
    font-size: 1.0em;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain
{
    width: 875px;
    background-color: #efe4d1;
    margin-left: auto;
    margin-right: auto;

}

#hpb-footerMain p
{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 14px;
    text-align: center;
    color: #723918;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1
{
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */

/* バナー */
#banner
{
    width: 190px;
    margin-right: auto;
}

#banner ul
{
/*    margin-top: -20px;*/
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li
{
    display: block;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#banner li a
{
    display: block;
    height: 69px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-access
{
    /* アクセスバナー */
    background-image : url(../img/top_banner_10A_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/* 会社情報 */
#company-info
{
    padding-top: 10px;
}

#company-info h3
{
    margin-top: 0;
    margin-bottom: 3px;
    text-align: left;
    color: #679427;
    font-weight: normal;
}

#company-info h3 span.en
{
    text-transform: capitalize;
    font-size: 1.5em;
}

#company-info h4
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.3em;
    padding-top: 0;
    color: #679427;
    font-weight: normal;
}

#company-info p
{
    margin-top: 0.1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link
{
    color: #e69100;
    text-decoration: underline;
}
a:visited
{
    color: #e69100;
    text-decoration: underline;
}
a:hover
{
    color: #F39700;
    text-decoration: none;
}
a:active
{
    color: #F39700;
    text-decoration: none;
}

#hpb-skip
{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p
{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large
{
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 0.4em;
    color: #679427   ;
	color: red;
}
p.middle
{
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0.4em;
    color: #679427   ;
	color: red;
}
p.indent
{
    padding-left: 15px;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

hr
{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2
{
    background-image : url(../img/titleBg_10A.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: -12px;
    margin-bottom: 0;
    width: 640px;
    height: 76px;
    text-align: left;
    overflow: hidden;
    line-height: 80px;
}

.hpb-layoutset-02 h2 span.ja
{
    font-size: 1.2em;
    color: #ffffff;
    padding-left: 50px;
    padding-right: 15px;
    font-weight: normal;
}

.hpb-layoutset-02 h2 span.en
{
    color: #fff300;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
}

#hpb-wrapper h3
{
    margin-top:10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 3px;
    text-align: left;
    background-image : url(../img/indexBg_10A.png);
    background-position: bottom right;
    background-repeat: repeat-x;
	color: #ff6600;

    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
}

#komoku_title
{
	color: #ff6600;
    font-size: 1.3em;
    font-weight: normal;
}

#keyword
{
	color: #068258;
    font-size: 1.0em;
    font-weight: normal;
}

#keyword2
{
	color: #068258;
    font-size: 1.2em;
    font-weight: normal;
}

h3.hpb-c-index
{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: bold;
    color: #f7ba05;
}

h5
{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
}

#table01
{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #723918;
	width: 98%;
}

#table01 th
{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #723918;

    background-color: #723918;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
}

#table01 td
{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #723918;

}

#table02
{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #723918;
	vertical-align: top;
	width: 100%;
}

#table02 td
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	vertical-align: middle;
    text-align: left;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #723918;
	font-size:1.1em;
}

#table03
{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #723918;
	vertical-align: top;

	width: 95%;
}

#table03 td
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	vertical-align: middle;
    text-align: center;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #723918;
	font-size:1.1em;
}

#table_side
{
    margin-right: 3px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-collapse: collapse;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #723918;
	width: 98%;
}

#table_side th
{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    background-color: #efe4d1;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #723918;

}

#table_side td
{
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #723918;
}

/* フォームパーツ設定 */
input.button
{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea
{
    width: 380px;
    height: 200px;
}

input.l
{
    width: 380px;
}
input.m
{
    width: 250px;
}
input.s
{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

.hpb-layoutset-01 #hpb-main ul
{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.hpb-layoutset-01 #hpb-main ul li
{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #f7ba05;
}

.hpb-layoutset-01 #hpb-main dl
{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.hpb-layoutset-01 #hpb-main dt
{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: normal;
    width: 50px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 2px;
    font-weight: normal;
	font-size:1.0em
}

.hpb-layoutset-01 #hpb-main dd
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #f7ba05;
}

.hpb-layoutset-02 #hpb-main ul
{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.hpb-layoutset-02 #hpb-main ul li
{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #f7ba05;
}

.hpb-layoutset-02 #hpb-main dl
{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.hpb-layoutset-02 #hpb-main dt
{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: normal;
    width: 150px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 2px;
    color: #679427;
    font-weight: normal;
	font-size:1.2em
}

.hpb-layoutset-02 #hpb-main dd
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 150px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #f7ba05;
}

*:first-child + html #hpb-main dd
{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd
{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img
{
    margin-top: 5px;
    margin-bottom: 10px;
}

#hpb-main img.left
{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right
{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop
{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

#pagetop a
{
    /* ページの先頭へのリンク設定 */
    display: block;
    width: 124px;
    height: 16px;
    background-image : url(../img/returnTop_10A.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}


/* トップページ デザイン定義 */

/* メニューページ デザイン定義 */
#hpb-wrapper #toppage-news h3
{
    margin-bottom: 10px;
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.2em;
}

#hpb-wrapper #toppage-news h3 span.en
{
    padding-right: 15px;
    padding-left: 5px;
    text-transform: capitalize;
    background-color: #ffffff;
    font-size: 1.5em;
}

#hpb-wrapper #toppage-news h3 span.ja
{
    padding-right: 20px;
    padding-left: 5px;
    background-color: #ffffff;
}

/* 【角丸枠】 */
#kadomaru {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:5px;
	margin-left:0px;

/* ブラウン系 */
	background-color:#fff1cf;
	border:1.5px solid #69380c;

/* ブラウン系 
	background-color:#fff2e0;
	border:1.5px solid #69380c;*/
}

/* 【事例No】 */
#works-no
{
    background-color: #a9c38a;
	color:#ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
}


/* 【特長No】 */
#features-no
{
	background-color: #a9c38a;

	color:#FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 10px;
}

/* table 3pattern green color */
	table.tblGreen,
	table.tblGreenCol,
	table.tblGreenCnt {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0px;
}
	table.tblGreen th {
		padding: 4px 10px;
		background-color: #D7E6D3;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		vertical-align: top;
		text-align: left;
	}
	table.tblGreenCol th,
	table.tblGreenCnt th {
		padding: 4px 10px;
		background-color: #D7E6D3;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		text-align: center;
	}
	.tabletblGreenCntth {
		padding: 4px 10px;
		background-color: #D7E6D3;
		font-weight:bold;
		text-align: center;
	}
	table.tblGreen td {
		padding: 6px 10px;
		background-color: #FFFFFF;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		vertical-align: top;
		text-align: left;

	}
	table.tblGreenCol td {
		padding: 6px 10px;
		background-color: #FFFFFF;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		vertical-align: top;
	}
	table.tblGreenCnt td {
		padding: 6px 10px;
		/*background-color: #FFFFFF;*/
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		vertical-align: middle;
	}
	table.tblGreen th.subTh {
	background-color: #EEF4EE;
	font-weight: normal;
	}
	table.tblGreenCol th.subTh,
	table.tblGreenCnt th.subTh {
	background-color: #EEF4EE;
	font-weight: normal;
	text-align: center;
	}

#table04
{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
	width: 98%;
}

#table04 th
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;

    background-color: #333333;
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:normal;
}

#table04 td
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: right;
	font-size:1.0em;
	font-weight:normal;

}

#line
{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: right;

    background-color: #red;
	font-size:1.0em;
	font-weight:normal;

}

