@charset "utf-8";



/* toppage
---------------------------------------------*/
#flash {
	margin-left: 225px;
}
#contentTop {
	margin-left: 225px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	background: url(../images/top/back_head.gif) no-repeat top left;
}


/*-----------------------
	what's new
----------------------*/
#contentTop dl {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 95%;
}
#contentTop dt {
	float: left;
	padding: 0px 0px 0px 12px;
	background: url(../images/top/arrow.gif) no-repeat left center;	
}
#contentTop dd {
	margin-left: 115px;
	padding: 0px 10px 12px 0px;
}
/*-----------------------
	info
----------------------*/
#contentTop table {
	width: 500px;
	text-align: left;
	font-size: 95%;
	border-top: 1px solid #F7F8F9;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #F7F8F9;
}
#contentTop th {
	width: 100px;
	padding: 5px 5px ;
	font-weight: normal;
	border-top: none;
	border-right: 1px solid #F7F8F9;
	border-bottom: 1px solid #F7F8F9;
	border-left: none;
	background: url(../images/top/table_back01.gif) repeat left top;
}
#contentTop td {
	padding: 5px 5px;
	font-weight: normal;
	border-top: none;
	border-right: 1px solid #F7F8F9;
	border-bottom: 1px solid #F7F8F9;
	border-left: none;
	background: url(../images/top/table_back02.gif) repeat left top;
}
#contentTop a {
	color: #60AFD4;
	text-decoration: underline;
}

.infoH3 {
	margin: 15px 0px;

}
.detail {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 85%;
}
.lineTop {
	clear: both;
}


#contentTop .topArrow {
	text-align: right;
	padding-bottom: 60px;
}



 
