@charset "UTF-8";


/* ------------COMMON------------ */
div#leftcolumn {
	float: left;
	width: 760px;
}

div#rightcolumn {
	float: right;
	width: 210px;
	border-color: #000;
	border-width: 2px 1px 1px 1px ;
	border-style: solid ;
	margin-top: 15px;
}

/* LEFT */
div#leftcolumn h2 {
	margin-bottom: 20px;
	font-size: 145%;
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

div#leftcolumn div {
	padding-bottom: 50px;
}

div#leftcolumn p,
div#leftcolumn dt,
div#leftcolumn dd {
	font-size: 75%;
	line-height: 180%;
}

div#leftcolumn .en {
	margin-top: 25px;
}

div#leftcolumn dt {
	clear: left;
	float: left;
	width: 5.5em;
	margin-bottom: 3px;
}

div#leftcolumn dd {
	margin-left: 5.5em;
	margin-bottom: 3px;
}



/* RIGHT */
div#rightcolumn h2 {
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 130%;
	font-weight: normal;
}

div#rightcolumn h2,
div#rightcolumn address {
	padding-left: 15px;
	padding-right: 15px;
}

div#rightcolumn address {
	padding-bottom: 25px;
	font-size: 75%;
	line-height: 180%;
	font-style: normal;
}