@charset "utf-8";

@import "01format.css";
@import "02layout.css";
@import "03common.css";


/* Top
---------------------------------------------------- */
#new #mainArea #year {
	border-bottom: #7d8d94 dotted 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#new #mainArea dl {
	border-bottom: #7d8d94 dotted 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#new #mainArea dl dt {
	float: left;
	padding-left: 70px;
	width: 120px;
}

#new #mainArea dl dt.iconNews,
#new .mainBox .iconNews {
	background: url(/images/new/icon_what_news.gif) no-repeat;
}

#new #mainArea dl dt.iconCompany,
#new .mainBox .iconCompany {
	background: url(/images/new/icon_what_company.gif) no-repeat;
}

#new #mainArea dl dt.iconProduct,
#new .mainBox .iconProduct {
	background: url(/images/new/icon_what_product.gif) no-repeat;
}

#new #mainArea dl dt.iconGuide,
#new .mainBox .iconGuide {
	background: url(/images/new/icon_what_guide.gif) no-repeat;
}

#new #mainArea dl dt.iconInfo,
#new .mainBox .iconInfo {
	background: url(/images/new/icon_what_info.gif) no-repeat;
}

#new #mainArea dl dt.iconCampaign,
#new .mainBox .iconCampaign {
	background: url(/images/new/icon_what_campaign.gif) no-repeat;
}



#new #mainArea dl dd {
	float: left;
	width: 440px;
}

#new #mainArea dl dd img {
	padding: 0 0 3px 2px;
}

/* Contents
---------------------------------------------------- */

#new .mainBox p {
	margin: 0 0 1em 0;
}

#new .mainBox p.day {
	border-bottom: #54849f solid 5px;
	margin: 0;
	padding-left: 70px;
}

#new .mainBox h3 {
	color:#4e5f68;
	font-weight: bold;
	padding: 10px;
	border-bottom: #7d8d94 dotted 1px;
	background: url(/images/bg_info_ttl.jpg) repeat-x;
	margin-bottom: 30px;
}

#new .mainBox h4 {
	color:#2771a9;
	font-weight: bold;
}

#new .mainBox ul {
	margin: 0 0 1em 0;
}

#new .mainBox ul li {
	list-style: disc;
	margin-left: 1em;
}

#new .mainBox p#back {
	margin-top: 2em;
}

#new .mainBox p#back a {
	padding-left: 18px;
	background: url(/images/icon_arrow03.gif) no-repeat 2px ;
	
}

