@charset "utf-8";

/*-----------------------------------------------------------
 Setting
-----------------------------------------------------------*/

@import url("/common/css/top.css");

body { background: transparent url("/english/images/bgBody.gif") repeat-x center top; }


/*-----------------------------------------------------------
 Main Visual
-----------------------------------------------------------*/

#home #mainVisual {
	height: 631px;
	}
	#home #mainVisual .mvBox {
		min-height: 210px;
		}


/*-----------------------------------------------------------
 Primary
-----------------------------------------------------------*/

/*---------- News ----------*/

#home #primary #newsSec {
	width: 710px;
	}
	#home #primary #newsSec dl dt {
		float: left;
		}
		#home #primary #newsSec dl dt.icoExhi { background: transparent url("/english/news/images/icoExhi.gif") no-repeat right center; }
		#home #primary #newsSec dl dt.icoNews { background: transparent url("/english/news/images/icoNews.gif") no-repeat right center; }

	#home #primary #newsSec dl dd { padding-left: 15.5em; }


