@charset "utf-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}


/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* hides from macIE5 \*/
* html body {
	font-size: 90%;
}
* html table {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 80%;
}
/**/


/* btn on */

div#header .font dd.medium span img {
	opacity: 0;
	filter: alpha(opacity=0);
}