/* Edited with EditCSS */
/*CSSLicense: Tomokazu Usui*/
* {
    margin: 0;
    padding: 0;
}
html{height: 100%;}
/* BODY-------------------------------*/
body {
    margin : 0;
    padding: 0;
     color: #333333;
     font-size: 13px;
     line-height: 150%;
     text-align: center;
     background: #FFFFFF;
    font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}
/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
     margin: 0;
     padding: 0;
     border: 0;
}
/* strong */
strong {font-weight: normal;}
/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {    float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}
/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #3AB7F7;text-decoration: underline;}
a:hover{color : #019FE8;text-decoration: none;}
/* 基本設定 ----------------------------- */
#base{
     width: 900px;
     margin: 0 auto;
     padding: 0;
     text-align: center;
     background: url("./img/container.jpg") repeat-y top center;
     position: relative;
}
#wrapper {
     width: 830px;
     margin: 0 auto;
     padding: 0;
     text-align: left;
}
/*  ヘッダー  */
#header {
     margin : 0 auto;
     padding: 0;
     width: 900px;
     height : 85px;
     text-align: left;
     background: url("./img/header.jpg") no-repeat top center;
}
#header .otoiawase {
   float:right;
   width: 50px;
   height: 50px;
}
#header h1{
    text-indent:-8765px;
}
#header p#smap{
     position: absolute;
     top: 0px;
     right: 120px;
     margin: 0;
     font-size: 12px;
     text-align: right;
}
#header p#kiyaku{
     position: absolute;
     top: 40px;
     right: 45px;
     margin: 0;
     font-size: 12px;
     text-align: right;
}
#smap a:link, #smap a:visited, #smap a:active {color: #000000;text-decoration: underline;}
#smap a:hover{color : #FF9900;text-decoration: none;}
#kiyaku a:link, #kiyaku a:visited, #kiyaku a:active {color: #ffffff;text-decoration: underline;}
#kiyaku a:hover{color: #ffffff;text-decoration: none;}
#header h2{
    position: absolute;
    top: 0px;
    left: 50px;
    width: 890px;
    height: 25px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    text-indent:2;
    text-align: left;
    display: block;
}
#g_serch{    
    position: absolute;
    top: 40px;
    left: 475px;
}
.rss{    
    position: absolute;
    top: 0px;
    right: 50px;
}
/*-----(共通）-----*/
#container{
     width: 575px;
     float: left;
     margin: 0;
     text-align: left;
}
/*  記事枠等の属性  */
#content0 {
     float: right;
    padding-left:15px;
    padding-right:5px;
     width: 360px;
     margin: 0px;
     overflow: hidden;
}
#content {
     float: right;
     width: 565px;
     margin: 0 0 0 10px;
     overflow: hidden;
}
#content0 h2{
     margin: 0;
     font-size: 123%;
     color: #E74D07;
     font-weight: bold;
     text-align: left;
     padding-left: 25px;
     padding-bottom: 5px;
     line-height: 300%;
     background: url("./img/h2_bar.gif") no-repeat top center;
     clear: both;
}
#content h2{
     margin: 0 0 0 2px;
     font-size: 123%;
     color: #E74D07;
     font-weight: bold;
     text-align: left;
     padding-left: 25px;
     padding-bottom: 5px;
     line-height: 300%;
     background: url("./img/h2_bar600.gif") no-repeat top left;
     clear: both;
}
#content h3 {
     margin: 10px 0 0 10px;
     font-size: 108%;
     font-weight: bold;
     color: #732640;
     padding-left: 5px;
     line-height: 150%;
     border-left: 8px solid #0189CB;
}
#content h4 {
     margin: 10px 0 5px 10px;
     font-size: 100%;
     font-weight: bold;
     text-indent: 5px;
     line-height: 150%;
    border-left: 5px solid #FF6633;
}
#content h5 {
    margin: 0px 5px 10px 20px;
    padding-left: 15px;
    color: #555;
    font-weight: normal;
    font-size: 100%;
    line-height: 150%;
    display: block;
    text-align: left;
    background: url("img/h5_back.gif") no-repeat top left;
}
/*記事設定(TopPage)*/
.ctgy dt{
    margin: 10px 0 0 0;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    background: url(img/mark2.gif) no-repeat left;
}
.ctgy dt.t1{
    margin: 10px 0 0 0;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    background: url(img/mark1.gif) no-repeat left;
}
dt.t1 a:link, dt.t1 a:visited, dt.t1 a:active {color: #732640;text-decoration: underline;}
dt.t1 a:hover{color : #FF3300;text-decoration: none;}
.ctgy dd{
    font-size:12px;
    padding:0px 0px 5px 20px;
    margin:5px 0px 10px 0px;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
}
/*記事枠*/
#content p{
     margin: 5px 0;
}
#content .posted {
     margin: 5px 0;
     text-align: right;
     font-size: 84%; 
}
#content0 .doc{
     padding: 0 5px 15px 5px;
     text-align: left;
     font-size: 100%;
     line-height: 150%;
}
#content .doc{
     padding: 5px 5px 5px 15px;
     text-align: left;
     font-size: 100%;
     line-height: 150%;
}
#content .doc_line{
    margin: 10px 10px 0 10px;
    text-align: left;
    line-height: 19px;
    background: url("http://www.est-group.jp/img/doc_back.gif");
}
#content .doc_small{
    margin: 0px 5px 5px 10px;
    text-align: left;
     font-size: 10px;
    line-height: 130%;
}
#content .doc_small img{width: 80px;border: 0;}
br {
    letter-spacing: 0;
}
/*　詳細へ　*/
.next {
    margin : 10px 0;
    text-align: left;
}
/*  記事一覧  */
#content ol{
    margin: 0px 0px 20px 40px;
}
#content li{
    margin: 5px 0;
    font-size: 100%;
}
#content .cform{
    margin: 0;
}
/* ---- 相互リンクリスト属性----- */
#content .slink ul{
    margin: 10px 5px 20px 20px;
}
#content .slink ul li{
    margin: 0;
    font-size: 12px;
    line-height: 150%;
}
/*-----パンくずリスト-----*/
p#navi{
     margin: 10px 0 5px 10px;
     font-size: 10px;
     color: #9E884F;
     line-height: 130%;
     text-align: left;
}
/*インフォメーション*/
#info {
    width: 470px;
    height: 150px;
    margin: 10px 0;
     background: url("http://www.est-group.jp/img/info_back.jpg") no-repeat;
}
#info .inner{
    padding: 30px 10px 10px 200px;
    color: #333;
    font-size: 13px;
    text-align: left;
}
/*  左サイドメニュー等の属性  */
#left {
     float: left;
     width: 180px;
     margin: 0 0 20px 8px;
     overflow: hidden;
}
#left h2{
     margin: 10px 0 0 0;
     height: 22px;
     color: #000000;
    background: url("./img/h2_bar_bg_est.gif") no-repeat;
     font-size: 100%;
     font-weight: bold;
     line-height: 180%;
     text-align: center;
     background: #EFDE00;
     display: block;
}
#left p{
     margin: 5px 0 5px 0;
}
/* カテゴリ指定 */
#left .cat{
    margin: 0;
}
#left .cat h2{
     margin: 10px 0 0 0;
     height: 22px;
     color: #000000;
    font-size: 100%;
     font-weight: bold;
     line-height: 180%;
     text-align: center;
     background: #EFDE00;
     display: block;
}
#left ul.menu{
    margin: 0 0 0 0;
    padding: 0;
    background: #000000;
    list-style-type: none;
}
#left ul.menu li a {
    margin: 0;
    width: 225px;
    text-indent: 25px;
    background: url("./img/menu03.gif") no-repeat;
    color: #333;
    font-size: 100%;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    display: block;
    overflow: hidden;    
}
#left ul.menu li a:hover {
    background: url("./img/menu04.gif") no-repeat;
    color: #000000;
}
#left ul.menu li.tc1 a {
    margin: 0;
    width: 225px;
    text-indent: 15px;
    background: url("./img/menu01.gif") no-repeat;
    color: #333;
    font-size: 100%;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    display: block;
    overflow: hidden;    
}
#left ul.menu li.tc1 a:hover {
    background: url("./img/menu02.gif") no-repeat;
    color: #000000;
}
/*　検索窓　*/
#left .search{    
    margin: 0;
}
#left .search .inner {
    padding: 10px;
    text-align: left;
    background: #000000;
}
/*  右サイドメニュー等の属性  */
#right {
     float: right;
     width: 225px;
     margin: 0 8px 20px 0;
    padding:0px 0px 5px 0px;
     overflow: hidden;
}
#right h2{
     margin: 10px 0 0 0;
     height: 22px;
     color: #ffffff;
    background: url("./img/h2_bar_bg_est.gif") no-repeat;
     font-size: 100%;
     font-weight: bold;
     line-height: 180%;
     text-align: center;
     display: block;
}
#right ul.new{
     list-style: none;
     margin: 0 0 10px 0;
     padding: 5px 0;
}
#right ul.new li a:link, #right ul.new li a:visited, #right ul.new li a:active {
     list-style: none;
     padding-left: 20px;
     text-decoration: none;
     font-size: 12px;
     line-height: 150%;
     display: block;
    background: url("img/doc.gif") no-repeat top left;
}
#right ul.new li a:hover {
     text-decoration: underline;
}
/*　検索窓　*/
#right .search{    
    margin: 0 0 10px 0;
}
#right .search .inner {
    padding: 10px;
    text-align: left;
    background: #DEF0A8;
}
/*フッターナビ*/
#f_navi {
    clear: both;
    text-align: right;
    margin: 0px;
    padding: 0px 5px 20px 5px;
    font-size: 92%;
}
.f_navi img{margin: 0 2px;border-style: none;}
/* フッター-----------------*/
#footer {
     clear: both;
     margin: 0 auto;
     width: 830px;
     height: 60px;
     color: #666;
     padding: 0;
     background: url("./img/footer_back.gif") no-repeat;
     border-bottom: 5px solid #9E884F;
     display: block;
}
#footer .copyright {
     padding: 10px;
     text-align: right;
     line-height: 120%;
     font-size: 100%;
}
#footer img{border-style: none;    vertical-align: middle;    }
/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #000000;text-decoration: underline;}
#footer a:hover {color: #339966;text-decoration: none;}
/* タグ指定 */
.module-tagcloud{
    margin: 0;
}
.module-tagcloud h2{
     margin: 10px 0 0 0;
     height: 22px;
     color: #000000;
     font-size: 100%;
     font-weight: bold;
     line-height: 180%;
     text-indent: 10px;
     text-align: left;
     background: #BE0000;
     display: block;
}
.module-tagcloud .module-content{
    margin: 0;
    background: #000000;
    text-align: left; 
}
.module-tagcloud .module-content .module-list{
    padding: 5px;
    list-style: none;
}
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }
.tag_line{
    margin: 10px;
    text-align: left;
}
/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
    text-align:center;
    width:100%;
}
.widget-footer-menu ul {
    padding:2px 0;
}
.widget-footer-menu li {
    display: inline;
    padding: 0 7px;
}
/* ---------------------------------------------------------------------
メニューナビゲーションバー
--------------------------------------------------------------------- */
#menubar0{
    padding:5px 0px;
    margin:0 0 1px 8px ;
}
#menubar1{
    margin:0 8px 15px 8px ;
    padding:5px;
