@charset "EUC-JP";
/*---------------------------------------
	top.css
---------------------------------------*/
#jwely #wrapper h1 {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0;
	color: #000;
	font-size: 20px !important;
	text-align: left;
}

/*----- brandArea ----- */
#jwely .brandArea {
	width: 950px;
	/*height: 93px;*/
	margin: 0 auto 24px;
	/*position: relative;*/
} 
#jwely .brandArea .inner {
	width: 950px;
	/*height: 108px;*/
	margin: 0 auto;
	padding-bottom: 8px;
	/*position: absolute;
	top: -31px;
	z-index: 100;*/
	background: url(/prdct/jewelry/images/top/line.jpg) bottom left no-repeat;
} 
#jwely .brandArea .line-r {
	border-right: solid 1px #E0E0E0;
} 
#jwely .brandArea table {
	width: 100%;
	border: solid 1px #E0E0E0;
} 
#jwely .brandArea table th {
	padding: 7px 0;
	color: #baa289;
	font-size: 12px;
	font-family: 'Cardo', serif;
	text-align: center;
	letter-spacing:0.5px;
	background-color: #fff;
} 
#jwely .brandArea table td {
	width: 316px;
	text-align: center;
}
#jwely .brandArea table td a {
	display: block;
	padding: 15px 0 14px;
} 
#jwely .brandArea table td a:link,
#jwely .brandArea table td a:visited {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ffffff), color-stop(0.00, #f0f0f0));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 88%);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 88%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 88%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 88%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE7,8,9 */
} 
#jwely .brandArea table td a:hover,
#jwely .brandArea table td a:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ffffff), color-stop(0.00, #f6f6f6));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 88%);
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 88%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 88%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 88%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0); /* IE7,8,9 */
} 

#jwely .topicsArea {
	text-align:left;
	margin-top:25px;
	padding-bottom:15px;
}

#jwely .topicsArea ul {
	width: 950px;
	margin-bottom:25px;
}
#jwely .topicsArea li {
	padding: 22px 0;
	border-bottom: #CCC 1px dotted;
}
#jwely .topicsArea li:first-child {
	padding-top: 0;
	background: none;
}
#jwely .topicsArea dl {
	font-size: 13px;
}
#jwely .topicsArea dl dt {
	width: 85px;
	float: left;
	margin-left: 10px;;
}
#jwely .topicsArea dl dd {
	width: 825px;
	margin-left: 23px;
	float: left;
}








 


