﻿@charset "utf-8";

/*----------------------------------------------*/
/*                                              */
/*  Maker   : Ayako Okubo                       */
/*  Company : Elephant Communications inc.      */
/*                                              */
/*----------------------------------------------*/

/*------------------------------------------------
   index.html
------------------------------------------------*/

/* ul#map --------------------------------------*/

div#main ul#map{
margin:0 0 0 125px;
width:455px;
}

ul#map li{
width:;
padding:10px 0 10px 40px;
height:17px;
background:url(../sitemap/image/ind_bg01.gif) repeat-x left bottom;
line-height:1.0;
font-size:0;
}

ul#map li#first{
padding:10px 0 10px 35px;
background:url(../image/all_line01.gif) repeat-x left bottom;
}

ul#map li#last{
margin:0 0 15px 0;
padding:10px 0 10px 40px;
}

ul#map li.sub{
padding:0 5px 0 55px;
background:none;
font-size:12px;
line-height:1.6;
}

ul#map li a{
color:#856226;
}




