a:focus, object:focus {
	outline: none;
}
body, a {
	font-family: "Times New Roman", "Hiragino Mincho Pro W6", "ＭＳ Ｐゴシック", serif;
	/*font-family: "Helvetica","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",Osaka,sans-serif;*/
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #000;
}
body, div, p, ul, ol, dl, li {
	margin: 0;
	padding: 0;
}
a {
	font-style: italic;
	text-decoration: none;
}
em {
	font-style: normal;
	display: inline;
}
a:hover {
	color: #CF0000;
}

img {
	border: none;
}
li {
	list-style-type: none;
}

.float:after {
	content: ".";
    visibility: hidden;
	line-height: 0;
	height: 0.1px;
	font-size: 0.1em;
	display: block;
	clear: both;
}
* html .float {
	zoom: 1;
}
