@charset "UTF-8";
/* CSS Document */

* {
    margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
}

img {
    vertical-align: top;
	border: none;
}

a {
	outline: none; /* for Firefox */
	text-decoration: none;
}

.clear { /* for clear float */
	clear: both;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	_font-size: 80%; /* for WinIE4-6 */
	line-height: 175%;
	color: #333333;
}

*+html body { /* for WinIE7 */
	font-size: 80%;
}