﻿#canvas 
{
    border:solid 1px #999;
}

#status
{
    margin:0;
    padding:4px 0;
    width:100%;
    height:25px;
	background-color:#ffffff;
}

#status img
{
    vertical-align:middle;
}

#regionlist
{
    height:444px;
    border:solid 1px #999;
    overflow:hidden;
}

#regionlist .toggle
{
    font-weight:bold;
    padding:1px 4px 4px 18px;
    margin:0;
    width:100%;
    height:23px;
    line-height:23px;
    background-color:#ffffff;
    background-image:url('../images/toggle2.png');
    background-position:left center;
    background-repeat:repeat-x;
    color:#333;
    cursor:pointer;
}

#regionlist .toggle:hover
{
    text-decoration:underline;
}

#regionlist .content
{
    padding:0 7px;
    margin:0;
    background-color:#fff;
}

#regionlist .content li
{
    border-bottom:solid 1px #CCC;
    padding:6px 0;
}

#iwtitle
{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size: 130%;
	line-height: 130%;
}

#iwdesc img
{
/*    width:120px;*/
/*    float:left;*/
}

#iwdesc dl
{
/*    clear:both;*/
    line-height:1.2em;
    margin:0;
    padding:0;
}

#iwdesc dd
{
    margin-left:3em;
    margin-top:-1.2em; /* dl の lihe-height と合わせること */
}