@charset "utf-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}


/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* hides from macIE5 \*/
* html body {
	font-size: 70%;
}
* html table {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 70%;
}
/**/
#wrap .ctTop .ctTopRight img.fontS {
	background: url(../img/btn_font_small_02.gif) no-repeat left top !important;
	height: 14px;
	width: 33px;
}
