@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: -600px -101px;}

/* Title Setting */
h1 em {
	background: url(img/ttl_press-release.jpg) no-repeat;
	width: 881px;
	height: 30px;
}






/*===== ■2. Press Release =====*/
#PressRelease ul {
	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;
	background: url(../common/img/arrow_right-blue.jpg) no-repeat 0px 5px;
	padding: 0px 0px 5px 12px;
	width: 80px;
	line-height: 1.2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6085E4;
}

#PressRelease ul li strong em {
	font-weight: bold;
	font-size: 108%;
}

#PressRelease ul li p {
	float: left;
	padding: 0px 0px 5px;
	width: 500px;
	line-height: 1.3;
	font-size: 93%;
}






/*===== ■3. Material Link =====*/
#MaterialLink p {
	margin: 0px 0px 3px;
}

#MaterialLink ul li a {
	display: block;
	background: url(../common/img/img_btn.jpg) no-repeat 0px -392px;
	width: 235px;
	height: 35px;
}

#MaterialLink ul li a:hover {background-position: -300px -392px;}


#MaterialLink dl {
	border: 1px solid #CCC;
	margin: 30px 0px;
	padding: 10px 14px;
	width: 450px;
	font-size: 108%;
}




/*===== ■4. Download Button =====*/
#BtnDownload {
	padding: 0px 0px 0px 40px;
}





/*===== ■5. =====*/





/*===== ■6.  =====*/





/*===== ■7.  =====*/





/*===== ■8.  =====*/






/*===== ■*.Clear Release  =====*/
#PressRelease ul li {
	/zoom: 1;
}

#PressRelease ul li:after {
	content: '';
	display: block;
	clear: both;
}
