@charset "utf-8";

/**
 * QUINO INCORPORATED
 *
 * CSS Version 2
 *
 * copyright Copyright (C) 2009 Quino, Inc. All Rights Reserved.
 */

body {
	color: #000;
	background-color: #fff;
	background-image: none;
}
h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold; }
dt {
	color: #000;
	border-bottom: 1px solid #000;
}

div#header {
	height: auto;
	margin-bottom: 20px;
}
h1 {
	margin:0;
	width: auto;
	float: none;
}

div#contents h2 {
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background: none;
	border: 1px solid #000;
}
div#contents h3 {
	height: auto;
	background: none;
	border: none;
	border-left: 5px solid #FA9C3A;
}
div#contents h3 span {
	padding: 0 0 0 10px;
	background: none;
}
h4.sub { border-bottom: 1px solid #000; }

dl.faq dd { background: none; }
div#frame {
	height: auto;
	overflow: visible;
	border: none;
	padding: 0;
}

h4.sub,
table.grid thead th,
table.grid tbody th { color: #000; }

p#desc,
p.page-up,
div#inquiry,
div#page-list,
div#navi,
div#menu,
div#footer { display: none; }


