* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #555555;
	line-height: 150%;
	font-size: 90%;
}
h1,h2 {
	font-size: 12px;
	font-weight: normal;
}
p {
	padding:0 0 1em 0;
}
img {
	border: 0px;
}
dl {
	padding: 0 0 1em 0;
}
.inside li {
	list-style-position: inside;
}

a {
	color:#555555;
	text-decoration: none;
}
a:hover {
	color:#e0761d;
	text-decoration:underline;
}


a img, a:hover img {
	text-decoration: none;
	border: 0px;
}
a .waku {
	border: 3px solid #CCCCCC;
}
a:hover .waku {
	border: 3px solid #6D9E36;
}

.link a {
	color:#555555;
	text-decoration: none;
	border: 0px;
}
.link a:hover {
	color:#e0761d;
	text-decoration:none;
	border: 0px;
}
.link_event a {
	color:#e0761d;
	text-decoration: none;
}
.link_event a:hover {
	color: #e0761d;
	text-decoration:none;
	border-bottom: 1px dotted #e0761d;
}
.icon {
	width: 35px;
	background-image: url(image/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: inline-block;
	margin-left: 3px;
}

