﻿@charset "utf-8";

/* -------------------------------------------------------
   products
------------------------------------------------------- */
#center-image {
	background : url("../images/center-image-04.jpg") no-repeat;
}

#content .right-content table {
	width      : 220px;
	margin     : 0 auto 20px auto;
	border     : 1px solid #333;
	text-align : center;
}

#content .right-content table tr th {
	margin        : 0;
	padding       : 5px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	background    : #631e19;
	color         : #fff;
}

#content .right-content table tr td {
	margin        : 0;
	padding       : 5px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
}

#content .right-content p.thumbs {
	margin  : 6px 0 0 0;
	padding : 0;
}

#content .right-content .thumbs a:link img,
#content .right-content .thumbs a:visited img {
	border : 2px solid #631e19;
}

#content .right-content .thumbs a:hover img,
#content .right-content .thumbs a:active img {
	border : 2px solid #c5c5c5;
}

#content .right-content .thumbs img {
	position   : relative;
	width      : 80px;
	height     : 80px;
	margin     : 5px;
	padding    : 1px;
	background : none;
}

#content .right-content .left-detail {
	float      : left;
	margin     : 5px 5px 5px 0;
	padding    : 5px;
	background : none;
	border     : 1px solid #333;
}

#content .right-content .left-detail img {
	border : 1px solid #333;
}

#content .right-content .right-detail {
	float      : right;
	margin     : 5px 0;
	padding    : 0;
	background : none;
}

/* -------------------------------------------------------
   order
------------------------------------------------------- */
#content .right-content .order-detail {
	background : #E2D8C6;
}

/* -------------------------------------------------------
   faq
------------------------------------------------------- */
#content .right-content p.question {
	margin      : 10px 0 0 0;
	padding     : 0 0 10px 30px;
	background  : url("../faq/images/question.gif") no-repeat;
	line-height : 25px;
}

#content .right-content p.answer {
	margin      : 0;
	padding     : 0 0 10px 30px;
	background  : url("../faq/images/answer.gif") no-repeat;
	line-height : 25px;
}

#content .right-content p.memo {
	margin      : 0;
	padding     : 0 0 10px 30px;
	line-height : 25px;
}