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

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

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

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

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

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

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

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

div#news dt {
	width:100px;
	margin-bottom:3px;
}

div#news dd {
	width:440px;
	margin-bottom:3px;
}

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

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

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

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

div#footer h2 {
	font-size:1.4em;
	margin-top:3px;
}

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


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

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


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


