@charset "utf-8";
/* 基本フォントサイズ */
div#contents #rightBlock h2 {
	font-size:1.4em;
}

*html div#contents #rightBlock h2 {
	font-size:14px;
}

div#contents #rightBlock h2.line {
	font-size:1.4em;
}

*html div#contents #rightBlock h2.line {
	font-size:14px;
}

div#iryo {
	padding:0 13px 75px 13px;
}

*html div#iryo {
	padding:0 13px 70px 13px;
}

/*お知らせ*/
div#news {
	font-size:1.4em;
	height:140px;
}

*html div#news {
	font-size:14px;
}

div#news dt {
	width:110px;
	margin-bottom:5px;
}

div#news dd {
	width:430px;
	margin-bottom:5px;
}

*html div#news dt {
	width:90px;
}

*html div#news dd {
	width:450px;
}

/*フッター*/
div#footer {
	font-size:1.2em;
}

*html div#footer {
	font-size:14px;
}

div#footer h2 {
	font-size:1.6em;
	margin-top:10px;
}

*html div#footer h2 {
	font-size:16px;
}


div#copy {
	font-size:1.2em;
}

*html div#copy {
	font-size:14px;
}

/* 文字サイズ変更ボタン用画像配置 */
div#Header td.smallButton a {
	background-position:left top;
	}
div#Header td.mideumButton a {
	background-position:left top;
	}
div#Header td.largeButton a {
	background-position:left bottom;
	}


