@charset "UTF-8";
/*mainlayout.css*/

/* Go to page top */
.pagetop {
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 8px;
	font-size:1px;
	line-height:3px;
}
.pagetop a {
	float: right;
	height: 8px;
	width: 59px;
	display: block;
}
.pagetop a p {
	position: absolute;
	height: 8px;
	width: 59px;
	background: url(../img/pagetop.gif) no-repeat left top;
	top:0px;
	right:0px;
	cursor: pointer;
}
.pagetop a:hover p {
	background-position: -59px 0px;
}

/* main space layout */
.margin15 {
	margin: 15px;
}
.box600all {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	color: #333333;
	background: #FFFDDE;
	padding: 10px;
}
.boxpadding10 {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 10px;
	color: #333333;
	background: #FFFDDE;
}
.boxpadding10right {
	float: right;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 10px;
	color: #333333;
	background: #FFFDDE;
}
p {
	margin-bottom: 15px;
}
.txt-mini {
	font-size: 86%;
	line-height: 1.4em;
}
.txt-red {
	color: #CC0000;
}
.txt-green {
	color: #009900;
}
.txt-gray {
	color: #999999;
}
.txt-mini-indent {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 86%;
	line-height: 1.4em;
	margin-bottom: 0px;
}
.txt-indent {
	text-indent: -1.7em;
	margin-left: 1.7em;
	margin-bottom: 0px;
}


/* link in txt*/
span a {
	color: #9CC307;
	text-decoration: underline;
}

/* source link*/
.sourcebox {
	border: 1px solid #CCCCCC;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 10px;
	color: #333333;
	width: 150px;
}
.sourcebtn a {
	background: url(../img/source_btn.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 12px;
	width: 150px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1px;
	line-height: 1px;
}
.sourcebtn a:hover {
	background: url(../img/source_btn.gif) no-repeat -150px 0px;
}
.boldtxt {
	font-weight: bold;
	color: #FF9900;
}
#outlinebg #outline #search {
	color: #FFFFFF;
	height: 30px;
	width: 455px;
	margin-left: 345px;
	position: absolute;
	top: 19px;
}
#outlinebg #outline #search form {
	text-align: right;
}
