﻿/* WebMNL CSS for PS4 */

body.help_body {
	background-image:url("../images/bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align:center;
	}

/* 基本レイアウト */

#hlp_wrapper {
	margin:0 auto;
	width: 1300px;
	z-index: 5;
	}

#hlp_header {
	position: relative;
	width: 1260px;
	height: 50px;
	border-top:solid 0px #f0f8ff;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 12px;
	margin-bottom: 0px;
	}

#hlp_contents {
	margin-top:0.5em;
	text-align: center;
	padding-top: 0px 0px 44px 0px;
	}

#hlp_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	background-image:url("../images/hlp-footer-bg.png");
	padding-top: 4px;
	z-index: 100;
	}

/* 基本リンクスタイル */

a:link {
	color:#fff;
	text-decoration: none;
	}

a:visited {
	color:#fff;
	text-decoration: none;
	}

a:hover {
	color:#fd0;
	text-decoration: none;
	}


a:active {
	color:#fff;
	text-decoration: none;
	}


/* ヘッダー右側のナビ部分 */

#navi {
	float: right;
	width: 260px;
	text-align: right;
	font-size: 12pt;
	color:#FFFFFF; 
	margin-top: 0.5em;
	margin-right: 0px;
	}

/* ヘッダー右側のお問い合わせボタン */

.spt a{
	font-size: 9pt;
	letter-spacing: 1px;
 	color:#ffffff;
	background-color:#666666;
	padding: 3px 5px 3px 5px;
	margin-left: 6px;
	border:2px solid #880000;
	border-radius: 6px;
	}

.spt a:hover{
 	color:#ffff00;
	background-color:#cc4400;
	text-decoration: none;
}


/* ヘッダー左側のタイトル名 */

#title {
	float: left;
	text-align: left;
	font-size: 10pt;
	color:#dd2200; 
	margin-top: 0.5em;
	margin-bottom: 4px;
	}

/* 見出しジャンプ部分 */

#navi2 {
	position: absolute;
	bottom: 6px;
	text-align: left;
	font-size: 10pt;
	color:#FFFFFF; 
	margin-top: 0px;
	padding-right: 20px;
	}


/* メイン画像 */

.mainscr {
	position:relative;
	left:0px;
	top:0px;
	}


/* 画像クリックでページを送るためのアレ */

.over_l {
	border-style: none; 
	position:absolute;
	top:0px;
	left:0px;
	width: 540px;
	height: 860px;
	}

.over_r {
	border-style: none; 
	position:absolute;
	top:0px;
	left:740px;
	width: 540px;
	height: 860px;
	}


/* copyright */

.copy {
	text-align: right;
	font-size: 10pt;
	color:#FFFFFF;
	margin-right: 24px;
	margin-bottom: 12px;
	}



