@charset "utf-8";

/*content*/
#contents {
	position: relative;
	float: left;
	width: 556px;
	}

#top_image {
/*
	position: relative;
	float: left;
*/
	padding-bottom:18px;
	}

/*information*/

.imformation {
	float: left;
	width: 269px;
	height: 87px;
	}

.imformation a {
	display:block;
	width: 269px;
	height: 87px;
	}

#imformation_01 {
	background-image:url(../images/index/blog.png);
	background-repeat:no-repeat;
	padding-right:18px;
	}

#imformation_02 {
	background-image:url(../images/index/imfomation.png);
	}

#information a span {
	display:none;
	}

#information span {
	display:none;
	}

/*whatsnew*/

dl {
	float:left;
	width:556px;
	background:#FFFFFF;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	background-image:url(../images/index/wat%27s%20new.png);
	background-repeat:no-repeat;
	padding:25px 0 10px;
	margin:18px 0 18px;
	}

dl dt {
	float:left;
	clear:both;
	width:9em;
	padding:5px 1em 5px;
	line-height:120%;
	}

dl dd {
	padding:5px 1em 5px 9em;
/*
	border-bottom:dashed 1px #CCC;
*/
	line-height:120%;
	}
