@charset "utf-8";

/*== Floatを含む処理 =====================*/
.section:after{/*FireFox1?  NetScape6?  Opera  safari*/
 height: 0;
 display: block;
 content: ".";
 clear: both;
 visibility: hidden;
 }
/*¥*//*/
.section{
overflow: hidden;
}
/*Horyハック*/


div.content{
	background-color: #000;
	}

div.section{
	width: 100%;
	margin-bottom: 33px;
	}

div.left{
	width: 440px;
	float: left;
	display: inline;
	margin: 0 0 0 31px;
	}
div.right{
	width: 441px;
	float: left;
	display: inline;
	margin: 0 30px 0 18px;
	}
.japanese{
	color: #FFF;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka;
	}
.english{
	color: #999;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka;
	}
.japanese a,
.english a{
	color: #669900;
	font-size: 12px;
	text-decoration: underline;
	}
.japanese p{
	margin-bottom: 1em;
	}
.english p{
	margin-top: 35px;
	}

p.mainImages{
	margin-bottom: 53px;
	}

div.section h2{
	margin-bottom: 15px;
	}
div.details h2{
	margin: 0 0 15px 31px;
	}
div.details dt{
	font-weight: bold;
	margin-top: 1.5em;
	}
div.details .japanese p{
	margin: 1.5em 0 0 1em;
	text-indent: -1em;
	}

p.officeImages{
	margin: 0 0 28px 31px;
	}




