/* TAG
------------------------------------------------------------------------ */
h1,h2,h3,h4,h5,p,ul,li,ol,dl,dt,dd,blockquote,address {
	margin: 0;
	padding: 0;
	color: #D9D9D9;
}

body {
	margin: 0 auto;
	background-color: #333;
	font-size: 80%;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #fff;
}

li {
	list-style-type: none;
}

/* FONT COLOR
------------------------------------------------------------------------ */
.font-red {
	color: #ff0000;
}

.font-orange {
	color: #ff6600;
}

.font-blue {
	color: #0000ff;
}

/* COMMON
------------------------------------------------------------------------ */
#base {
	width: 800px;
	margin: 0 auto;
	background-color: #0D0D0D;
	text-align: center;
}

#contents-base {
	width: 790px;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	margin: 5px 0 5px 5px;
	color: #D9D9D9;
}

.pagetop a {
	width: 120px;
	height: 15px;
	margin: 20px 0 10px 0;
	background: url(images/pagetop.jpg) no-repeat;
	display: block;
	float: right;
	text-indent: -99999px;
}

.pagetop a:hover {
	background: url(images/pagetop-o.jpg) no-repeat;
}

.more a {
	width: 132px;
	height: 37px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(images/item-contactbanner.jpg) no-repeat;
	float: right;
	text-indent: -99999px;
}

.more a:hover {
	background: url(images/item-contactbanner-o.jpg) no-repeat;
}

/* HEADER
------------------------------------------------------------------------ */
#header {
	height: 117px;
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
}

#h-left {
	width: 245px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#h-right {
	width: 530px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}

#h-right h2 {
	width: 520px;
	margin: 0;
	padding: 0;
}

/* GLOBAL NAVIGATION
------------------------------------------------------------------------ */
* html div#126px; {
	clear: both;
	height: 26px;
	margin: 0;
	padding: 0;
}

#g-navi {
	clear: both;
	height: 26px;
	margin: 0;
	padding: 0;
}

#g-navi ul li {
	float: left;
	list-style: none;
	text-align: left;
}

#g-navi ul li.introduction {
	margin: 0;
	padding: 0;
}
#g-navi ul li.introduction a {
	width: 128px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(images/g-navi-introduction.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
}
#g-navi ul li.introduction a:hover {
	background: url(images/g-navi-introduction.jpg) no-repeat;
}

#g-navi ul li.shopping {
	margin: 0;
	padding: 0;
}
#g-navi ul li.shopping a {
	width: 128px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(images/g-navi-shopping.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
}
#g-navi ul li.shopping a:hover {
	background: url(images/g-navi-shopping.jpg) no-repeat;
}

#g-navi ul li.about-site {
	margin: 0;
	padding: 0;
}
#g-navi ul li.about-site a {
	width: 128px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(images/g-navi-about.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
}
#g-navi ul li.about-site a:hover {
	background: url(images/g-navi-about.jpg) no-repeat;
}

#g-navi ul li.contact {
	margin: 0;
	padding: 0;
}
#g-navi ul li.contact a {
	width: 126px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(images/g-navi-contact.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
}
#g-navi ul li.contact a:hover {
	background: url(images/g-navi-contact.jpg) no-repeat;
}


/* UP LINE
------------------------------------------------------------------------ */
.up-line {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #666;
}

/* TOP SIDE NAVIGATION
------------------------------------------------------------------------ */
#top-s-navi {
	width: 190px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align:left;
}

#top-s-navi ul li {
	height: 18px;
	padding: 1px 0 1px 10px;
	background: url(images/list-mark.jpg) no-repeat;
	background-position: 10px center;
	border-bottom: 1px dotted #D2D2D2;
	font-size: 110%;
	color: #D2D2D2;
	letter-spacing: 0.05em;
	text-indent: 20px;
}

#top-s-navi ul li a {
	color: #D2D2D2;
}

#top-s-navi ul li a:hover {
	color: #800000;
	text-decoration: underline;
}

/* SIDE SEARCH
------------------------------------------------------------------------ */
#top-search {
	margin: 2px 0 2px 5px;
}

#s {
	width: 100px;
	border: 1px solid #ccc;
}

