/* basic elements */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* standard helper classes */

div.float-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div.cl {
	clear: left;
}
div.cb {
	clear: both;
}
div.float-clear {
	clear: both;
}

/* page layout and common contents */

#container {
	background-color: #ffffff;
	width: 950px;
	text-align: left;
}
#CenterColumn {
	width: 600px;
	margin-top: 10px;
}
#RightColumn {
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
}
#footer {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	clear: both;
	border: 1px solid #999999;
	padding: 5px 10px;
	margin: 0px;
}
#headerBanner {
	text-align: left;
}

#globalNavi {
	border: 1px solid #000000;
	width: 948px;
	background: url(./bggrey.jpg) repeat-x bottom;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}
#globalNavi span {
	padding: 10px 10px;
	line-height: 2em;
}
#globalNavi a {
	color: #095AA6;
	text-align: center;
}
#globalNavi a:hover {
	color: #FF0000;
	text-decoration: none;
}
div.SideContentsBox {
	font-size: 12px;
	border: 1px solid #FF6633;
	margin-bottom: 10px;
}
div.SideContentsBox .title {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #FF6633;
	background: url(./bgorange.jpg) repeat-x bottom;
	margin: 0px;
	padding: 5px 10px;
}
div.SideContentsBox .text {
	padding: 4px;
	margin: 4px;
}
div.SideContentsBox .more {
	text-align: right;
	margin: 0px;
	padding: 5px 10px;
}
div.SideContentsBox ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 5px 10px;
}
div.SideContentsBox li {
	line-height: 2em;
	background: url(./arrow.png) no-repeat 0px 0.5em;
	padding: 0px 0px 0px 20px;
}
div.ContentsBox1 {
	margin-bottom: 10px;
}
div.ContentsBox2 {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 3px 3px 12px;
	background: #095AA6;
	border-top: 1px solid #9999FF;
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
	border-left: 1px solid #9999FF;
}
h3 {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 12px;
	border-bottom: 1px solid #999999;
	border-left: 10px solid #999999;
	background: #CCCCCC;
}
h4 {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px 3px 3px 12px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 10px solid #FF6600;
	background: #FFCCCC;
}
#CategoryPath {
	font-size: 12px;
	margin-bottom: 10px;
}
#pageDescription {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 20px;
}
#pageDescription .subtitle {
	font-size: 18px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 12px;
}

#main {
	border: 1px solid #999999;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#MainContents {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
#MainContents .title {
	font-size: 18px;
	color: #FF0000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
}
#MainContents .subtitle {
	font-size: 18px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 12px;
}
#MainContents .subtitle2 {
	font-size: 16px;
	color: #095AA6;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 12px;
}
#MainContents .summary {
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 20px;
}
#MainContents .summary td {
	font-size: 14px;
	line-height: 1.5em;
}
#MainContents .summary td.nowrap {
	white-space: nowrap;
}
#MainContents ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
#MainContents ol {
	margin-top: 10px;
	margin-bottom: 20px;
}
#MainContents li {
	line-height: 1.5em;
	margin-bottom: 5px;
}
#MainContents ul.nobullet {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#MainContents ul.nobullet li {
	list-style-type: none;
	list-style-image: none;
	padding: 4px 0px;
}
#MainContents ul.grouplist li {
	line-height: 2em;
}
#MainContents ul.pubs {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 5px 20px;
}
#MainContents ul.pubs li {
	line-height: 2em;
	background: url(/img/pdf.gif) no-repeat 0px center;
	padding: 0px 0px 0px 24px;
}
#MainContents .attention {
	font-size: 12px;
	color: #FF0000;
	padding-left: 12px;
}
#MainContents .image {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#MainContents .image img {
	margin-right: 5px;
	margin-left: 5px;
}
#MainContents .sympolist {
	margin-bottom: 25px;
}
#MainContents .sympolist table {
	border: 1px solid #000000;
	border-collapse:collapse;
}
#MainContents .sympolist th {
	font-size: 12px;
	border: 1px solid #000000;
	border-collapse:collapse;
	background: #FFCCCC;
	text-align: center;
	white-space: nowrap;
	padding: 4px;
}
#MainContents .sympolist td {
	font-size: 12px;
	border: 1px solid #000000;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	padding: 4px;
}
#MainContents .sympolist img {
	vertical-align: bottom;
}

td.nowrap {
	white-space: nowrap;
}
#updated {
	color: #999999;
	font-size: 12px;
	text-align: right;
}
#gototop {
	color: #999999;
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
#mgrColumn {
	width: 270px;
	margin-left: 10px;
}
div.txtEN {
	border: 1px solid #000000;
	padding: 0px 15px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFC;
}

