/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 実施事業        enterprise.html                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import url("global-style.css");     /* 初期設定と共通定義          */
@import url("global-sidebar.css");   /* サイドバーブロック定義      */
@import url("global-baseline.css");  /* コンテンツブロック共通定義  */

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */


/* **************************************************************** */
/* ***  カテゴリー                                              *** */
/* **************************************************************** */
.category .type1 {
   display:    block;
   width:      530px;
   height:     50px;
   margin:     20px 0 15px;
   background: url(../images/enterprise/welfare.gif) no-repeat 28% 50%;
}
.category .type2 {
   display:       block;
   width:         530px;
   height:        50px;
   margin-bottom: 15px;
   background:    url(../images/enterprise/sports.gif) no-repeat 68% 50%;
}
.category .type3 {
   display:       block;
   width:         530px;
   height:        50px;
   margin-bottom: 15px;
   background:    url(../images/enterprise/consultation.gif) no-repeat 28% 50%;
}
.category .type4 {
   display:       block;
   width:         530px;
   height:        50px;
   margin-bottom: 15px;
   background:    url(../images/enterprise/information.gif) no-repeat 68% 50%;
}
.category .type5 {
   display:       block;
   width:         530px;
   height:        50px;
   margin-bottom: 60px;
   background:    url(../images/enterprise/area.gif) no-repeat 28% 50%;
}
.category .type5 {
   _margin-bottom: 30px
}

.plan {
   display: block;
   width:   530px;
}
#plan-top {
   display:     block;
   width:       510px;
   height:      56px;
   background:  url(../images/enterprise/plan-bg-top.gif) no-repeat ;
   margin-left: 10px;
}

#plan-top a {
   display:             block;
   width:               500px;
   height:              28px;
   margin:              28px 0 0 2px;
   background-image:    url(../images/enterprise/plan-logo.gif);
   background-position: top left;
}
html>/**/body #plan-top h3 {
   padding-top: 0.1px;
}
#plan-top a:hover,
#plan-top a:active {
   background-position: bottom left;
}

#plan-main {
   display:     block;
   width:       510px;
   background:  url(../images/enterprise/plan-bg-main.gif) repeat-y ;
   margin-left: 10px;
}

.title1 {
   margin-left: 40px;
   padding-top: 15px;
}
.title1 li {
   width:  8em;
   height: auto;
}
.title1 .policy {
   margin-bottom: 14px;
}

.plan .title1 li a{
   display:      block;
   font-size:    1.3em;
   padding-left: 1.4em;
   background:   url(../images/enterprise/arrow.gif) no-repeat 0 40%;   
}
.plan .title1 li a{
   _padding-top: 2px;
}

#plan-bottom{
   display:     block;
   width:       505px;
   height:      15px;
   margin-left: 10px;
   background:  url(../images/enterprise/plan-bg-bottom.gif) no-repeat ;
}

.title2 {
   margin:    10px 0 0 80px;
   font-size: 1.2em;
}
.title2 li {
   padding: 1px 0 ;
}
.title2 .indent {
   text-indent: 2em;
}
.last {
   padding-bottom: 30px;
}

/* **************************************************************** */
/* *** 印刷用設定 Print Hack                                    *** */
/* **************************************************************** */
@media print {
#plan-top a { background-image: url(../images/enterprise/print/plan-logo.gif); }
}

