@charset "UTF-8";

#news #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_news.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#xpress #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_xpress.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#library #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_library.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#sitemap #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_sitemap.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#monitor #h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_monitor.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#decoratIcon {
	width: 88px;
	height: 79px;
	position: absolute;
	right: -13px;
	bottom: -24px;
	background-image: url(../common/images/h1_icon1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* news.html */
.newsBox {
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: solid 1px #E2E2E2;
}

.newsPhoto {
	float: left;
}

.newsPhoto img {
	vertical-align: bottom;
}

.newsText {
	width: 590px;
	overflow: hidden;
	float: right;
}

.newsText h3 {
	color: #006633;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
	clear: none;
	background-image: none;
}

/* xpress.html */
#xpress h3 {
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #80BB31;
	background-image: url(../product/images/itemName_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#xpress h3#upDate {
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #409032;
	background-image: url(images/upDate_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.xpressPhoto {
	float: left;
}

.xpressPhoto img {
	vertical-align: bottom;
}

.xpressText {
	width: 625px;
	float: right;
	overflow: hidden;
}

.xpressText h4 {
	color: #409032;
	font-weight: bold;
}

.xpressText .textInner {
	width: 480px;
	float: left;
}

.xpressText .textInner p {
	margin-top: 3px;
}

.pdf {
	overflow: hidden;
	float:right;
}

.pdf:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.pdf a {
	color: #EF9D1E;
	font-size: 10px;
	line-height: 25px;
	text-align: right;
	text-decoration: none;
	width: 120px;
	height: 25px;
	padding-right: 10px;
	display: block;
	background-image: url(images/btn_pdf_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.pdf a:hover,
.pdf a:active {
	background-image: url(images/btn_pdf_on.gif);
}

/* library.html */

#library h3 {
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #80BB31;
	background-image: url(../product/images/itemName_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#anchor_list {
	margin: 0 0 20px 15px;
}

#anchor_list li {
	font-size: 1.3em;
	line-height: 1.8em;
	padding-left: 14px;
	background-image: url(../common/images/txtLink_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.libraryBox {
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: solid 1px #E2E2E2;
}

.noLine {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.libraryPhoto {
	float: left;
}

.libraryPhoto img {
	vertical-align: bottom;
}

.libraryText {
	width: 600px;
	float: right;
	overflow: hidden;
}

.libraryText2 {
	width: 580px;
	float: right;
	overflow: hidden;
}

.libraryText h4,
.libraryText2 h4 {
	color: #409032;
	font-weight: bold;
}

.libraryText .textInner {
	width: 455px;
	float: left;
}

.libraryText2 .textInner {
	width: 435px;
	float: left;
}

.libraryText .textInner p {
	margin-top: 3px;
}

.getBox {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #F2EDE0;
	overflow: hidden;
	clear: both;
}

.getText {
	line-height: 34px;
	width: 460px;
	height: 34px;
	float: left;
}

.getBanner {
	float: right;
}

.play {
	overflow: hidden;
	float:right;
}

.play:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* sitemap.html */
#sitemap h3 {
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #80BB31;
	background-image: url(../product/images/itemName_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#sitemap h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#sitemap h3 a:hover,
#sitemap h3 a:active {
	text-decoration: underline;
}


#sitemap #mainBox li {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.maL6 {
	margin-left: 6px;
}

.bg_monitor {
    width:310px;
    margin: 20px 0 10px 0;
    padding:5px 5px 5px 10px;
    background:#80BB31;
	color:#FFFFFF;
}

/* monitor.html */
#monitor .h3 {
	color: #FFFFFF;
	line-height: 24px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #80BB31;
	background-image: url(../product/images/itemName_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#monitor h4 {
	color: #333333;
}

#monitor h4 span {
	font-size: 10px;
	font-weight: normal;
}

#monitor #oubo {
	font-size: 1em;
	text-indent: -0.8em;
	padding-left: 1em;
}

#monitor #attention {
	font-size: 1em;
	text-indent: -1em;
	padding-left: 1em;
}