@charset "utf-8";
/* CSS Document */

@import "base.css";
@import "infolist4.css";

#mainIndex {
	width:880px;
	background-color: #FFF;
}

#content {
	padding:30px 30px 50px 30px;
    overflow: hidden;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}
/**/

#mainIndexleft {
	width:190px;
	float: left;
	margin:10px 0 0 0;
}

#backnumber {
	width:180px;
	border:1px solid #ddd;
	padding:4px;
}

#backnumberList {
	margin:10px 0 0 0;
}

#backnumberList li {
	background:url(../images/backnumberLine.jpg) no-repeat bottom;
	font-size:85%;
	padding:5px 0 25px 0;
	margin:0 10px 0 10px;
	line-height:1.5;
}

#backnumberList li p {
	background:url(../images/backnumberIcon.jpg) no-repeat 0 0;
	font-size:85%;
	padding:0 0 0 13px;
}

#backnumberList li p a {
	text-decoration: underline;
	color:#33c;
}

#backnumberList li p a:hover {
	text-decoration: underline;
	color:#66f;
}

#sidePdf {
	width:180px;
	border:1px solid #ddd;
	padding:4px;
	margin:20px 0 0 0;
}

#sidePdf p {
	font-size:10px;
	margin:15px 0 10px 14px;
}

#sidePdf img {
	margin:0 0 5px 0;
}


#sideBanner {
	width:180px;
	border:1px solid #ddd;
	padding:4px;
	margin:20px 0 0 0;
}

#sideBanner p {
	font-size:10px;
	margin:15px 0 10px 14px;
}

#sideBanner img {
	margin:0 0 5px 0;
}


#info {
	width:610px;
	float:right;
}

.infoTitle {
	width:550px;
	height:27px;
	background:url(../images/infoTitle.jpg) no-repeat 0 0;
	font-size:16px;
	font-weight:bold;
	padding:22px 0 0 60px ;
}

.infoTxt {
	width:548px;
	border-bottom:#ddd solid 1px;
	border-left:#ddd solid 1px;
	border-right:#ddd solid 1px;
	padding:20px 30px 50px 30px;
	font-size:14px;
	line-height:1.5;
	margin:0 0 30px 0;
	min-height:800px;
	height: auto !important;
	height: 800px;
}

#infoTxtLast {
	margin:0 0 -10px 0;
}

#infoTxtDate {
	text-align:right;
	font-size:12px;
}
