@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : list.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@import "../common/styles/reset.css";
@import "../common/styles/class.css";


/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #808080;
	text-decoration: none;
}
/* a:active */
a:active {
	color: #808080;
	text-decoration: none;
}
/* a:visited */
a:visited {
	color: #808080;
	text-decoration: none;
}
/* a:hover */
a:hover {
	color: #808080;
	text-decoration: none;
}


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

/* body */
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	text-align: center; /* for IE6 */
	color: #808080;
}

/* div#container */
div#container {
	width: 530px;
	margin: 0 auto;
	text-align: left;
}

/* div#header
 * ******************************************************************************** */
div#header {
	position: relative;
	width: 530px;
	height: 73px;
}
/* p#logoNintendo */
div#header p#logoNintendo {
	position:absolute; top:16px; left:0;
}
/* p#logoWii */
div#header p#logoWii {
	position:absolute; top:15px; right:0;
}
/* p.btnClose */
div#header p.btnClose {
	position:absolute; top:51px; right:1px;
}

/* div#content
 * ******************************************************************************** */
div#content {
	position: relative;
	width: 530px;
}
/* h1#pageTitle */
div#content h1#pageTitle {
	margin-bottom: 2px;
	line-height: 0;
}
/* h2 */
div#content h2 {
	margin-bottom: 7px;
	line-height: 0;
}
/* table.shopList
------------------------------------------------------------*/
div#content table.shopList {
	color: #878787;
}
div#content table.shopList th,
div#content table.shopList td {
	padding: 9px 10px 5px;
	border: 1px solid #c1c1c1;
	line-height: 1.2;
	font-size: 85%;
}
div#content table.shopList th {
	background-color: #efeeee;
	text-align: center;
}
div#content table.shopList td {
	text-align: left;
}
/* ul.attention */
div#content ul.attention {
	margin-top: 30px;
	line-height: 1.2;
	font-size: 85%;
	text-align: center;
}
div#content ul.attention li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

/* div#footer
 * ******************************************************************************** */
div#footer {
	width: 530px;
	padding: 20px 0 20px;
}


