* {
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 100%;
	font-style: normal;
	}

body {
	text-align: center;
	margin: 15px;
	background-color: #e3efc9;
	font-size: 80%
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: .5em 0;
	}
h1 {
	font-size: 150%;
	border-bottom: 5px solid #669104;
	}

h2 {
	font-size: 130%;
	}
h3 {
	font-size: 110%;
	}
h4,
h5,
h6 {
	font-size: 100%
	}

p,
ul,
ol,
dl,
blockquote,
pre {
	margin: 1em 0;
	}

p,
li,
dd,
pre {
	color: #7e7e7e;
	}

li {
	margin-left: 1em;
	}
dt {
	color: #439e73;
	}
dd {
	margin-left: 1em;
	}

table {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	}

th {
	background-color: #f2ffe8;
	text-align: left;
	vertical-align: top;
	padding-right: .5em;
	border-right: 5px solid #84c000;
	border-bottom: 1px solid #dcdcdc;
	}
td {
	padding-left: 1em;
	border-bottom: 1px solid #dcdcdc;
	}
img {
	vertical-align: bottom;
	}

a {
	color: #669104;
	}
a:hover {
	color: #a0cb3e;
	}

/*----------------- layout --------------------*/

#header,
#content,
#footer {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	}

#footer #foot-logo{
	font-size: 21px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color:#000;
	}

#content,
#footer {
	width: 800px;
	}
#main {
	width: 615px;
	_width: 625px;
	float: left;
	padding-left: 10px;
	}
	#new {
		float: left;
		width: 350px;
		}
	#data {
		float: right;
		width: 250px;
		}
#sub {
	width: 150px;
	_width: 160px;
	float: right;
	padding-right: 10px;
	}

/*---------------------------------------------------------------------
                               header
----------------------------------------------------------------------*/

#header {
	padding-top: 225px;
	background-image: url(http://www.nihonhyakka.com/images/css/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	}

#header a,
#header a img {
	border: none;
	text-decoration: none;
	}

#header h1.site_name,
#header p.site_name {
	margin: 0;
	padding: 0;
	line-height: 1;
	border: none;
	}
#header h1.site_name a,
#header p.site_name a {
	position: absolute;
	top: 0;
	left: 0;
	height: 76px;
	width: 293px;
	background-image: url(http://www.nihonhyakka.com/images/css/site_logo.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	}

#header p.site_description {
	position: absolute;
	top: 80px;
	left: 10px;
	margin: 0;
	color: #000;
	}

#header dl.address {
	position: absolute;
	right: 10px;
	bottom: 2.7em;
	margin: 0;
	}
#header dl.address a {
	text-decoration: underline;
	color: #000;
	}
#header dl.address dt {
	display: none;
	}
#header dl.address dd {
	margin-left: 0;
	}

#header dl.address dl dt {
	display: block;
	line-height: 1;
	float: left;
	width: 3.5em;
	clear: left;
	color: #000;
	}
#header dl.address dd {
	line-height: 1;
	margin-left: 3.5em;
	color: #000;
	}

#header ul#global_navi {
	list-style: none;
	border-top: 1px dashed #221815;
	border-bottom: 1px dashed #221815;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	}
	#header ul#global_navi:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
#header ul#global_navi li {
	float: left;
	margin: 0;
	padding: 0;
	}
#header ul#global_navi li a {
	display: block;
	padding: 5px 15px;
	font-weight: bold;
	color: #2a432e;
	border-right: 1px dashed #221815;
	}
	#header ul#global_navi li a:hover {
		background-image: url(http://www.nihonhyakka.com/images/css/stripe.jpg);
		}

/*-----------------------*/

#header #global_navi li ul.navi {
	display: none;
	margin: 0;
	padding: 0;
	}

#header #global_navi li ul.navi li {
	margin : 0;
	padding: 0;
	clear: left;
	}
