@charset "UTF-8";



/* ===================================

	File Name   : press.css

	Description : Press Page Layout CSS

	Editors     : NS Sakurai

	Create Date : 2012/02/14



	Update Description :

		2012/02/14 Append - Value Styles [Sakurai]

		2012/02/14 File Create

====================================== */



/*========== Style Contents ==========



	1. Individual Redefinition

	2. Press Release

	3. Material Link

	4. Download Button

	5. 

	6. 

	7. 

	*. Clear Release

	

====================================== */











/*===== ■1. Individual Redefinition =====*/

/* Global Navigation */

#GlobalNavi li#BtnPress a,

#GlobalNavi li#BtnPress a:hover {background-position: -300px -101px;}



/* Title Setting */

h1 em {

	background: url(../img/ttl_press-release.jpg) no-repeat;

	width: 881px;

	height: 30px;

}













/*===== ■2. Press Release =====*/

#PressRelease ul {
	font-size:120%;
	padding: 0px 0px 30px;

}



#PressRelease ul li {
	background: url(../../common/img/line_dotted-gray.jpg) repeat-x 0px bottom;
	margin: 0px 0px 10px;
	padding: 10px 20px;
	width: 800px;
}



#PressRelease ul li strong {
	display: block;
	float: left;
	padding: 2px 0px 5px 12px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

#PressRelease ul li p {
	float: left;
	padding: 0px 0px 5px;
	width: 550px;
	line-height: 1.3;
}




/*===== ■3. Material Link =====*/

#MaterialLink p {

	margin: 0px 0px 3px;

}



#MaterialLink ul li a {

	display: block;

	background: url(../../common/img/dawnroadcenter.gif) no-repeat;

	width: 211px;

	height: 60px;

}



#MaterialLink ul li a:hover {background-position: 0px -60px;}





#MaterialLink dl {

	border: 1px solid #CCC;

	margin: 30px 0px;

	padding: 10px 14px;

	width: 410px;

	font-size: 108%;

}









/*===== ■4. Download Button =====*/

#BtnDownload {

	padding: 0px 0px 0px 40px;

}
















/*===== ■*.Clear Release  =====*/

#PressRelease ul li {

	/zoom: 1;

}



#PressRelease ul li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #PressRelease ul li { zoom: 1; } /* IE6 */
*:first-child+html #PressRelease ul li { zoom: 1; } /* IE7 */














