/* WebMNL CSS for switch  -Jul.10,2017*/*

body.help_body {
	background-color: #E3C36E;

	text-align:center;
	font-family: "Meiryo",sans-serif;
	margin: 0 auto;

	}

/* 基本レイアウト */
#hlp_wrapper {
	max-width: 940px;
	min-width: 480px;
	margin: 0 auto;
	}

#hlp_header {
	position: fixed;            /* ヘッダーの固定 */
    	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
    	width: 100%;  
	height: 100%; 
	z-index: 5;
	/*background-image: url(../images/header.jpg);*/

	}

#hlp_contents {
	margin-top:50px;
	width: 100%; 
	}
	
#hlp_footer {
	font-size: 1em;
	color:#000;
	font-weight:bold;
	margin-top: 40px;
	margin-bottom: 40px;
	}

/* 基本リンクスタイル */
a:link {
	color:#ffffff;
	text-decoration: none;
	}

a:visited {
	color:#ffffff;
	text-decoration: none;
	}

a:hover {
	color:#ffffff;
	text-decoration: none;
	}

a:active {
	color:#ffffff;
	text-decoration: none;
	}


	
/* ヘッダー見出しジャンプ部分 */
.navi1 {
	font-size: 1em;
	color:#ffffff; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px;
	background-color: #8e1f01;
	box-shadow: 0 0 2em #000000;
	/* background-color: #4d2699;
	background:linear-gradient(90deg,#000000,#4d2699,#4d2699,#4d2699,#000000);*/
	}

/* ヘッダー見出しジャンプ先 */
.navi2 {
	margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  	padding-top: 50px; /* 打ち消し用のパディング */
	}

/* メイン画像 */
.mainscr {
	width: 100%;
	border: 1px solid #8e1f01;
	/* border: 1px solid #ffffff;*/
	}

.menu{
margin:5px;
}

.menu A:hover{
background-color:#F2B922;
color:#000;
}
	
span {
	display: inline-block;
	padding: 0px 5px;
	}

p {
	margin-top: 50px;
	margin-bottom: 50px;
	}