#header #global_navi li ul.navi li a,
#header #global_navi li ul.navi li a:visited,
#header #global_navi li ul.navi li a:hover,
#header #global_navi li ul.navi li a:active {
	border: none;
	font-weight: normal;
	margin: 0;
	padding: .2em;
	background-color: #fff;
	text-align: left;
	position: relative;
	}
#header #global_navi li:hover ul.navi {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	border: 1px dashed #221815;
	}
#header #global_navi li:hover ul.navi li {
	width: 12em;
	background: #fff;
	margin: 0;
	padding: 0;
	}

/*------------------------------------------------------------------------
                                #content
------------------------------------------------------------------------*/

/*----------------------- #main -------------------------*/

#main {
	margin-top: 15px;
	}

/*----------------------- #sub --------------------------*/

#sub {
	margin-top: 15px;
	}

#sub ul,
#sub ol {
	list-style: none;
	margin: 0;
	}
#sub li {
	margin-left: 0;
	}
#sub dl {
	border: 1px solid #dcdcdc;
	margin: 0 0 1em;
	}
	#sub dl dt {
		border-bottom: 1px solid #dcdcdc;
		}
	#sub dl dd {
		margin-left: 0;
		}

#sub dl dl {
	border: none;
	margin: 0;
	}
	#sub dl dl dt {
		border-bottom: none;
		}
	#sub dl dl dd {
		margin-left: 1em;
		}

#sub dl dt,
#sub dl dd {
	padding: 3px 0 3px 5px;
	}

#sub a {
	padding: 0 5px 0 15px;
	background-image: url(http://www.nihonhyakka.com/images/css/triangle.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}

/*------------------------------------
               dl.navi
------------------------------------*/

dl.prize dt {
	background-image: url(http://www.nihonhyakka.com/images/css/v_stripes02.jpg);
	}
	dl.prize dl dt {
		background-image: none;
		}

#sub dl.address {
	border-top: none;
	font-size: 95%;
	}
#sub dl.address a {
	padding: 0;
	background-image: none;
	}
#sub dl.address dt {
	border: none;
	border-top: 1px solid #dcdcdc;
	}
#sub dl.address dd {
	margin-left: 0;
	}

/*------------------------------------------------------------------------
                                 #footer
------------------------------------------------------------------------*/

#footer {
	width: 490px;
	_width: 800px;
	padding-left: 10px;
	border-right: 300px solid #eee;
	}
	#footer:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
	#footer p {
		margin: 0;
		padding: 5px 0;
		}
#footer .footer_navi {
	width: 135px;
	padding: 1em 0;
	margin: 0;
	float: right;
	position: relative;
	right: -300px;
	list-style: none;
	}
	#footer .footer_navi li {
		margin: 0;
		}
	#footer .footer_navi a {
		padding: 0 5px 0 15px;
		background-image: url(http://www.nihonhyakka.com/images/css/triangle.gif);
		background-position: left center;
		background-repeat: no-repeat;
		}
#footer .fst {
	_width: 285px;
	margin-left: -300px;
	_margin-left: -285px;
	border-right: 150px solid #e3e3e3;
	}
/*------------------------------------------------------------------------
                                class
------------------------------------------------------------------------*/
div.entry {
	clear: both;
	}
p.more {
	text-align: right;
	clear: both;
	}
p.return {
	text-align: right;
	margin: 0;
	padding: 1em 10px;
	clear: both;
	border-bottom: 5px solid #84c000;
	}
	p.return a {
		padding: 0 5px 0 15px;
		background-image: url(http://www.nihonhyakka.com/images/css/triangle_up.gif);
		background-position: left center;
		background-repeat: no-repeat;
		}

.attention {
	color: red;
	font-weight:normal;
	padding:0 0 0 10px;
	}
dl.address a {
	line-height: 1;
	padding: 0;
	margin: 0;
	}

.photo {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
	}
.entry-category,
.entry_categories {
	display: inline;
	}
.price {
	color: #c6003e;
	font-size: 120%;
	}

/*------------------------------------------------------------------------
                                 body
------------------------------------------------------------------------*/
/*----------------------- body.mainIndex #main -------------------------*/

body.mainIndex #content #main #new h2,
body.mainIndex #content #main #data h2 {
	font-size: 100%;
	color: #716d6c;
	padding: .25em 0 .5em 5px;
	margin: 0 5px .5em 0;
	border-bottom: 1px solid #c1bbbf;
	}

