@charset "utf-8";

/* ----------------------------
 == Body Layout
---------------------------- */

/* == headerArea ------------------------------------------------------------------ */
#headerArea{
	background: #ffffff url("/common-cojp/img/bg_body_top.gif") repeat-x left bottom;
}

#headerBlock{
	background: url("/common-cojp/img/bg_header_top.gif") no-repeat right bottom;
	padding: 10px 12px 18px 20px;
	overflow: hidden;
}

#corporateLogoBlock{
	margin: 2px 42px 0 0;
	float: left;
}
#corprateLeadTxt{
	margin: 19px 0 0 0;
	float: left;
}
#glossaryTxt{
	margin: 0;
	float: right;
}


/* == contentsBlock ------------------------------------------------------------------ */

#contentsBlock h2{
	background: url("/common-cojp/img/bg_title_top.gif") no-repeat left bottom;
	margin: 0 0 15px 0;
	padding: 0;
}

.rssBox{
	text-align: right;
}

.topMoreLink{
	margin: 16px 0 20px 0;
	padding: 0;
	text-align: right;
}
.topMoreLink a{
	background: url("/common-cojp/img/lm_link.gif") no-repeat left center;
	padding-left: 12px
}