#searchsubmit {
	width: 65px;
	height: 20px;
	background: url(images/search-button.jpg) no-repeat;
	border: none;
	text-indent: -99999px;
	cursor: pointer;
}

/* TOP FLASH LAYOUT
------------------------------------------------------------------------ */
#top-flash {
	width: 570px;
	margin: 5px 0 15px 0;
	padding: 0;
}

/* TOP LEFT LAYOUT
------------------------------------------------------------------------ */
#top-left {
	width: 570px;
	margin: 0;
	float: left;
	text-align: left;
}

/* TOP RIGHT LAYOUT
------------------------------------------------------------------------ */
#top-right {
	width: 180px;
	margin: 0;
	float: right;
	text-align: left;
}

/* TOP INFORMATION LAYOUT
------------------------------------------------------------------------ */
#top-information {
	width: 550px;
	height: 850px;
	overflow: auto;
	margin: 0;
	text-align: left;
}

#top-information div.image {
	width: 150px;
	margin: 0 5px 0 0;
	display:block;
	float: left;
}

#top-information div.text {
	width: 390px;
	display:block;
	float: right;
	color: #D9D9D9;
	text-align: left;
}

#top-information div.text p {
	width: 380px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* TOP RECOMMEND
------------------------------------------------------------------------ */
.top-recommend table td {
	text-align: center;
}

/* CONTENTS
------------------------------------------------------------------------ */
* html div#contents {
	width: 570px;
	margin: 0 !important;
	padding: 0;
	display: block;
	float: right;
	text-align: left;
}

*+html div#contents {
	width: 590px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	text-align: left;
}

#contents {
	width: 590px;
	margin: 0;
	float: right;
	text-align: left;
}

/* CONTENTS H2 */
#contents h2 {
	height: 30px;
	margin: 5px 0 10px 0;
	padding: 0;
	background: url(images/h2.jpg) no-repeat;
	font-size: 120%;
	color: #DDDDDD;
	line-height: 200%;
	text-align: left;
	text-indent: 30px;
}

/* CONTENTS H3 */
#contents h3 {
	height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(images/h3.jpg) no-repeat;
	font-size: 120%;
	color: #DDDDDD;
	line-height: 160%;
	text-align: left;
	text-indent: 15px;
}

#contents h3 a {
	color: #fff;
	text-decoration: underline;
}

/* CONTENTS H4 */
#contents h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 110%;
	color: #F8B607;
	text-align: left;
}

/* CONTENTS P */
#contents p {
	margin: 0 0 10px 5px;
	font-size: 110%;
	line-height: 150%;
	text-align: left;
}

/* CONTENTS UL */
#contents ul {
	margin: 0 0 10px 30px;
	text-align: left;
}

/* CONTENTS LI */
#contents ul li {
	line-height: 150%;
	text-align: left;
	list-style-type: disc;
}


/* SIDE NAVIGATION
------------------------------------------------------------------------ */
* html div#s-navi {
	width: 190px;
	margin: 0;
	padding: 0;
	display:block;
	float: left;
	text-align: left;
}

*+html div#s-navi {
	width: 190px;
	margin: 0;
	padding: 0;
	display:block;
	float: left;
	text-align: left;
}

#s-navi {
	width: 186px;
	margin: 0;
	float: left;
	text-align: left;
}

/* CONTENTS H3 */
/*
#s-navi h3 {
	height: 25px;
	margin: 5px 0 10px 0;
	padding: 0;
	background: url(images/h3.jpg) no-repeat;
	font-size: 120%;
	color: #DDDDDD;
	line-height: 160%;
	text-align: left;
	text-indent: 15px;
}
*/

#s-navi h3 a {
	color: #fff;
	text-decoration: underline;
}

/* CONTENTS H4 */
#s-navi h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #F8B607;
	text-align: left;
}


/* SIDE CATEGORY LAYOUT */
#s-navi ul li {
	height: 18px;
	padding: 1px 0 1px 10px;
	background: url(images/list-mark.jpg) no-repeat;
	background-position: 10px center;
	border-bottom: 1px dotted #D2D2D2;
	font-size: 110%;
	color: #D2D2D2;
	letter-spacing: 0.05em;
	text-indent: 20px;
}

