@charset "utf-8";
/* ---------------------------------------------------------------------------------
社会福祉協議会
Copyright(c) Chuo Ward Council of Social Welfare, All rights reserved.

XHTML CSS Selectors font 標準 

$Revision: 1.0
--------------------------------------------------------------------------------- */
/*フォント初期化設定*/
h1,h2,h3,h4,h5,h6 {
    font-size: 100%; /* hタグの文字サイズを全体のフォントサイズに合わせる */
}
body {
    font-size: 62.5%; /* 全体のフォントサイズを1em=10pxにする */
}
table {
    font-size: 100%; /* テーブルのフォントサイズを1em=10pxにする */
}

p,input,textarea,select,option,dt,dd,li,th,td {
	font-size: 140%;
	line-height: 150%;
	color: #404040;
}



/*印刷＆文字サイズ*/
div#headerArea p#siteOption {
	line-height: 200%;
}

h3 {
	font-size: 160%;
}
h4 {
}

/*トップページ用*/
div#contentsArea div#contentsBlock div#indexDetailBox h2 {
	font-size: 140%;
}
div#contentsArea div#contentsBlock div#indexDetailBox h3 {
	font-size: 120%;
}

