@charset "utf-8";

/* playguideCSS Category ---------
01. Title
02. Navigation
03. common element
---------------------------- */


/* 00. Title
--------------------------------------------------------------------------- */
h3.download{background:url(../images/playguide/setup/h3ttl_dl01.jpg) left top no-repeat;}
h3.spec{background:url(../images/playguide/setup/h3ttl_dl02.jpg) left top no-repeat;}
h3.ess{background:url(../images/playguide/setup/h3ttl_dl03.jpg) left top no-repeat;}
h3.inst{background:url(../images/playguide/setup/h3ttl_inst01.jpg) left top no-repeat;}
h3.start01{background:url(../images/playguide/setup/h3ttl_start01.jpg) left top no-repeat;}
h3.start02{background:url(../images/playguide/setup/h3ttl_start02.jpg) left top no-repeat;}


/* 01. setup01.html
--------------------------------------------------------------------------- */
h4.dlButton a,
h4.dlButton_mac a{
	display:block;
	position:relative;
	margin:10px auto 0;
	height:83px;
	width:510px;
}
h4.dlButton a{ background:url(../images/playguide/setup/btn_downlord.jpg) left top no-repeat; text-decoration:none; color: #2787ba; text-shadow: 2px 1px 0px #fff; }
h4.dlButton a span{ display: block; text-align: right; margin: 50px 30px 0 0; font-weight:700; font-size: 108%;}
h4.dlButton_mac a{ background:url(../images/playguide/setup/btn_downlord_mac.jpg) left top no-repeat; text-decoration:none; color: #2787ba; text-shadow: 2px 1px 0px #fff;}
h4.dlButton_mac a span{ display: block; text-align: right; margin: 50px 30px 0 0; font-weight:700; font-size: 108%;}

h4.dlButton a:hover{
	background:url(../images/playguide/setup/btn_downlord.jpg) left -83px no-repeat;
	top:1px;
	left:1px;
	color: #a0c7e4;
}
h4.dlButton_mac a:hover{
	background:url(../images/playguide/setup/btn_downlord_mac.jpg) left -83px no-repeat;
	top:1px;
	left:1px;
	color: #a0c7e4;
}
.mac_download{
	text-align:center;
	margin:10px 0;
}
.dlCaution{
	line-height:1.2;
	margin:3px auto 20px;
	width:510px;
}
.tr{
	text-align: right;
}
.warn{
	color: #f22424;
}

div.next{
	margin:10px auto;
	position:relative;
	width:190px;
	}
div.next a{
	background:url(../images/playguide/setup/btn_next.jpg) left top no-repeat;
	display:block;
	padding:45px 0 0 0;
	height:0;
	width:190px;
	}
div.next a:hover{background:url(../images/playguide/setup/btn_next.jpg) left -45px no-repeat;}


table.specInfo {
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 0 auto 30px;
	width:540px;
	}
table.specInfo th,
table.specInfo td {
	padding: 5px;
	border: 1px solid #999999;
	text-align: left;
	font-size:12px;
	line-height:1.4;
	background: #ecfcff;
}
table.specInfo td {	background: #feffff;}


h4{
	color:#006699;
	font-size:14px;
	font-weight:bold;
	}
.inst01,
.inst02,
.inst03,
.inst04,
.inst05,
.inst06,
.login01,
.login02,
.login03,
.w_start01,
.w_start02 {
	clear: both;
	margin: 5px 0px 30px;
	padding: 15px 15px 15px 270px;
	border: 1px solid #6b89a0;
	height: 171px;
	width: 270px;
	}

.inst01 {background: url(../images/playguide/setup/img_inst01.jpg) 15px 15px no-repeat;}
.inst02 {background: url(../images/playguide/setup/img_inst02.jpg) 15px 15px no-repeat;}
.inst03 {background: url(../images/playguide/setup/img_inst03.jpg) 15px 15px no-repeat;}
.inst04 {background: url(../images/playguide/setup/img_inst04.jpg) 15px 15px no-repeat;}
.inst05 {background: url(../images/playguide/setup/img_inst05.jpg) 15px 15px no-repeat;}
.inst06 {background: url(../images/playguide/setup/img_inst06.jpg) 15px 15px no-repeat;}
.login01 {background: url(../images/playguide/setup/img_login01.jpg) 15px 15px no-repeat;}
.login02 {background: url(../images/playguide/setup/img_login02.jpg) 15px 15px no-repeat;}
.login03 {background: url(../images/playguide/setup/img_login03.jpg) 15px 15px no-repeat; margin-bottom:40px;}
.w_start01 {background: url(../images/playguide/setup/img_start01.jpg) 15px 15px no-repeat;}
.w_start02 {background: url(../images/playguide/setup/img_start02.jpg) 15px 15px no-repeat;}