/*
    background-color:#ABA068;
*/
   background-image: url("./img/gio_back_banner.gif");
}
#menubar{
    padding-left:2px;
    padding-top:5px;
    padding-bottom:0px;
}
ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 5px 0px 5px 0px; /* 各項目周囲の余白 */
   padding: 0px; /* 枠線と内容の距離をゼロに */
}
ul#menubar11 {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar11 li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 5px 5px 5px 10px; /* 各項目周囲の余白 */
   padding: 0px; /* 枠線と内容の距離をゼロに */
}
/* メニュー項目のリンクを装飾 */
ul#menubar li a {
   display: block; /* ブロックレベルに */
}
ul#menubar li a:hover {
}
p.aftermenu {
   clear: left;
}
a#TOPpage {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_top.jpg");
}
a#TOPpage:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#COMPANY {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_company.jpg");
}
a#COMPANY:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#OURSHOP {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_ourshop.jpg");
}
a#OURSHOP:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#MEMBERS {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_members.jpg");
}
a#MEMBERS:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#RECRUIT {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_recruit.jpg");
}
a#RECRUIT:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#MAIL {
   display: block;
   width: 136px;
   height: 30px;
   text-indent: -9765px;
   background-image: url("./img/btn_mail.jpg");
}
a#MAIL:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#ASIAN {
   display: block;
   width: 250px;
   height: 56px;
   text-indent: -9765px;
   background-image: url("./img/btn_asian.jpg");
}
a#ASIAN:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#GIO {
   display: block;
   width: 250px;
   height: 56px;
   text-indent: -9765px;
   background-image: url("./img/btn_gio.jpg");
}
a#GIO:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#GARDEN {
   display: block;
   width: 250px;
   height: 56px;
   text-indent: -9765px;
   background-image: url("./img/btn_garden.jpg");
}
a#GARDEN:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#ROGERIO {
   display: block;
   width: 250px;
   height: 56px;
   text-indent: -9765px;
   background-image: url("./img/btn_rogerio.jpg");
}
a#ROGERIO:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
