@charset "utf-8";
/* CSS Document */

/*グローバルナビゲーション*/
.topnavi_05 img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

/*コンテンツ*/
#main{
	width:690px;
	height: auto;
	padding:10px 20px 20px 20px;
	border: 1px solid #d8d7c2;
	background-color:#ffffff;
	overflow:hidden;
}
#main h3 img{
	margin-top:20px;
}
#main ul{
	list-style: none;
}
#main ul li ul{
	margin:0 0 10px 10px;
}
#main ul li ul li{
	float:left;
	width:325px;
}
#main ul li ul li ul{
	list-style-type:none;
}
#main ul li ul li ul li{
	clear:both;
	margin-bottom:3px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;*/
	padding:2px;
}
#main .sonota{
	padding-bottom:20px;
}
#main a:link{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033cc;
	margin-left:3px;
}

#main a:visited{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366ff;
	margin-left:3px;
}


#main a:hover{
	border:none;
	margin-left:3px;
}

