@charset "UTF-8";


* {
	margin:0px;
	padding:0px;
	border:0px;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

body {

	font-size: 9pt;
}

table {

}

th {

}

td {

}


table, tr, th, td {
	border: 1px solid #999;
}

/* 商品名 */
.pd_list {
	width: 570px;
}

th.pd_name {
	width: 130px;
}

th.pd_maker {
	width: 140px;
}

th.pd_call {
	width: 165px;
}	

/* 商品説明 */
th.pd_description {
	width: 135px;
}



p {
	margin-bottom: 1em;
}

h3 {
	margin: 1em 0px;
	font-size: 120%;
	color: navy;
}
h4 {
	margin: 0.5em 0px;
	font-size: 110%;
}

img {
	border-style: none;
}

/* 商品画像 */
img.pd_img {
	display: block;
	margin: 5px;
}



#left-menu {
    float: left;
    width: 170px;
}

#contents {
	float: right;
	width: 580px;
}

#PD_CONTENT {
	margin-left:5px;
}

#footer {
	clear: both;
}



