@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------
PRIVACY
-------------------------------------------------------------------*/
.privacy #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.privacy  #leftContainer .left_item .list {
	width: auto;
}
.privacy  #leftContainer .left_item .list dt {
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 5px;
}
.privacy  #leftContainer .left_item .list dd {
	line-height: 1.6em;
	padding-bottom: 1.6em;
	padding-left: 20px;
}

.privacy #leftContainer .left_item .list dd li{
	line-height: 1.6em;
	padding-left: 20px;
}
.privacy #leftContainer .left_item .list dd .address{
	line-height: 1.6em;
	padding: 15px;
	border: 2px solid #CCC;
	width: 300px;
}

.privacy #leftContainer .left_item .president {
	float: right;
}
.privacy #leftContainer .left_item .president p{
	font-size: 10px;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.privacy #leftContainer .left_item .president dt ,.privacy #leftContainer .left_item .president dd{
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}




/*------------------------------------------------------------------
REPORT
-------------------------------------------------------------------*/
.report #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left_item .item_box {
	position: relative;
	width: 600px;
}
.left_item .item_box dl  {
	width: 480px;

}
.left_item .item_box dl dt {
	margin-left: 60px;
	background-image: url(../images/shared/icon_navy.jpg);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left 3px;
	font-weight: bold;
	line-height: 1.4em;
}
.left_item .item_box dl dd.thumb {
	position: absolute;
	top: 0px;
	height: 45px;
	width: 50px;
	left: 0px;
}
.left_item .item_box dl dd.title {
	margin-left: 60px;
	line-height: 1.4em;
}
.left_item .item_box dl dd.article {
	margin-left: 60px;
	line-height: 1.4em;
	padding: 0px;
}


.left_item .item_box dl dd.pdf {
	position: absolute;
	width: 86px;
	height: 35px;
	background-image: url(../images/shared/pdf_bg.jpg);
	background-repeat: no-repeat;
	left: 490px;
	top: 0px;
	font-size: 10px;
	padding-top: 11px;
	padding-left: 24px;
}

/*------------------------------------------------------------------
TOPICS
-------------------------------------------------------------------*/
.topics #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



/*------------------------------------------------------------------
SITE MAP
-------------------------------------------------------------------*/
.sitemap #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.list_set {
	background-image: url(../images/shared/border.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 600px;
	padding-bottom: 30px;
	padding-top: 1px;
}
.list_set dt {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F7F7F7;
}

.list_set dd {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.5em;
	padding-left: 10px;
}
.list_set ul {

	padding-left: 15px;
}
.list_set li {
	width: 165px;
	float: left;
	line-height: 1.8em;
	background-image: url(../images/shared/icon_gray.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right:10px;
}

