/* ƒŠƒZƒbƒg */
* {
	margin: 0px;
	padding: 0px;
}

/* tag */
html	{
	height: 100%;
}
body {
	height: 100%;
	color: #cccccc;
	font: 13px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-color: #5d5d5d;
	background-image: url(http://www.scei.co.jp/ps3-eula/img/bg_body2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1	{
	margin-bottom: 20px;
}
h2	{
	font-size: 14px;
	margin-bottom: 10px;
}
h3	{
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4	{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
ol	{
	margin: 1em 10px 10px 3em;
}
ul	{
	margin: 1em 10px 10px 3em;
}
li	{
	margin-bottom: 0.6em;
	line-height: 120%;
}
p	{
	line-height: 130%;
	margin-bottom: 1em;
}
p a	{
	color: #c8edff;
	text-decoration: none;
}
p a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background: #6e7e8b;
}
hr	{
	clear: both;
}

/* ID */
#container {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	background: url(http://www.scei.co.jp/ps3-eula/img/family_logo2.gif) no-repeat;
	background-position: top right;
}
#main	{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}
#prev	{
	margin-top: 30px;
}
#prev p	{
	margin: 0px;
}
#copyright	{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* class */
.clear	{
	clear: both;
}
ul.language	{
	margin: 0px;
	list-style: none;
}
ul.language li	{
	margin: 0px;
	text-indent: -10px;
	padding-left: 10px;
	margin-bottom: 3px;
}
ul.language li a	{
	padding-left: 10px;
	text-decoration: none;
	color: #c8edff;
}
ul.language li a:hover	{
	background: url(http://www.scei.co.jp/ps3-eula/img/li_over2.gif) no-repeat left 3px;
}
ul.europe	{
	margin: 0px 0px 30px;
	list-style: none;
	padding-bottom: 10px;
}
ul.europe li	{
	float: left;
	padding-right: 10px;
}
ul.europe li a	{
	color: #c8edff;
	text-decoration: none;
}
ul.europe li a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background: #6e7e8b;
}
ul.asia	{
	margin: 0px 0px 30px;
	list-style: none;
	padding-bottom: 10px;
}
ul.asia li	{
	float: left;
	padding-right: 5px;
}
ul.hk {
	list-style-type: square;
}
ul.eu {
	list-style-type: circle;
}
ul.abc {			/* ---------- Update 07.03.13 */
	list-style-type: lower-alpha;
}
ul.fra	{			/* ---------- Added 07.03.12 */
	list-style: disc;
	margin: 1em 10px 10px 1.2em;
}
.under {
	text-decoration: underline;
}
.hkInd {
margin-left: 2em;
}
.bold {
	font-weight: bold;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/* PS Home EULA Select Language on PS3 ---------- Update 08.05.16 */ 

#mainPSHome	{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#mainPSHome h2	{
	font-size: 20px;
	margin-bottom: 20px;
}
#mainPSHome ul.language	{
	margin: 0px;
	list-style: none;
}
#mainPSHome ul.language li	{
	margin: 0px;
	font-size: 20px;
	text-indent: -10px;
	padding-left: 10px;
	margin-bottom: 7px;
}
#mainPSHome ul.language li a	{
	padding-left: 25px;
	text-decoration: none;
	color: #c8edff;
}
#mainPSHome ul.language li a:hover	{
	background: url(http://www.scei.co.jp/ps3-eula/img/li_over2PS3.gif) no-repeat left 3px;
}