/* CSS Document */

/* NCM style */
.tdftad a {
	text-decoration: none;
	color: #555555;
}
a.ncm:link {
	text-decoration: none;
}
a.ncm:visited {
	text-decoration: none;
	color: #ccffff;
}
a.ncm:hover {
	text-decoration: none;
}
a.ncm:active {
	text-decoration: none;
}
/* NC style */
a.nc:link {
	text-decoration: none;
	color: #993300;
}
a.nc:visited {
	text-decoration: none;
	color: #993300}
a.nc:hover {
	text-decoration: none;
	color: #ff0000;
}
a.nc:active {
	text-decoration: none;
	color: #993300;
}
/* LN style */
a.ln:link {
	text-decoration: none;
	color: #000000;
}
a.ln:visited {
	text-decoration: none;
	color: #000000;
}
a.ln:hover {
	text-decoration: none;
	color: #ffffff;
}
a.ln:active {
	text-decoration: none;
	color: #000000;
}
/* PR style */
a.pr:link {
	text-decoration: none;
	color: #000000;
}
a.pr:visited {
	text-decoration: none;
	color: #000000;
}
a.pr:hover {
	text-decoration: none;
	color: #000000;
}
a.pr:active {
	text-decoration: none;
	color: #000000;
}

ul {
	list-style: square;
	font-size: small;
	list-style-position: inside;
	margin-left: 0px;
}
ol {
	list-style: outside upper-roman;
	font-size: small;
}

/* CSS style */
body {
	background-color: #fcb750;
	/* fcbe63 */
	scrollbar-face-color: #fcb448;
	scrollbar-shadow-color: #9f2000;
	scrollbar-track-color: #faddaa;
	background-image: url(pic/back.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
hr {
	color: #eaaa63;
}
/* Class CSS style */
.button {
	background-color: #fcbe63;
	text-align: center;
	border-left: outset #ffffff 3px;
	border-top: outset #ffffff 3px;
	border-right: outset #fcb448 3px;
	border-bottom: outset #fcb448 3px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	width: 100px;
}
.backTop {
	text-align: right;
	color: #99ccff;
}
.contentTitle {
	text-align: left;
	font-family: "Courier New";
	font-size:  medium;
	font-weight: bold;
	border-bottom: dashed #aaaaaa 2px;
}
.contenth1 {
	font-family: Tahoma;
	font-size: medium;
	border-left: dashed #aaaaaa 2px;
	padding-left: 20px;
	padding-top: 20px;
}
.contentEntry {
	font-family: Tahoma;
	font-size: small;
	border-left: dashed #aaaaaa 2px;
	padding-left: 20px;
	padding-top: 20px;
}
.contentEntryOnlyWord {
	font-size: smaller;
}
.blogContent {
	text-align: center;
	font-family: sans-serif;
	font-size: smaller;
}
.blogEnd {
	font-family: Tahoma;
	font-size: smaller;
	border-bottom: dashed #aaaaaa 2px;
}
.blogStyle {
	width: 550px;
	margin-right: 10px;
}
.blogTitle {
	text-align: left;
	font-family: Georgia;
	font-size: small;
}
.innerTable {
	border-left: dashed  #ccccff 2px;
	border-top: dashed #ccccff 2px;
	border-right: dashed #9966cc 2px;
	border-bottom: dashed #9966cc 2px;
}
.logoCapital {
	font-family: "Bookman Old Style", serif;
	font-weight: bold;
}
.logoStyle {
	background-color: #eaaa63;
}
.downStyle {
	margin-top: 10px;
	margin-bottom: 30px;
}
.pandownStyle {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 0px;
}
.iframeStyle {
	margin-left: 10px;
	border-left: #fcbe63 dashed 2px;
	border-top: #fcbe63 dashed 2px;
	border-right: #fcbe63 dashed 2px;
	border-bottom: #fcbe63 inset 3px;
	padding: 2px;
}

.paneltableStyle {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 746px;
}
.mainplate {
	width: 800px;
	top: 0px;
	border-left: double 4px;
	border-right: double 4px;
	border-bottom: double 4px;
	background-color: #ffffff;
}
.titleBar {
	font-size: x-small;
}
.footStyle {
	font-size: x-small;
	text-align: left;
}
.adStyle {
	font-size: x-small;
	text-align: left;
	margin-bottom: 0px;
}
/* DIV CSS style */
#dialog {
	position: relative;
	width: 180px;
	height: 100px;
	z-index: 3;
	left: 10px;
	top: 10px;
	background-image: url(pic/diot.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	text-align:left;
	font-family: Georgia;
	font-size: smaller;
}
#news {
	position: relative;
	width: 132px;
	height: 20px;
	z-index: 3;
	top: -4px;
	left: 10px;
}
#kanban {
	position: relative;
	width: 159px;
	height: 261px;
	z-index: 3;
	top: 7px;
	left: 10px;
}