@charset "utf-8";
/* CSS Document */
body.bodyBG {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#headBlock.headBG {
	background-image: url(../images/hd_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* TOP CONTENTS STYLE */
h1#top-contentsHD{
	display:block; width:599px; height:136px;
	font-size:1px; line-height:1px; text-indent:-9999px;
	background:url(../images/top_hd.jpg) no-repeat;
}
#topicsBlock {
	border:1px solid #333333;
	width:555px;
	margin-top:10px;
	margin-left:5px;
}
#tpHead {
	width:55px;
	height:126px;
	font-size:1px;
	color: #24408f;
	background-color: #24408f;
	background-image: url(../images/top_tp-hd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#tpMain {
	width:480px;
	padding:10px;
	font-size:12px;
	color: #333333;
}
#tpMain ul {
	margin:0px;
	padding:0px;
	list-style: disc inside;
}
#tpMain li {
	background-image:url(../common/images/line_dot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding-top:5px;
	padding-bottom: 5px;
}
.bookAD {
	width:555px;
	height:115px;
	background-image:url(../common/images/line_double.gif);
	background-repeat:repeat-y;
	background-position:295px;
	margin-left:5px;
	color:#454545;
}
.imgBlock {
	float:left;
	clear:left;
}
.textBlock {
	float:left;
	width:245px;
	font-size:12px;
	padding-top:2px;
}
.textBlock h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.textBlock p {
	margin:4px 0 0;
}
/* TOP MENU STYLE */
#titleArea {
	height:11px;
	width:138px;
	color:#ffffff;
	margin:0 0 0 0;
	padding:5px 0px 5px 14px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
}
#titleArea a {
	text-decoration: none;
}
#titleArea a:link,
#titleArea a:visited,
#titleArea a:active {
	color:#ffffff;
}
#titleArea a:hover {
	color:#cccccc;
}
#linkArea a {
	text-decoration: none;
}
#linkArea a:link,
#linkArea a:visited,
#linkArea a:active {
	color: #132458;
}
#linkArea a:hover {
	color:#969696;
}
/* COMPANY PROFILE */
#companyProfile {
	font-size:12px;
	line-height:16px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#054667;
	margin-top:10px;
	margin-left:35px;
}
#companyProfile th {
	width:80px;
	background-color:#bee7e6;
	color:#24408f;
	border-bottom:1px solid #054667;
}
#companyProfile td {
	color:#24408f;
	background-color:#ffffff;
	border-left:1px solid #054667;
	border-bottom:1px solid #054667;
	padding-left:10px;
}
#companyProfile h2 {
	font-size:12px;
	padding:0;
	margin:0;
}
#companyProfile ol {
	padding:0;
	margin:8px 10px 8px 30px;
	list-style: decimal outside;
}
#companyProfile ul {
	padding:0;
	margin:8px 10px 8px 10px;
	list-style: disc outside;
}
/* History */
#history{
	font-size:12px;
	line-height:16px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#054667;
	margin-top:10px;
	margin-left:35px;
}
#history th{
	color:#24408f;
	border-bottom:1px solid #054667;
	text-align:left;
	font-weight:normal;
}
#history td{
	color:#24408f;
	border-left:1px solid #054667;
	border-bottom:1px solid #054667;
	padding-left:10px;
}
/* Form Style */
#mailform strong {
	font-weight:bold;
	color:#132458;
}
