
/* topページレイアウト
----------------------------------------------- */
.left-menu{
	width:230px;
	float:left;
	margin:20px 0 0 0;
	text-align:right;
}
.left-menu-img
{   padding:2px;
    }
    
.right-menu{
	width:560px;
	float:right;
	margin:20px 0 0 0;
	text-align:left;
}
.right-menu-img
{   float:left;
    padding:2px 3px;
    }

.bottom-menu{
	width:780px;
	clear:both;
	padding:5px;
	margin:0px;
	background-color:#EEEEEE;
}

.topic{
	width:260px;
	padding:4px;
	font-size:10pt;
	}

.topic h2{
	font-size:12pt;
	font-weight:bold;
	color:#666666;
	}
.topic dl{
	margin-bottom:0px;
	color:#000066;
	}
.topic dd{
	margin:0 0 5px 15px;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
	}