#s-navi ul li a {
	color: #D2D2D2;
}

#s-navi ul li a:hover {
	color: #800000;
	text-decoration: underline;
}

/* COMPANY LAYOUT
------------------------------------------------------------------------ */
.company dl {
	clear: both;
	margin: 5px;
	border-top: 1px dotted #ccc;
}

.company dl dt {
	width: 110px;
	margin: 1px 0 1px 0;
	padding: 5px;
	background-color: #666666;
	display: block;
	float: left;
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
}

.company dl dd {
	width: 400px;
	margin: 1px 0 1px 0;
	padding: 5px;
	display:block;
	float: right;
	font-size: 110%;
	text-align: left;
}

/* SHOPPING LAYOUT
------------------------------------------------------------------------ */
.shopping-layout div.item-image-category a {
	color: #333;
	text-decoration: underline;
}

.shopping-layout div.item-image-category a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.item-image-category {
	width: 156px;
	height: 260px;
	margin: 0 10px 10px 7px;
	padding: 2px 2px 2px 0;
	display: block;
	border: 1px solid #ccc;
	background-color:#fff;
	float: left;
	font-size: 100%;
	text-align: center;
}

.item-image-category a {
	color: #333;
}

.item-image-category a:hover {
	color: #666;
	text-decoration: none;
}

.item-image {
	width: 200px;
	display: block;
	float: left;
	text-align: center;
}

.item-text {
	width: 340px;
	display: block;
	float: right;
}

.item-price {
	font-size: 150% !important;
	color: #ff0000;
}

.item-comment {
	width: 490px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #CECECE;
}

.item-comment p {
	color:#333;
}

* html input.buybutton {
	width: 150px;
	height: 30px;
	display: block;
	background: url(images/getitem.gif) no-repeat;
	border: none;
	font-size: 0.01em;
	line-height: 200%;
	text-indent: -99999px;
	cursor: pointer;
}

*+html input.buybutton {
	width: 150px;
	height: 30px;
	display: block;
	background: url(images/getitem.gif) no-repeat;
	border: none;
	font-size: 0.01em;
	line-height: 200%;
	text-indent: -99999px;
	cursor: pointer;
}

.buybutton {
	width: 150px;
	height: 30px;
	display: block;
	background: url(images/getitem.gif) no-repeat;
	border: none;
	text-indent: -99999px;
	cursor: pointer;
}

/* CONTACT FORM LAYOUT
------------------------------------------------------------------------ */
#contact {
	margin: 0 auto;
}

#contact th {
	padding: 5px;
	border-left: 6px solid #0066CC;
	font-size: 90%;
	color: #0066FF;
	font-weight: normal;
	text-align: left;
}

#contact td {
	color: #D9D9D9;
	text-align: left;
}

.form {
	border-top: 2px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 2px solid #006699;
	border-right: 1px solid #006699;
}

.submit {
	width: 150px;
	height: 30px;
	border: none;
	background: url(images/gotocontact.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	cursor: pointer;
}

/* FOOTER NAVI SEARCH
------------------------------------------------------------------------ */
#footer-base {
	margin: 20px 0 0 0;
}

/* FOOTER NAVI
------------------------------------------------------------------------ */
#footer-navi {
	clear: both;
	width: 780px;
	margin: 0 auto !important;
	padding: 0 0 0 260px;
	text-align: center !important;
}

* html div#footer-navi ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

*+html div#footer-navi ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer-navi ul {
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

#footer-navi ul li {
	margin: 0 4px 0 2px;
	padding: 0 6px 0 0;
	border-right: 1px solid #0066FF;
	float: left;
}

#footer-navi ul li a {
	color: #0066FF;
}

/* FOOTER LINE
------------------------------------------------------------------------ */
* html hr.footer-line {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #E0E0E0;
}

*+html hr.footer-line {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #E0E0E0;
}

.footer-line {
	height: 1px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #E0E0E0;
}

/* FOOTER
------------------------------------------------------------------------ */
#footer {
	clear: both;
	height: 25px;
	margin: 10px 0 0 20px;
	padding-bottom: 20px;
}

#footer address {
	font-style: normal;
	color: #BBBBBB;
	line-height: 180%;
}