body.mainIndex #content #main #new h2 span{
	color: red;
	font-weight: normal;
	padding: 0 0 0 10px;
	}


body.mainIndex div.section {
	padding: 5px 0 5px 5px;
	margin-bottom: 1em;
	}

#content #main ul.logIn {
	clear: both;
	text-align: right;
	list-style: none;
	}
	#content #main ul.logIn li a {
		padding: 0 5px 0 15px;
		background-image: url(http://www.nihonhyakka.com/images/css/triangle.gif);
		background-position: left center;
		background-repeat: no-repeat;
		}
/*------------------------------------
             .top_navi
------------------------------------*/

body.mainIndex #content div.top_navi {
	font-size: 8pt;
	}

body.mainIndex #content div.top_navi p {
	width: 340px;
	_width: 360px;
	padding-left: 20px;
	margin: 0 0 1em 0;
	color: #000;
	}

body.mainIndex #content div.top_navi a,
body.mainIndex #content div.top_navi a img {
	border: none;
	text-decoration: none;
	}

/*-------------*/

body.mainIndex #content div.top_navi {
	width: 800px;
	height: 262px;
	_height: 347px;
	position: relative;
	padding-top: 85px;
	}

body.mainIndex #content div.top_navi h2 {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	height: 80px;
	width: 460px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(http://www.nihonhyakka.com/images/css/top_navi_h2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

body.mainIndex #content div.top_navi ul {
	margin: 0 0 0 10px;
	width: 350px;
	height: 140px;
	}
body.mainIndex #content div.top_navi ul li {
	list-style: none;
	float: left;
	height: 70px;
	width: 70px;
	margin: 0;
	}

body.mainIndex #content div.top_navi .section {
	_text-align: right;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 345px;
	width: 430px;
	background-image: url(http://www.nihonhyakka.com/images/css/top_navi_section.jpg);
	background-repeat: no-repeat;
	}
body.mainIndex #content div.top_navi .section h3 {
	position: absolute;
	visibility: hidden;
	}
body.mainIndex #content div.top_navi .section p {
	_text-align: left;
	width: 205px;
	_width: 215px;
	padding-top: 240px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: auto;
	}
body.mainIndex #content div.top_navi .section ul {
	position: absolute;
	z-index: 3;
	top: 63px;
	right: 10px;
	_right: 5px;
	width: 235px;
	height: 184px;
	}
body.mainIndex #content div.top_navi .section ul li {
	float: none;
	height: 46px;
	width: 235px;
	margin: 0;
	}

/*------------------------------------
-------          #new        ---------
------------------------------------*/

/*------------------------------------
             .newData
------------------------------------*/

body.mainIndex #content #main #new .newData {
	}

body.mainIndex #content #main #new .newData dl {
	position: relative;
	height: 12em;
	overflow: auto;
	}
body.mainIndex #content #main #new .newData dt {
	position: absolute;
	width: 8em;
	left: 5px;
	}
body.mainIndex #content #main #new .newData dd {
	margin-left: 8.5em;
	}
/*------------------------------------
             .newItem
------------------------------------*/

body.mainIndex #content #main #new .newItem {
	background-color: #f0f1c7;
	}
	body.mainIndex #content #main #new .newItem:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
		}
body.mainIndex #content #main #new .newItem .photo {
	padding: 0;
	margin: 0;
	}
body.mainIndex #content #main #new .newItem img {
	border: none;
	text-decoration: none;
	}

body.mainIndex #content #main #new .newItem ul.items {
	clear: both;
	}
