@charset "EUC-JP";   /*   文字コード   */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
}

body {
	font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	font-size: 12px;
	color:#3e3e3e;
}

hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}


/* Layout
=======================================*/

//body	{ background:url(/dol/image/back_EO_01.jpg) top center no-repeat; background-color:#1616AC;  }

#wrapper {
	width: 760px;
	margin: 10px 0 0 10px;
	display:block;
	background:#1A264C url(../images/ps3_wm_present/bg_wrapper.jpg) repeat-y top center;
}

#container {
	width: 740px;
	margin: 0 0 0 10px;
}

#contents {
	padding:0 0 20px 0;
}

#back img {
	margin:10px 0 10px 212px;
}

#back img a {
	overflow:hidden;
}


/* Link
=======================================*/

a {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #3333EE;
	text-decoration: none;
}



/*見出し
*/


h1 {
	height: 474px;
	text-indent: -9999px;
	background: url(../images/ps3_wm_present/h1.jpg) no-repeat left top;
}

h2 {
	display:none;
}


/*各コンテンツ用クラス
*/


.textArea {
	padding: 10px 0;
}


.cardText {
	padding: 0 380px 0 65px;
	background:url(../images/ps3_wm_present/bg_card.jpg) no-repeat top center;
	height:326px;
}

.cardText_first {
	padding:50px 0 0 0;
}

.cardText_second {
	padding:10px 0 0 0;
	font-size:10px;
	font-weight:bold;
}


.stickerText {
	padding:0 380px 0 65px;
	background:url(../images/ps3_wm_present/bg_sticker.jpg) no-repeat top center;
	height:230px;
}

.stickerText_first {
	padding:35px 0 0 0;
}


.wmArea {
	color:#fff;
	padding: 20px 20px 20px 20px;
	background:url(../images/ps3_wm_present/bg_wm.gif) no-repeat top center;
	margin:30px 60px 0 60px;
	display:block;
	height:100px;
}

.wmArea a {
	color:#ccc;
}

.wmLogo {
	float:left;
	background:#fff;
	border:#eee;
	padding:10px 20px;
	display:block;
	border:#ccc solid 1px;
}


.wmText {
	margin-left:140px;
}

.wmText p {
	padding-left:5px;
}

/*title
*/


.sticker {
	background:url(../images/ps3_wm_present/h3_sticker.jpg) no-repeat left top;
	height:80px;
	text-indent:-9999px;
}

.wm {
	line-height:1;
	font-weight:bold;
	font-size:16px;
/*	border-left:solid 5px #1A264C;
	padding:1px 0 1px 8px;
	background:#f9fcfe;*/
	margin-bottom:8px;
}



/*etc
*/





.to_top {
	position: relative;
	height: 40px;
	width: 700px;
	margin: 10px 0 0 40px;
}

.to_top a {
	position: absolute;
	top: 0;
	right: 10;
	height: 16px;
	width: 17px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	background: url(../../image/up_onoff.gif) no-repeat;
}

.to_top a:hover {
	background-position: 0 -16px;
}

.none {
	display:none;
}