@charset "utf-8";

@import "common.css";


/* ---------------- What's New */

/* 枠 */
#content .whatsnew {
	height: 190px;
	position: absolute;
	top: 200px;
	left: 30px;
	line-height: 200%;
	overflow: hidden;
}

/* タイトル */
#content .whatsnew img.whatsnew-ttl {
	margin: 0px 0px 10px 0px;
}

/* テキスト:日付 */
#content .whatsnew dl dt {
	width: 70px;
	float: left;
	margin: 0px 0px 0px 10px;
	display: inline;
}

/* テキスト:内容 */
#content .whatsnew dl dd {
	width: 325px;
	margin: 0px 0px 0px 90px;

}



/* ---------------- button */

/* 枠 */
#content .button {
}

/* ボタン位置指定 */
#content .button img { position: absolute;}

#content .button img.service { top: 10px; left: 230px;}
#content .button img.software { top: 10px; left: 630px;}
#content .button img.index-pic { top: 180px; left: 450px;}
#content .button img.release { top: 180px; left: 670px;}
#content .button img.about { top: 390px; left: 40px;}
#content .button img.partner { top: 390px; left: 450px;}



/* 
		footer
 -------------------------------------------------- */

/* index用絶対配置指定 */
#footer {
	top: 680px;
}








































