@charset "Shift_JIS";

/*----------------------------------------------------------
 What's New
----------------------------------------------------------- */
#whatsnew {
	width: 800px;
	margin-left: 10px;
	/*border: #660000 1px solid;*/
	float: left;
	overflow: hidden;
}

#whatsnew h2 {
	padding: 2px 0 0 5px;
	margin: 3px 0 5px 7px;
	border-left: 4px solid #8985ad;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0;
	_margin-top: 5px; /* for IE */
}

#whatsnew h3 {
	padding-left: 0.5em;
	margin-bottom: 1em;
	border-left: #2A6DBF 5px solid;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	background-color: #d1ecfe;
}

#whatsnew .kadoTop {   
	width: 780px;
	padding-top: 3px;
	background: url(../images/bg_whatsnewTop.gif) no-repeat;
}

#whatsnew .kadoBottom {
	height: 6px;
	width: 750px;
	margin-bottom: 5px;
	background: url(../images/bg_whatsnewBottom.gif) no-repeat;
}

#whatsnew table {     /*jaist*/
	width: 780px;
	margin: 4px auto;
	border: none;
	border-collapse: collapse;
}

#whatsnew table td {
	padding: 3px;
	border-collapse: collapse;
	vertial-align: top;
	border-bottom: 1px dashed #CCCCCC;
}

#whatsnew table td.tdNowrap {
	white-space: nowrap;
	width: 60px;
}

#whatsnew table td.tdNoBorderBottom {
	border-bottom: none;
}

#whatsnew a {
	color: #0000CC;
	text-decoration: underline;
}

#whatsnew a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#whatsnew p.rightLink {
	position: relative;
}

#whatsnew p.rightLink a {
	position: absolute;
	top: -25px;
	right: 8px;
	padding: 0 4px 0 18px;
	background:url(../images/arrow01.gif) no-repeat 5px 7px;
	color: #000000;
	text-decoration: none;
}

#whatsnew p.rightLink a:hover {
	text-decoration: none;
	color: #000000;
}

#whatsnew p.more {
	padding-right: 10px;
	margin: 0;
	text-align: right;
}

#whatsnew kadoTop p {
	padding-left: 10px;
}

#whatsnew p.pTopics{
	position: relative;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.7;
	border: 1px solid #D5D5D5;
	border-radius: 4px 4px 0 0;
	color: #333333;
	padding: 0 0 0 19px;
	height: 23px;
	background: linear-gradient(#F4F4F4 0%, #FFFFFF 100%);
	margin: 0 0 0 0;
	&::before {
    		background: rgb(137,133,173);
		content:"";
		position: absolute;
		width:4px;
		height:auto;
		top:4px;
		bottom:3px;  
		left:7px;
	}
}
