@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
}
body {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-justify: distribute;
}
img {
	borde: 0px;
}
strong {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #EA535D;
	text-decoration: underline;
}
a:hover .pic-jirei {
	border: 1px solid #EA535D;
}
a:hover .pic-waku {
	border: 1px solid #EA535D;
}
.ttl-sub a{
	font-weight: bold;
}

ol li {
	list-style-position: inside;
}
ul li {
	list-style-position: inside;
}

