@charset "Shift_JIS";


/*--------------------------------------------------
  File       : whatsnew.css
  Date       : 2010.05.20
  Next Update: ----------
  Last Update: ----------
--------------------------------------------------*/

/* navi
--------------------------------------------------*/

#navi_whatsnew {
	width: 780px;
	height: 135px;
	background-image:url(/common/images/navi_whatsnew.jpg);
	background-position: 0 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	left: 12px;
}


/* contents
--------------------------------------------------*/

#contents_box {
	width: 760px;
	height: auto;
	background-image: url(/images/contents_middle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	margin: 20px auto 0 auto;
	padding: 0;
}

#contents_box h2 {
	margin: 0 0 20px 10px;
}

#contents_box_top {
	width: 740px;
	height: auto;
	background-image: url(/images/contents_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: #CCCCCC dashed 1px;
	margin: 20px 0 0 0;
	padding: 0 10px 20px 10px;
}

#contents_box_bottom {
	width: 740px;
	height: 35px;
	background-image: url(/images/contents_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 20px 0 0;
	clear: both;
}

#contents_box_top dl {
	clear: both;
	margin: 0 0 0 10px;
}

#contents_box_top dt {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FD9FFD;
	line-height: 1.4em;
	float: left;
}

#contents_box_top dd {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.7em;
}

#contents_box_top .big {
	font-size: 18px;
	font-weight: bold;
	color: #FF8942;
}

#contents_box_top dd img {
	margin: 20px 5px 20px 5px;
}

#next_button {
	width: 90px;
	height: 17px;
	float: right;
}

.even_number {
	width: 50%;
	height: auto;
	float: left;
}

.odd_number {
	width: 33%;
	height: auto;
	float: left;
}

