@charset "utf-8";
/* CSS Document */

html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
	background-image: none;
}
body {
	width: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;

background: #6da5d1;
background: -moz-linear-gradient(top,  #6da5d1 0%, #e2eff9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da5d1), color-stop(100%,#e2eff9));
background: -webkit-linear-gradient(top,  #6da5d1 0%,#e2eff9 100%);
background: -o-linear-gradient(top,  #6da5d1 0%,#e2eff9 100%);
background: -ms-linear-gradient(top,  #6da5d1 0%,#e2eff9 100%);
background: linear-gradient(to bottom,  #6da5d1 0%,#e2eff9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da5d1', endColorstr='#e2eff9',GradientType=0 );


/*
background: #424242;
background: -moz-linear-gradient(top,  #424242 0%, #d6d6d6 79%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(79%,#d6d6d6));
background: -webkit-linear-gradient(top,  #424242 0%,#d6d6d6 79%);
background: -o-linear-gradient(top,  #424242 0%,#d6d6d6 79%);
background: -ms-linear-gradient(top,  #424242 0%,#d6d6d6 79%); 
background: linear-gradient(to bottom,  #424242 0%,#d6d6d6 79%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#d6d6d6',GradientType=0 );
*/
}
body div {
	text-align: left;
	margin: 0 auto;
}
#container {
	width: 900px;
	background: #fff;

	border-left:1px solid #8a4700;
	border-right:1px solid #8a4700;
	border-bottom:1px solid #8a4700;


/*	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
*/
}
#header {
	clear: both;
	width: 900px;
	height: 109px;
	background: url(../images/header.png) no-repeat;
}
#header a {
	width: 900px;
	height: 109px;
	display: block;
}
#header span {
	clear: both;
	display: none;
}
#keyimage {
	width: 900px;
	height: 293px;
	border-bottom: 1px solid #555;
	overflow: hidden;
}
#gnav {
	clear: both;
	width: 900px;
	height:43px;
	background: url(../images/gnavFg.png) repeat-x;
	/* 影 */
    -webkit-box-shadow: 0 1px 7px 0 #888;
	-moz-box-shadow: 0 1px 7px 0 #888;
	box-shadow: 0 1px 7px 0 #888;
	behavior: url(/css/PIE.htc);
}
#gnav ul {
	background: url(../images/gnavFg.png) repeat-x;
}
#gnav ul li {
	font-size:14px;
	list-style: none;
	float: left;
}
#gnav ul li a {
	background: url(../images/gnavFg.png) repeat-x;
	border-left: 1px solid #547fce;
	border-right: 1px solid #2960a5;
	padding: 13px 6px 5px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
	height:25px;
}
#gnav ul li a.top {
	border-left:none !important;
}
#gnav ul li a.picture {
	border-right:none !important;
}
#gnav ul li a:hover {
	color: #fff;
	background: url(../images/gnavBg.png) repeat-x;
}
#footer {
	clear: both;
	width: 900px;
	height: 147px;
	background: url(../images/footerBg.png) repeat-x;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0;
}
#footer ul {
}
#footer ul li {
	list-style: none;
	float: left;
	font-size:12px;
	padding-left:20px;
	padding-top:20px;
}
#footer p {
	clear: both;
	font-size:12px;
	padding: 30px 0 0 20px;
	line-height: 16px;
}
.large {
	font-size:15px;
	line-height: 18px;
}
#main {
	width: 900px;
	background: #fff;
}
/*---------- breadclumbs start ----------*/

