@charset "UTF-8";

/* =============================================== */
/** Japanese Home styles
/* ----------------------------------------------- */

/* Content
---------------------------------------------------*/


#Content #News {
	margin: 2em 0 1em 0;
	padding-left: 1em;
	width: 47%;
	float: left;
	/* border: 1px solid red; */
}

#Content #Events {
	margin: 2em 0 1em 0;
	padding-left: 1em;
	width: 47%;
	float: left;
	border-left: 1px dotted gray;
	/* border: 1px solid red; */
}


#Content #News h2,
#Content #Events h2 {
	margin-bottom: 0.5em;
	color: #666;
}

#Content #News dt,
#Content #Events dt {
	font-weight: bold;
	color: #2e80ad;
}

#Content #News dd,
#Content #Events dd {margin-bottom: 1em;}

#HomeBanner {
	margin-top: 1em;
	margin-right: 1em;
	width: 230px;
	float: right;
}

#HomeBanner li {margin-bottom: 0.5em;}
