@charset "Shift_JIS";

/*
layout.cssでは以下の要素を制御しています。
[]内はキーとなるid名、クラス名です。
・テキストインデント
・メインコンテンツ[#contents]
・ヘッダ[#head]
・グローバルメニュー[#gMenu]
・フッタ[#foot]
・基本構造
*/

/* @group テキストインデント */

ul#gMenu li a,div#head h1 {
	text-indent: -9999px;
}

/* @end */

/* @group テキストインデント */

ul#gMenub li a,div#head h1 {
	text-indent: -9999px;
}

/* @end */


/* @group メインコンテンツ[#contents] */

div#contents {
	padding: 0;
	background: #fff;
	text-align: center;
}


	
/* @end */


/* @group ヘッダ[#head] */

div#head {
	background: #fff;
	height: 90px;
}

div#head h1 {
	height: 50px;
	width: 300px;
	background: transparent url(../img/h1.gif) left center;
	float: left;
	margin: 0;
}



/* @end */




/* @group フッタ[#foot] */

div#foot {
	padding: 10px 10px 20px;
	font-size: 85%;
	line-height: 180%;
	background: #242424;
}

div#foot a {
	color: #fff;
	text-decoration: underline;
}

div#foot a:link {
	color: #fff;
	text-decoration: none;
}

div#foot a:visited {
	color: #ccc;
	text-decoration: none;
}

div#foot a:hover {
	color: #fff;
	text-decoration: underline;
}

div#foot ul li {
	display: inline;
	white-space: nowrap;
}

div#foot ul li a {
	padding: 0 3px 0 0;
}

div#foot ul#bmList {
	border-bottom: #666 1px solid;
	margin: 0 0 10px;
	padding: 0 10px 5px;
	text-align: right;
}

div#foot div#fNavi {
	float: left;
	width: 915px;
}

div#pMark {
	width: 88px;
	float: right;
	text-align: right;
}

div#copyRight {
	padding: 0 0 10px;
	text-align: center;
	clear: both;
}

/* @end */


/* @group 基本構造 */

/*body {
    background-image: url("../primojapan/images/map.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  border: 0;
}*/


