@charset "EUC-JP";
@import url(common.css);

/* ---------------------------------------------------------
	CSS Document Style
--------------------------------------------------------- */

#contents {
	text-align: left;
}

#contents h3 {
	margin-bottom: 10px;
	padding: 0 5px;
	background: url(http://sincerita.jp/shopimg/t_bg.jpg);
	font-size: 110%;
	line-height: 20px;
}

#contents h4 {
	margin: 10px 5px 0;
	font-size: 110%;
}

#contents p {
	margin: 10px 5px 0;
}

#contents ul {
	margin: 10px 5px 0;
}

#contents .red {
	color: #f00;
}

#contents a font ,
#contents a {
	color: #fff;
	text-decoration: none;
}

#contents a:hover {
	color: #666;
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document TOP Style
--------------------------------------------------------- */

#visual h2 {
	display: none;
}

#top {
	margin-top: 30px;
}

#top p {
	margin: 0 0 60px;
}

/* ---------------------------------------------------------
	CSS Document searchbox Style
--------------------------------------------------------- */

#list a {
	color: #fff;
	text-decoration: none;
}

#list a:hover {
	color: #666;
	text-decoration: underline;
}

#list table#searchbox {
	margin: 10px 15px 0;
	border-collapse: collapse;
	text-align: left;
}

#list table#searchbox td {
	padding: 5px 0;
}

#list table#searchbox td.w150 {
	width: 180px;
}

#list table#searchbox td.w150 input {
	width: 150px;
}

#list table td {
	padding: 5px 0;
	background: #000;
}

#list table td img {
	vertical-align: top;
}

#list table td p {
	margin: 0;
}

#list table td.line {
	display: none;
}

#list #result table td {
	border-bottom: solid 1px #555;
}

#list table tr.woong td {
	padding: 0;
}

/* ---------------------------------------------------------
	CSS Document woong Style
--------------------------------------------------------- */

#woong table {
	margin: 10px 3px 3px;
	border-collapse: collapse;
}

/* ---------------------------------------------------------
	CSS Document M_form Style
--------------------------------------------------------- */

#M_form table {
	width: 614px;
	margin: 10px 3px 3px;
	border-collapse: collapse;
}

#M_form td {
	padding: 0;
	border: 0;
}

#M_form td td {
	padding: 5px;
	border-bottom: solid 1px #fff;
	text-align: left;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document loginform Style
--------------------------------------------------------- */

#loginform table {
	margin: 10px auto 0;
	border-collapse: collapse;
}

#loginform th {
	padding: 10px;
	border: solid 1px #555;
	text-align: left;
}

#loginform td {
	padding: 10px;
	border: solid 1px #555;
	text-align: left;
}

#loginform td input {
	width: 160px;
}

/* ---------------------------------------------------------
	CSS Document basket Style
--------------------------------------------------------- */

.basket td {
	padding: 5px;
	border: solid 1px #666;
	text-align: center;
}

.basket td.none {
	padding: 5px 1px;
	border-right: 0;
	border-left: 0;
}

.basket input.button {
	width: 80px;
}

/* ---------------------------------------------------------
	CSS Document detail Style
--------------------------------------------------------- */

table#detail {
	width: 614px;
	margin: 10px auto 0;
	border-collapse: collapse;
}

#detail td {
	padding: 5px;
	text-align: left;
}

#detail td table {
	width: 300px;
	margin: 0;
}

#detail td td {
	padding: 0;
}

#detail td#photo img {
	display: block;
}

#detail td#photo a {
	color: #666;
	text-decoration: underline;
}

#contents td#photo a:hover {
	color: #555;
}

#detail td#photo br {
	display: none;
}

#detail input.button {
	width: 80px;
}

/* ---------------------------------------------------------
	CSS Document calendar Style
--------------------------------------------------------- */

#header .month table {
	width: 202px;
	margin: 10px auto 0;
	border-collapse: collapse;
	background: #000;
}

#header .calendar {
	width: 202px;
	height: 155px;
	overflow: hidden;
	margin: 0 auto 0;
	border-collapse: collapse;
	background: #1D0A03;
	text-align: center;
}

#header .calendar table {
	width: 190px;
	margin: 5px auto 100px;
	border-collapse: collapse;
	background: transparent;
	background: #1D0A03;
}

#header .calendar tr {
	background: transparent;
}

#header .calendar td {
	border: solid 1px #1D0A03;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document news Style
--------------------------------------------------------- */

#header #news {
	width: 202px;
	margin: 0 auto;
	background: #1D0A03;
}

#header #news table {
	width: 190px;
	margin: 0 auto 0;
	border-collapse: collapse;
	background: #1D0A03;
}

#header #news td {
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}

#header #news td.line ,
#header #news img {
	display: none;
}

