@charset "Shift-JIS";

/* ------------------------ 
        　 base
 ------------------------ */

* {
	margin: 0;
	padding: 0;
}

/* --- IE6ロールオーバー時の背景画像のチラつき解消 --- */

html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
	height: 100%;
}


/* --- フォントサイズ --- */

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
body {
	text-align: center;
    font-size: 16px; /* モダンブラウザ向け */
    *font-size: medium; /* IE 7向け */
    *font: small; /* IE 6以下 */
}

html>/**/body {font-size /*\**/: 100%\9;}

p, li, dt, dd, th, td, h1, h2, h3, h4, h5 {
	color: #000;
	font-size: 91%;
	line-height: 170%;
	font-weight: normal;
}
h2,h3,h4 {
	line-height: 120%;
}

body div {
	text-align: left;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}
hr, .areaAnchor, .anchor {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li {
	list-style-type: square;
	list-style-position: outside;
}


/* --- Firefoxのリンク下線対策 --- */

strong a:hover {
	text-decoration: underline;
}


/* --- リンクのボーダーを消す --- */

a:active, a:focus{
	outline:none;
}
