@charset "UTF-8";

/*------------ index ------------*/

.maininbox {
	width: 900px;
}

#top_leftbox {
	width: 730px;
	float: left;
}

#top_leftbox .greetbox {
	width: 250px;
	float: left;
	background-image: url(../images/index_pct_welcomebg.jpg);
	background-repeat: no-repeat;
	height: 260px;
	padding: 70px 15px 0 90px;
}

#top_leftbox .infobox {
	width: 355px;
	float: right;
}

#top_rightbox {
	width: 150px;
	float: right;
}

.infobox .list {
	border-bottom: #999999 dotted 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.infobox .link {
	background-image: url(../images/index_pct_arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 8px;
	margin: 0 0 0 5px;
}

.rightbtn {
	text-align: right;
	font-weight: bold;
}
