/* CSS Document */

/*トップページの左側のメニューの横棒*/
.menu div {
	padding-top:5px;
	padding-bottom:5px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #51ABE1;
	width:159px;
}

/*トップページの上のメニューの縦線*/
.menu2 div {
             float:left;
			 padding:3px 5px;
		     border-right:solid 1px #73a1ff
		   }
.menu2 div.menu02 {
                    border-left:solid 1px #73a1ff
				  }


