@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background: #ffffff;
}
p {
	line-height:1.3;
}
img {
	border: none;
	vertical-align: top;
}

#infoTitle {
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 15px;
	width: 482px;
}

#infoTitle li {
	border-bottom: 1px dotted #CDCDC7;
}

#infoTitle li a {
	display: block;
	width: 472px !important;
	width /**/: 482px; /* Windows Internet Explorer 5p̒l */
	padding: 6px 0 5px 10px;
	color: #404040;
	text-decoration: none;
	background: url(images/info_link.gif) left center no-repeat;
}

#infoTitle li a:hover {
	color: #ff7f00;
	background-color: #FBECD8;
}
