/* CSS indext */


/* ヘッダー画像 */
#wrapper #header div.top-img{
	width:840px;
	height:420px;
}

/* 段落設定 */
#wrapper #main #contents p {
	line-height:18px;
	margin-left:10px;
	padding:15px 0 30px 0;	
}


/* What's New */
#wrapper #main #contents div.title {
	width:620px;
	height:30px;
	margin-left:10px;
}
#wrapper #main #contents div.info {
	width:596px;
	line-height:18px;
	background-color:#FFFFFF;
	border-left:#E2F2BC solid 2px;
	border-right:#E2F2BC solid 2px;
	border-bottom:#E2F2BC solid 2px;
	margin-left:10px;
	padding:10px 10px 20px 10px;
}
#wrapper #main #contents div.info div.date {
    width: 70px;
    float: left;
    clear: both;
}

#wrapper #main #contents div.info div.body {
    padding: 0 0 5px 80px;
}

em {
    color: #CC0000;
    font-weight: bold;
    font-style: normal;
}