/* v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	background-color: #EDEDED;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 14px;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.liq {
  max-width: 100%;
  height: auto;
}

/* Link color
   ========================================================================== */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:active {
	color: #669966;
	text-decoration: underline;
}



/* floatの解除
   ========================================================================== */

.clear {
	clear:both;
	}

/* float 回り込み
   ========================================================================== */

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 34px;
}

#top {
	text-align: center;
	font-size: 18px;
	margin-top: 100px;
	margin-bottom: 100px;
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
}

#top em {
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 24px;
}
.product {
	font-family: "light";
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
    font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
