@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }


/*CLEARFIX*/
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}



/*文字サイズ用リセット*/
body{
	font-size:0.9em;
}
#page_wrapper #header #fontsize a#large {
	background-image: url(../images/fontsize_out_03.jpg);
	width:46px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#large {
	background-image: url(../images/fontsize_on_03.jpg);
}
#page_wrapper #header #fontsize a#default {
	background-image: url(../images/fontsize_on_04.jpg);
	width:48px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#default {
	background-image: url(../images/fontsize_on_04.jpg);
}
#page_wrapper #header #fontsize a#small {
	background-image: url(../images/fontsize_out_05.jpg);
	width:47px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#small {
	background-image: url(../images/fontsize_on_05.jpg);
}

