/* -- YUI -- */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* -- END YUI -- */

html, body, div, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}

* {
	-webkit-text-size-adjust:100%;
}

ul {
	list-style:none;
}

li {
	line-height: 0.1;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	letter-spacing: 0.01em;
	line-height: 2;
	color: #4b4b4b;
}

img {
	border: 0;
	outline: none;
}

h1,h2,h3,h4,p {
	margin:5px;
	padding:0;
}

a {
	text-decoration:none;
	color: #fff;
	outline: none;
}

a:hover {
	text-decoration:none;
	color: #f00;
}

object, object:focus{
    outline:none;
}

dd:after {
  content:'';
  display:block;
  clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#wrap {
    min-width: 960px;
    max-width: 1280px;
	width: auto !important;
	width: 100%;
	margin: 0 auto;
}

#leftContentsWrap {
	float:left;
	width:340px;
	position: relative;
}

#rightContentsWrap {
	margin-left: 50px;
	width: 800px;
	float: left;
}

#rightContents {
	position: relative;
}

#rightContentsWrap #memberlink {
	position: relative;
	top: 10px;
	float: right;
}

#rightContentsWrap #locationSelect {
	position: relative;
	top: 20px;
	background-color: #fff;
}

#rightContentsWrap #map {
	position: relative;
	top: 30px;
	border: 1px solid #fff;
	margin: 10px auto 100px;
}

#rightContentsWrap #formArea {
	position: relative;
	top: 30px;
	margin: 10px auto 100px;
	background-color: #fff;
}

#rightContentsWrap h2 {
	position: relative;
	top: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}

/*--- leftContentsWrap ---*/

#leftContentsWrap .logoImwg {
	position: relative;
	top: 20px;
	left: 25px;
}

#leftContentsWrap #searchForm {
	position: relative;
	width: 290px;
	top: 50px;
	left: 25px;
}

#leftContentsWrap #resultArea {
	position: relative;
	width: 290px;
	top: 80px;
	left: 25px;
}

#leftContentsWrap #resultArea #resultTitle {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}

#leftContentsWrap #resultArea #resultTable {
	background-color: #0096c8;
	color: #fff;
	width: 100%;
	margin: 10px auto 100px;
	border-collapse:collapse;
	border-spacing:0;
}

#leftContentsWrap #resultArea #resultTable th {
	background-color: #0096c8;
	color: #fff;
	width: 33%;
	border: 1px solid #fff;
}

#leftContentsWrap #resultArea #resultTable td {
	background-color: #0096c8;
	color: #fff;
	text-align: right;
	border: 1px solid #fff;
	padding: 10px 8px;
}

/*--- ftr ---*/

#ftr {
    min-width: 960px;
    max-width: 1280px;
	width: auto !important;
	width: 100%;
	margin: 35px auto 15px;
	/* height: 32px; */
	background-color: #0096c8;
	position: relative;
}

#ftr img {
	position: absolute;
	top: 0;
}

#ftr .ftrBtnNintendoTop {
	left: 0;
}

#ftr .ftrCopyright {
	color: #fff;
	text-align: center;
}

#ftr .ftrBtnPageTop {
	right: 0;
}

#ftrMenu {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

#ftrMenu ul {
	position: relative;
	left: 51%;
	float: left;
}

#ftrMenu li {
	position: relative;
	left: -51%;
	float: left;
	line-height: 1.8;
	font-size: 85%;
	padding: 1px 15px;
	border-right: 1px solid #646464;
	font-weight: bold;
	color: #777;
}

#ftrMenu li:first-child {
	border-left: 1px solid #646464;
}

#ftrMenu .current,
#ftrMenu .current a {
	background-color: #161616;
}
#ftrMenu .current a {
	color: #777;
}
#ftrMenu .current a:hover {
	color: #B4B4B4;
}
#ftrMenu li a {
	font-weight: normal;
	color: #b4b4b4;
}
#ftrMenu li.current a {
	font-weight: bold;
}

#ftrMenu li a:hover {
	border-bottom: #0096c8 1px dotted;
	color: #ccc;
}
#ftrMenu .noscript{
	position: relative;	
}
#ftrMenu .noscript ul{
	left: 50%;
}
#ftrMenu .noscript li{
}

/*--- contents ---*/

#sectionMain .ttlSubContents {
	position: absolute;
	left: 20px;
	top: 20px;
}

#sectionMain .ttlContents {
	position: absolute;
	right: 20px;
	top: 0px;
}

.note {
	font-size: 77%;
	letter-spacing: 0.08em;
	margin-left: 1em;
	text-indent: -1.05em;
}

.note a {
	border-bottom: #8c8c8c 1px dotted;
}
