﻿/* WebMNL CSS for PS4 */

body.help_body {
	background-image:url("../images/back2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	text-align:center;
	text-shadow: 0 0 4px #000000;
	}

/* 基本レイアウト */

#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:#ffffff;
	text-decoration: none;
	}

a:visited {
	color:#ffffff;
	text-decoration: none;
	}

a:hover {
	color:#ff0000;
	text-decoration: none;
	}


a:active {
	color:#dd0000;
	text-decoration: none;
	}


/* ヘッダー右側のナビ部分 */

#navi {
	float: right;
	width: 260px;
	text-align: right;
	font-size: 12pt;
	color:#ffcc00; 
	margin-top: 0.5em;
	margin-right: 0px;
	}

/* ヘッダー左側のタイトル名 */

#title {
	float: left;
	text-align: left;
	font-size: 10pt;
	color:#ffcc00; 
	margin-top: 0.5em;
	margin-bottom: 4px;
	}

/* 見出しジャンプ部分 */

#navi2 {
	position: absolute;
	bottom: 6px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold; 
	color:#ffffff; 
	margin-top: 0px;
	padding-right: 20px;
	}


/* メイン画像 */

.mainscr {
	position:relative;
	left:0px;
	top:0px;
	box-shadow: 0 0 12px #000000;
	}


/* 画像クリックでページを送るためのアレ */

.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;
	}



