@charset "EUC-JP";
/* コンテンツ */

/* ---------- ページタイトル ---------- */

div#pageTitle {
	background-image: url(/en/papers/img/pagetitle_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 100px;
}

* html div#pageTitle {
	height: 71px;
}

div#pageTitle h2 {
	font-size: x-large;
	margin: 0;
	padding: 12px;
	color: #333;
	display: none;
}


div#pageTitle p#secondLevelTitle {
	margin: 0 0 -12px 0;
	padding: 3px 0 0 12px;
	display: none;
}

/* ---------- コンテンツ内容 ---------- */

div#body h2#category {
	font-size: 100%;
	font-weight: bold;
	background-color: #0095D0;
	padding: 5px 10px;
	margin: 5px 0;
	border: 1px solid #333;
	color: #fff;
	display: block;
}

div#body h1#installment {
	font-size: 100%;
	font-weight: bold;
	background-color: #EEFBFF;
	padding: 5px 10px;
	margin: 0px 0;
	border: 1px solid #0095D0;
	color: #00749F;
	display: block;
}


