/* ------------------------------------------------------
 Font size Small
---------------------------------------------------------*/
#main {  font-size: 75%; }/* font-size:12px */

#main h1.secondaryTitle{
	font-size: 22px;
}

#main h2 {
	font-size: 14px; 
	padding-left: 20px; 
	background:url(../images/h2_marker_s.gif) no-repeat 0 5px;
}

h3, h4, h5, h6 { font-size:13px; color:#003366;}

#footer div, #footer p{	font-size: 13px;}
#footer p.copyright{ font-size: 10px;}

/* ヘッダーフォントサイズ表示
----------------------------------------------------------*/
#font_s a{ background: url(../images/btn_font_s.gif) 0 -17px no-repeat; margin-right: 4px;}


/* リストマーク位置調整
----------------------------------------------------------*/
ul.listArrow li{
	background: url(../images/arrow_right.gif) no-repeat 0 9px;
}

.progressText ul li{
	background: url(../images/arrow_right.gif) no-repeat 0 6px;
}

/* Newsテーブルリストマーク位置調整
----------------------------------------------------------*/
td.date{
	background: url(../images/arrow_right.gif) no-repeat 0 10px; 
}


