@charset "Shift_JIS";

/* -------------------------------------------------------------------- */
/* All Configuration							*/
/* -------------------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5;
	font-size:14px;
}

#header .fontsize_ch{
	float:left;
	padding-top: 9px;
}

.fontsize_ch a.fontsize_s{
	width:35px;
	height:30px;
	background:url(../image/fontsize_s.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	left:755px;
	position:absolute;
}

.fontsize_ch a.fontsize_s:hover{background:url(../image/fontsize_s_on.jpg) no-repeat;}


.fontsize_ch a.fontsize_m{
	width:35px;
	height:30px;
	background:url(../image/fontsize_m.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	left:790px;
	position:absolute;
}

.fontsize_ch a.fontsize_m:hover{background:url(../image/fontsize_m_on.jpg) no-repeat;}

.fontsize_ch a.fontsize_l{
	width:35px;
	height:30px;
	background:url(../image/fontsize_l_on.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	left:825px;
	position:absolute;
}

.fontsize_ch a.fontsize_l:hover{background:url(../image/fontsize_l_on.jpg) no-repeat;}