body.mainIndex #content #main #new .newItem ul.items li {
	list-style: none;
	float: left;
	width: 107px;
	margin: 0 5px 5px 0;
	padding: 0;
	}

body.mainIndex #content #main #new .newItem dl.item {
	margin: 0;
	}
body.mainIndex #content #main #new .newItem dl.item dd p {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
/*------------------------------------
-------         #data        ---------
------------------------------------*/
body.mainIndex #content #main #data .section {
	border: 1px solid #dcdcdc;
	}

body.mainIndex #content #main #data ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1em;
	clear: both;
	}
body.mainIndex #content #main #data dl {
	margin-bottom: 1em;
	clear: both;
	}
body.mainIndex #content #main #data .photo {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
	}
body.mainIndex #content #main #data .kumiaiin .attention {
	padding: 15px 0;
	background-image: url(http://www.nihonhyakka.com/images/css/new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
/*------------------------------------
              .tokusyu
------------------------------------*/

.tyumoku h2 {
	background-image: url(http://www.nihonhyakka.com/images/css/v_stripes01.jpg);
	}
/*------------------------------------------------------------------------
                 body.manufacturer-categories
------------------------------------------------------------------------*/
body.manufacturer-categories div.entry {
	position: relative;
	padding: 5px 0;
	margin-bottom: 15px;
	width: 615px;
	background-color: #f3ffd9;
	}
	body.manufacturer-categories dl.entry_meta,
	body.manufacturer-categories div.entry .entry_body,
	body.manufacturer-categories div.entry .more {
		margin: 0 0 0 150px;
		}
body.manufacturer-categories div.entry h2.entry_title {
	margin-top: 0;
	float: right;
	width: 465px;
	}
	body.manufacturer-categories dl.entry_meta * {
		padding: 0;
		margin: 0;
		}
body.manufacturer-categories .photo {
	float: left;
	margin: 0 -120px 0 0;
	padding: 0;
	width: 120px;
	clear: none;
	}
body.manufacturer-categories .price {
	font-size: 120%;
	}
body.manufacturer-categories dl.entry_meta dt {
	display: none;
	}
body.manufacturer-categories dl.entry_meta dd {
	
	}

body.manufacturer-categories dl.entry_meta ul {
	display: inline;
	}
body.manufacturer-categories dl.entry_meta ul li {
	display: inline;
	}

/*------------------------------------------------------------------------
                 body.manufacturer-entry
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
                 body.mt-page-archive
------------------------------------------------------------------------*/

body.mt-page-archive .section {
	border: 1px solid #dcdcdc;
	padding: 0 1em;
	margin-bottom: 1em;
	}
body.mt-page-archive .section .section {
	border: none;
	border-left: 5px solid #dcdcdc;
	margin: 0;
	padding: 0 0 0 1em;
	}
body.mt-page-archive h2 {
	font-size: 160%;
	background-color: #f3ffd9;
	padding-left: 5px;
	border-left: 15px solid #84c000;
	}
body.mt-page-archive h3 {
	color: #439e73;
	}

body.mt-page-archive table {
	width: 100%;
	}
body.mt-page-archive table th {
	width: 30%;
	padding-left: 1em;
	}
body.mt-page-archive table td {
	width: 70%;
	}
body.mt-page-archive table ul,
body.mt-page-archive table ol,
body.mt-page-archive table dl {
	margin-top: 0;
	margin-bottom: 0;
	}


/*------------------------------------------------------------------------
                 body.union-categories
------------------------------------------------------------------------*/

body.union-categories #main li{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	display: inline;
	margin: 3px 10px 3px 0;
	padding: 0 10px 0 0;
	border-right: 1px dotted #000;
	}

/*------------------------------------------------------------------------
                error_401.html
------------------------------------------------------------------------*/

#content .section #method{
	list-style: decimal inside;
	}

#content .section #method-comment{
	padding: 10px 20px;
	margin: 10px 20px;
	border: 1px solid #dcdcdc;
	background: #ffdf79;
	}
