@charset "utf-8";
/* ---------------------------------------------------------------------------------
社会福祉協議会
Copyright(c) Chuo Ward Council of Social Welfare, All rights reserved.

XHTML CSS Selectors font 標準 

$Revision: 1.0
--------------------------------------------------------------------------------- */
* {
	 font-family: 'Lucida Grande',Verdana,sans-serif;
}

/*フォント初期化設定*/
h1,h2,h3,h4,h5,h6 {
    font-size: 100%; /* hタグの文字サイズを全体のフォントサイズに合わせる */
}
body {
    font-size: 62.5%; /* 全体のフォントサイズを1em=10pxにする */
}
table {
    font-size: 100%; /* テーブルのフォントサイズを1em=10pxにする */
}
p,li,dt,dd,th,td {
	font-size: 130%; /* フォントサイズを1em=13pxにする */
	font-weight: normal;
	line-height: 150%;
}
th p,td p, td li{
	font-size: 100%; /* フォントサイズを1em=13pxにする */
	font-weight: normal;
	line-height: 150%;
}
input,textarea,select,option,li li {
	font-size: 100%; /* フォントサイズを1em=12pxにする(継承) */
}

h2 {
	font-size: 28px;
}
h3 {
	font-size: 180%;
	font-weight: bold;
	color: #009D95;
	line-height: 150%;
}
h4 {
	font-size: 180%;
	font-weight: bold;
	color: #009D95;
	line-height: 150%;
	
}
h5 {
	font-size: 130%;
	line-height: 150%;
}
h6 {
	font-size: 130%;
	line-height: 150%;
	font-weight: normal;
	color: #009D95;
}

p.fontS {
	font-size: 120%;
}
p#footerLink {
	font-size: 140%;
}



div#contentsArea p#ancPageTop {
	font-size: 120%;
}


/*トップページ*/
div#contentsArea div#indexContentsBlock div#pickUpEventBox h4 {
	font-size: 130%;
}

div#contentsArea div#indexContentsBlock div#twitterBox p {
	font-size: 100%;
}

div#contentsArea div#indexContentsBlock div#aboutInfoContainer h3 {
	font-size: 140%;
	font-weight: normal;
}
div#contentsArea div#indexContentsBlock div#aboutInfoContainer h4 {
	font-size: 120%;
	font-weight: normal;
}
div#contentsArea div#indexContentsBlock div#aboutInfoContainer p {
	font-size: 120%;
	font-weight: normal;
}


div#contentsArea div#sideNaviBlock h4 {
	font-size: 130%;
}





