/*==================== font style ====================*/

body {
	font-family: "Arial";
}

/*--------- Main Frame ---------*/

#body #contents {
	font-size: 14px;
}

#head #search .searchTerms {
	font-size: 14px;
}

/*--------- Contents ---------*/

#body #contents h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 34px;
}
#body #contents h4 {
	font-size: 16px;
	font-weight: 600;
}
#body #contents h5 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
#body #contents h6 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

#index_block p,
#body #contents p,
#body #contents td,
#body #contents th,
#body #contents li {
	font-size: 15px;
	line-height: 21px;
}

#body #contents .caption {
	font-size: 13px;
}

#body #contents .photographer {      
	font-size: 13px;

}


