/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * トップページ  index.html                              *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

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

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

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

.main-visual {
   margin:      5px 10px 27px;
}

#block1-top {
   display:     block;
   width:       495px;
   height:      41px;	
   margin-left: 12px;
   background:  url(../images/home/mainbox-top-bg.gif) no-repeat center top;
}
#block1 {
   display:        block;
   width:          495px;
   margin-left:    12px;
   letter-spacing: 0.1em;
   background:     url(../images/home/mainbox-middle-bg.gif) repeat-y center top;
}
#block1-bottom {
   display:       block;
   width:         495px;
   height:        15px;
   margin-left:   12px;
   margin-bottom: 27px;
   background:    url(../images/home/mainbox-bottom-bg.gif) no-repeat center top;
}
#block1 p {
   text-indent: 1em;
}
#inner-text1 {
   padding: 20px 25px 0;
}
#inner-text2 {
   padding: 0 25px 0;
}
#inner-text3 {
   padding: 20px 25px;
}

#block2 {
   display:     block;
   width:       500px;
   margin-left: 10px;
}

#a-bottun {
   display:     block;
   width:       405px;
   height:      35px;
   margin-left: 47px;
}
    
#a-bottun a {
   display: block;
   width:   405px;
   height:  35px;
}

.bottun {
   background-image:    url(../images/home/bottun.gif);
   background-position: top left;
}

.bottun:hover,
.bottun:active {
   background-position: bottom left;
}

#address {
   float:          right;
   display:        block;
   width:          auto;
   padding:        20px 0 10px 0;
   letter-spacing: 0.1em;
}



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


