/* CSS Document ウェルビーン様　ナビ */
ul{
	margin:0px;
	padding:0px;
	font-size:1.2em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
   }
li{
	list-style-type:none;
	text-align: center;
   }
li a{
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	color: #003366;
	background: #FFF0FF url(../img/menu_01.gif) 0 0 no-repeat;
	text-decoration: none;
}
li a:hover{
	background: #CC00CC url(../img/menu_01.gif) 0 -35px no-repeat;
	color: #FFFFFF;
}
address{
font-weight:normal;
font-style:normal;
color:#666666
}
address a{
	color:#339966;
	text-decoration:none;
	border-bottom-color: #FFCC00;
	border-bottom-width: thin;
}
address a:hover{
    color:#FFCC00
}

img{
	border: none;
    }