#breadclumbs, #breadclumbs2 {
	clear: both;
	text-align: left;
	width: 860px;
	background: #ffffff;
	margin: 10px auto 8px auto;
	overflow: hidden;
}
.crumbs {
	font-size: 11px;
	height:26px;
	border:1px solid #dddddd;
}
.crumbs li {
	list-style: none;
	float: left;
	line-height:26px;
	padding-left: 0.75em;
	color:#333;
}
.crumbs li a {
	background: url(../images/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	display:block;
	padding:0 15px 0 0;
}
.crumbs li a:link, .crumbs li a:visited {
	color:#333;
	text-decoration:none;
}
.crumbs li a:hover, .crumbs li a:focus {
	color:#dd2c0d;
}
.crumbs img.panhome {
	_line-height:26px !important;
	width: 15px;
	height: 26px;
}
/*---------- breadclumbs end ----------*/
/*---------- contents start ----------*/

#contents {
	width: 860px;
	text-align: left;
	min-height:410px;
	line-height:22px;
	margin: 20px auto;
	font-size:12px;

}
#contents p {
	padding: 1em;
	font-size:13px;
}
#contents p.center {
	text-align: center;
}
#contents p.right {
	text-align: right;
}
#contents p.small {
	font-size:11px;
}
#contents h1 {
	clear:both;
	margin-left:0;
	background: url(../images/h2.gif) no-repeat;
	padding-top:10px;
	padding-bottom:7px;
	padding-left: 20px;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
	word-break: break-all;
}
#contents h1.small {
	font-size:14px !important;
}
#contents h1 span.stitle {
	font-size:14px !important;
	color: #390;
}
#contents h2 {
	padding-top:7px;
	padding-bottom:4px;
	padding-left:30px;
	padding-right:10px;
	margin-top: 1em;
	color: #444;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ccc;
	background: url(../images/h3.gif) no-repeat;
	word-break: break-all;
}
#contents h3 {
	color: #444;
	font-weight: bold;
	font-size:14px;
	padding-left: 0.7em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left:0.5em;
	border: 1px solid #ddd;
	border-left: 4px solid #33CC33;
	border-bottom: 1px solid #999;
	background: #efefef;
}
#contents h4 {
	padding-left:1em;
	color: #333333;
	font-weight: bold;
	font-size:13px;
	line-height:26px;
	margin-top:1em;
	margin-bottom:1em;
}
#contents .dan2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#contents ul {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents ol {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents ul li {
	margin-left: 2em;
}
#contents ul ul li {
	margin-left: 2em;
	list-style: circle;
}
#contents ol li {
	margin-left: 2em;
	list-style: decimal;
}
#contents ul ol li {
	margin-left: 2em;
	list-style: decimal;
}
#contents ul li {
	margin-left: 2em;
	list-style: disc;
}
#contents li.margin {
	margin-bottom: 1em;
}
#contents blockquote {
	margin:0 2em;
	line-height:22px;
}
#contents table.center {
	margin: 0 auto;
}
#contents td, #contents th {
/*	font-size:12px;*/
	padding:4px;
}
#contents td p, #contents th p {
	padding:0;
}
#contents td ul, #contents td ol {
	margin: 0;
}
#contents td.left {
	background:  #eeeeee;
	font-weight: bold;
}
#contents td.title, #contents th.title {
	vertical-align: middle;
/*	font-size:100%;*/
	color: #333;
	font-weight: bold;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: linear-gradient(#dbe9f1, #bbd5e7);"
	padding-left:7px;
}
/*#contents a {
	color:#08316e;
}
#contents a:visited {
	color:#5575b6;
}
#contents a:hover {
	color:#d91919;
}
*/
#contents dl {
	margin-left:1em;
	margin-top:1em;
}
#contents dl dt {
	margin-top:1em;
	font-weight: bold;
}
#contents dl dd {
	margin-left: 2em;
}
#contents p.fig {
	padding: 0;
	margin: 1em;
	text-align: center;
	font-size:11px;
}
#contents .border {
	border: 1px solid #999;
}
#contents .box {
	border: 1px dashed #006600;
	padding: 1.5em;
}
#contents img.figR {
	float: right;
	margin: 0 0 1em 1em;
}

/*---------- contents end ----------*/
/*---------- under start ----------*/

#under {
	clear: both;
	width: 860px;
	margin-right:auto;
	margin-left:auto;
	margin-top:1em;
	margin-bottom:1em;
	text-align: right;
}

#under a  {
	color:#666;
}

.top a {
	margin-left:20px;
	background: url(../images/top.gif) no-repeat 0 -1px;
	padding: 0 1em 0 20px;
	font-size:12px;
	text-decoration: none;
}
.back a {
	background: url(..images/back.gif) no-repeat 0 -1px;
	padding: 0 0 0 20px;
	font-size:12px;
	text-decoration: none;
}

td.line, th.line {
	border-bottom: 1px dotted #666666;
}
td.uline, th.uline  {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
}
td.date {
	color: #C00;
}
.newmark {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}
a.pdficon {
	background: url( ../images/pdficon.gif ) no-repeat right -2px;
	padding-right: 20px;
	margin-right: 2px;
}
a.wordicon {
	background: url( ../images/wordicon.gif ) no-repeat right 0;
	padding-right: 20px;
	margin-right: 2px;
}
a.excelicon {
	background: url( ../images/excelicon.gif ) no-repeat right 0;
	padding-right: 20px;
	margin-right: 2px;
}
a.linkicon {
	background: url( ../images/linkicon.gif ) no-repeat right 0;
	padding-right: 25px;
	margin-right: 2px;
}
a.imageicon {
	background: url( ../images/imageicon.gif ) no-repeat right 0;
	padding-right: 23px;
	margin-right: 2px;
}

.red  {
	color: #C00;
}