@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_kb_present/bg_wrapper.jpg) repeat-y top center;
}

#container {
	width: 740px;
	margin: 0 0 0 10px;
}

#contents {
	padding:0 0 10px 0;
}

#back img {
	margin:10px 0 10px 212px;
}

#back img a {
	overflow:hidden;
}


/* Link
=======================================*/

a {
	color: #dddddd;
	text-decoration: underline;
}

a:hover {
	color: #eeeeee;
	text-decoration: none;
}



/*見出し
*/


h1 {
	height: 474px;
	text-indent: -9999px;
	background: url(../images/ps3_kb_present/h1.jpg) no-repeat left top;
}

h2 {
}


/*各コンテンツ用クラス
*/


.textArea {
	padding: 10px 0;
}



.readArea {
	background:url(../images/ps3_kb_present/bg_read.jpg) no-repeat top center;
	height:130px;
}

.readArea p {
	padding:40px 70px 0 70px;
}


.itemArea {
	background:url(../images/ps3_kb_present/bg_contents_mid.gif) top center repeat-y;
}


.itemArea_foot {
	background:url(../images/ps3_kb_present/bg_contents_foot.gif) top center no-repeat;
	height:30px;
}


.itemArea img {
	margin:5px 0 0 60px;
	padding:0;
}



.sendArea_BG {
	padding:0 70px 10px 70px;
}

.sendArea {
	padding:0 10px;
	background:#1A264C;
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.50;
	width:580px;
}


.sendArea p {
	color:#fff;
	margin:0 20px;

}

.sendArea p strong {
	color:#fff;
	line-height:200%;
	margin-left:-10px;
}

.sendArea h4 {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:15px 0 10px 5px;
}



.KBinfoArea {
	background:url(../images/ps3_kb_present/bg_contents_mid.gif) top center repeat-y;
	padding:10px 70px;
}


.KBinfoArea_foot {
	background:url(../images/ps3_kb_present/bg_contents_foot.gif) top center no-repeat;
	height:30px;
}




/*title
*/



.item {
	background:url(../images/ps3_kb_present/h3_item.jpg) no-repeat left top;
	height:80px;
	text-indent:-9999px;
}


.KBinfo {
	background:url(../images/ps3_kb_present/h3_KBinfo.jpg) no-repeat left top;
	height:80px;
	text-indent:-9999px;
}

/*btn
*/


#btn_send {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
	padding-bottom:10px;
}

#btn_send span {
	width:568px;
	display:block;
	margin:10px 6px 0;
	background:url(../images/ps3_kb_present/btn_send.jpg) no-repeat left top;
	height:83px;
	border: none;
}


#btn_send a {
	width:568px;
	display:block;
	margin:10px 6px 0;
	background:url(../images/ps3_kb_present/btn_send.jpg) no-repeat;
	background-position: -568px 0;
	height:83px;
	border: none;
}

#btn_send a:hover{
	background-position: -1136px 0;
}



/*table
*/


.KBtable {
	font-size:12px;
}

.KBtable a {
	color: #000066;
	text-decoration: underline;
}

.KBtable a:hover {
	color: #333366;
	text-decoration: none;
}



.KBtable table {
	margin:20px 0 0 0;
	width:600px;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-collapse:collapse;
}

.KBtable table th {
	font-weight:bold;
	border-bottom: 1px solid #aaa;
	border-left:1px solid #aaa;
	padding:.3em 1em;
}

.KBtable table td {
	border-bottom: 1px solid #aaa;
	border-left:1px solid #aaa;
	padding:.3em 1em;
}


.borderArea {
	margin:10px 0 0 0;
	background:#eee;
	border:#ccc dashed 1px;
	font-size:10px;
	padding:10px;
}


.suisyo {
	color:#fff;
	background:#0E1B67;
}

.taiou {
	color:#fff;
	background:#105450;
}


/*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;
}