* {
	margin: 0;
	padding: 0;
}
/* IE6ロールオーバー時の背景画像のチラつき解消 */
html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
	height: 100%;
}
body {
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Ghothic Pro W3', 'MS PGothic', sans-serif;
    font-size: 16px; /* モダンブラウザ向け */
    *font-size: medium; /* IE 7向け */
    *font: small; /* IE 6以下 */
}
body div {
	text-align: left;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
table {
	margin: 0;
	empty-cells: show;
}
hr, .areaAnchor, .anchor {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
}


/* Firefoxのリンク下線対策 */
strong a:hover {
	text-decoration: underline;
}

/* リンクのボーダーを消す */
a:active, a:focus{
	outline:none;
}
/* --- clearfix --- */

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
