@charset "utf-8";

/* top_flash
------------------------------*/
#top_flash {
    float:none;
    clear:both;
    text-align: center;
    padding: 0;
    background-image: url(../images/nijyuwaku_back.gif);
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 12px;
}
#top_flash object{
    border:solid 1px #999;
}
#top_flash span img{display:block;}

/* info_area
------------------------------*/
#info_area {
    background-image: url(../images/top/info_back.jpg);
    background-repeat: no-repeat;
    background-position: 22px top;
    width: 565px;
    height: 135px;
    color: white;
    line-height: 1;

}
#info_area h2{
    margin-left: 35px;
    padding-top: 15px;
}
#info_area ul{
    margin-top:6px;
    font-size:0.81em;
    width: 510px;
    height: 60px;
    overflow: auto;
    scrollbar-base-color: #ACD6FF;
    scrollbar-face-color: #ACD6FF;
    scrollbar-track-color: #BFDFFF;
    scrollbar-arrow-color: #ffffff;
    scrollbar-highlight-color: #BFDFFF;
    scrollbar-shadow-color: #ACD6FF;
    scrollbar-3dlight-color: #ffebcd;
    scrollbar-darkshadow-color: #68B4FF;
    color: white;
    margin-left: 40px;
    list-style-type: none;
    line-height: 1.7;
}
#info_area li span{
    padding-right:1em;
}


#info_area p.go_list{
    margin:0;
    padding:0 20px 0 0;
    text-align:right;
}
#info_area p.go_list a,
#info_area a{
    color:#fff;
}

#info_area p.go_list a:hover,
#info_area a:hover{
	color:#E8E8E8;
}

/* 予防接種 */
.bn_yobou{
    width:250px;
    float: right;
    padding-top: 3px;
}
.bn_yobou a,
.bn_yobou img{
    display:block;
}


.bn_yobou a
{
    width:228px;
    height:135px;
    background-image: url(../images/top/hover/yobou.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.bn_yobou a:hover img{
    width:0;height:0;
}

/* 在宅
.bn_zaitaku{
    width:250px;
    float: right;
}
.bn_zaitaku a,
.bn_zaitaku img
{display:block;}


.bn_zaitaku a
{
    width:228px;
    height:135px;
    background-image: url(../images/top/hover/banner_zaitaku.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.bn_zaitaku a:hover img{
    width:0;height:0;
}
------------------------------*/

/* banner_area
------------------------------*/
#banner_area{
    clear:both;
    margin:14px 22px 0 22px;
    height: 90px;
}

p.bn_otagawa a,
p.bn_higashi a
{width:387px;height:78px;}

#banner_area p
{width:387px;}

p.bn_otagawa{float:left;}
p.bn_higashi{float:right;}

#banner_area img,
#banner_area a
{display:block;}

p.bn_otagawa a{
    background-image: url(../images/top/hover/banner_ohtagawa.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
p.bn_otagawa a:hover img{
    height:0;width:0;
}
p.bn_higashi a{
    background-image: url(../images/top/hover/banner_higashi.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#banner_area a:hover img
{width:0px;height:0px;}

