@charset "UTF-8";

/*------------------------------------------------
  TopPage
------------------------------------------------*/
#top #contents {
	clear: both;
	width: 800px;
	margin: 0 auto 15px;
	padding: 0;
	background: #ffffff;
}

#top #contents #mainContents {
	width: 800px;
	margin: 0;
	padding: 0;
	border: none;
}

#top #contents #mainContents h1 {
	width: 800px;
	height: 252px;
	margin: 0;
	padding: 0;
	border: none;
}

#top #contents #mainContents #topContents {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 17px 0 15px 0;
	background: transparent url(/english//images/index_bg001.png) no-repeat 0 0;
}

#top #contents #mainContents #topContents div.topBlock {
	width: 780px;
	margin: 0 10px 10px 10px;
	background: transparent url(/english/images/index_bg002.png) repeat-y 0 32px;
}

#top #contents #mainContents #topContents div.topBlock div.inner {
	width: 780px;
	margin: 0;
	background: transparent url(/english/images/index_bg003.png) no-repeat left bottom;
}

#top #contents #mainContents #topContents div.topBlock div.inner dl {
	float: left;
	width: 379px;
	margin: 0 22px 0 0;
	padding: 0 0 10px 0;
}

#top #contents #mainContents #topContents div.topBlock div.inner dl.end {
	float: left;
	width: 379px;
	margin: 0;
	padding: 0 0 10px 0;
}

#top #contents #mainContents #topContents div.topBlock div.inner dl dd {
	margin: 2px 11px 2px 11px;
}


/*
  clearfix
-------------------------------------*/
#top #contents #mainContents #topContents div.topBlock:after,
#top #contents #mainContents #topContents div.topBlock div.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#top #contents #mainContents #topContents div.topBlock,
#top #contents #mainContents #topContents div.topBlock div.inner {
	display: inline-block;
	min-height: 1px;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html #top #contents #mainContents #topContents div.topBlock,
* html #top #contents #mainContents #topContents div.topBlock div.inner {
	height: 1px;
}

#top #contents #mainContents #topContents div.topBlock,
#top #contents #mainContents #topContents div.topBlock div.inner  {
	display: block;
}
/* End hide from IE-mac */


/*
  Press Release 20101222 Updata
-------------------------------------*/

#top #contents #mainContents #topContents .topPress {
	margin: 0;
}

#top #contents #mainContents #topContents .topPress .topHeading {
	width: 100%;
	margin: 0;
	background: transparent url(/english/images/heading_bgtop01.png) no-repeat 0 0;
}

#top #contents #mainContents #topContents .topPress h2 {
	padding: 7px 16px 5px;
	font-weight: bold;
	background: transparent url(/english/images/heading_bgtop02.png) no-repeat 0 100%;
}

#top #contents #mainContents #topContents .topPress ul.press {
	list-style: none;
	font-size: 108%;
	margin: 5px 0 0 0;
}

#top #contents #mainContents #topContents .topPress ul.press li {
	padding: 0 0 5px 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted olive;
	line-height: 1.2;
}

#top #contents #mainContents #topContents a.pdf {
	padding: 0 0 0 23px;
	background: url("/common_parts/icon/pdf.gif") no-repeat;
	line-height: 1.3;
}

#top #contents #mainContents #topContents p.pressList {
	text-align: right;
	font-size: 108%;
	margin: 0 0 15px 0;
}

#top #contents #mainContents .linkHighLightPress {
	padding-left: 10px;
	background: transparent url(/english/common/images/com_ic002.gif) no-repeat;
}


