/*
 * Style Name: sitemap.css
 * Style URI: http://www.jsdg.org/css/sitemap.css
 * Description: サイトマップ専用
 * Version: 0.91
 * Last Up Date: 2008/09/30
 * Author: 森下　裕史
 * Author URI:
 * Author Email:
 * Guideline URI:
 * 0.91 08/09/30 初期設定
 * 0.92 08/10/04 IE6 対応
 */

/* ----------------------------------------
 * 全体設定
 * ---------------------------------------- */
#container{
width: 800px;
}

#contents{
width: 780px;
/*float:none;*/
}

#contents h4{
margin: 5px;
padding-left:10px;
padding-right:10px;
line-height:1.4em;
font-size: 0.9em;
font-weight: bold;
background-repeat:no-repeat;
background-position: 5px;
}

#contents ul {
list-style-image: url("./images/menu_icon2.gif");
list-style-position: inside
}

#contents li {
padding-left: 20px;
background-color:#ffffff;
line-height:1.2em;
font-size:0.8em;
}

#contents li.sub {
padding-left: 20px;
background-color:#ffffff;
line-height:1.2em;
font-size:0.8em;
}

#sitemap_left{
width: 368px;
margin: 10px;
border: solid 1px;
float:left;
height:580px;
}

#sitemap_right{
width: 368px;
margin: 10px;
border: solid 1px;
float:right;
height:580px;
}
