﻿/* WebMNL CSS for PS4w  -Mar.10,2015*/

body.help_body {
	background-image:url("../images/bg.png");
	background-position: right top;	/*背景画像、右上固定の場合*/
	background-repeat: no-repeat;		/*背景画像、右上固定の場合*/
	background-color: #ffffff;
	text-align:center;
	}

/* 基本レイアウト */

#hlp_wrapper {
	margin:0 auto;
	max-width: 1312px;
	min-width: 480px;
	z-index: 5;
	}

#hlp_header {
	position: relative;
	width: 94%;
	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;
	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;
	}

/* ヘッダー左側のタイトル名 */

.title {
	text-align: left;
	font-size: 10pt;
	color:#dd2200; 
	margin-top: 0.5em;
	margin-bottom: 4px;
	}

/* 見出しジャンプ部分 */

.navi2 {
	bottom: 6px;
	text-align: left;
	font-size: 10pt;
	color:#FFFFFF; 
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 20px;
	}


/* メイン画像 */

.mainscr {
	position:relative;
	left:0px;
	top:0px;
	box-shadow: 0 0 16px #888888;
	width: 96%;
	}


/* 画像クリックでページを送るためのアレ */

.over_l {
	border-style: none; 
	position:absolute;
	top:0px;
	left:0px;
	width: 48%;
	height: 100%;
	}

.over_r {
	border-style: none; 
	position:absolute;
	top:0px;
	right:0px;
	width: 48%;
	height: 100%;
	}


/* copyright */

.copy {
	text-align: right;
	font-size: 10pt;
	color:#FFFFFF;
	margin-right: 24px;
	margin-bottom: 12px;
	}



