/* global reset START */
html, body, div, span, h1, h2, h3, h4,
p, img, dl, dt, dd, ol, ul, li,
table, tr, th, td,
footer, header, menu, nav, section, summary {
    margin:0;
    padding:0;
		border:none;
    outline:0;
		color:#666;
}

a:focus{
	overflow:hidden;
	outline:none;
}

ol, ul, li {
	list-style-type:none;
}

input, select {
    vertical-align:middle;
}

/*float時の背景表示*/
#header:after, #navi:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

*:first-child+html #header,
*:first-child+html #navi {
	display:inline-block;
}
/* global reset END */

body {
	text-align:center;
	font-family:sans-serif;
	/*background:#dcdadc;*/
	background:#ffffff;
	font-family:sans-serif;
}

p, ul, li, h2 {
	text-align:left;
}

p, ul {
	margin:5px 10px 10px 10px;
}

ul#lang {
	width:300px;
	margin:50px auto;
	padding-bottom:150px;
}

ul#lang li {
	float:left;
	margin-left:20px;
}

h1 {
	padding-top:10px;
	clera:both;
}

h2 {
	margin:20px 0px 0px 10px;
	color:#aea395;
	font-size:110%;
	clear:both;
}

li {
	margin:0px 0px 10px 0px;
}

div#header img {
	float:left;
	margin-left:10px;
}
div#header span {
	display:block;
	float:right;
	margin-right:10px;
	color:#999;
	font-size:80%;
	margin-left:10px;
}

select#lang_sel {
	float:right;
}

div#contents {
	max-width:90%;
	min-width:320px;
	width:expression(document.documentElement.clientWidth < 321? "320px " :document.documentElement.clientWidth > 321? "98%" :"auto");
	margin:0px auto;
	position:relative;
	background:#fff;
}

p#store {
	margin:10px auto;
}
/*
p#h_txt a {
	display:block;
	width:320px;
	height:50px;
	background:#696d70;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:110%;
	line-height:50px;
}
*/

ul li img {
	vertical-align:bottom;
}

div#header h1 {
	margin:10px;
}

ul#product li,
ul#logo li {
	float:left;
}

ul#product, ul#logo {
	margin:10px auto;
}

ul#product {
	width:310px;
}

ul#logo {
	width:250px;
}
ul#product li, ul#logo li {
	text-align:center;
	margin:10px;
}
ul#product li {
	width:130px;
}
ul#logo li {
	width:100px;
}

ul#logo, ul#point {
	clear:both;
}

ul#point li {
	position:relative;
	padding-left:25px;
}
ul#point li img {
	position:absolute;
	top:2px;
	left:0px;
}

ul#spec {
	margin-left:25px;
}
ul#spec li {
	margin:5px;
	list-style-type:disc;
}

p#store {
	text-align:center;
}

div#copyright {
	text-align:center;
	clear:both;
	width:100%;
}

div#copyright p {
	font-size:80%;
	text-align:center;
	width:100%;
}
