@charset "utf-8";
/* CSS Document */

/*ブラウザ初期化*/
h1,h2,h3,h4,h5,h6,ul,li,input,img {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul,li {
	list-style-type: none;

}

body{
	background-color: #FFF;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka ;
	font-size:90%;
}

#outline {
	width: 860px;
	text-align:left;
	margin:0 auto;
}

.outline-marign {
	margin: 0;
}

/* layout */

.c-both { 
	clear:both;
}

h1 {
	font-size:12px;
	font-weight:bolder;
	color: #999999;
}

.header {
	background:url(images/header.jpg) no-repeat;
	height: 99px;
	margin: 0;
	padding: 0;
}

.logo {
	float:left;
	margin: 0 0 0 10px;
}

.search {
	float:right;
	margin: 0 10px 0 0;
	text-align: right;
}
.search #searchform #stsb{
	width:293px;
	height:45px;
	background:transparent url(images/form.jpg) no-repeat;
	margin:0;
	padding: 0;
	border:none;
}

.h-category {
	color: #333333;
	text-align:center;
	margin: 0;
}

.main {
	margin: 0;
	padding: 0;
}

.column-list {
	margin: 30px 0 0 0;
	padding: 0;
	background: url(images/list-centerimg.jpg) repeat-y;
}

.column-list ul {
	list-style-type: none;
}

.topimg {
	background:url(images/list-topimg.jpg) no-repeat;
	height: 40px;
	padding: 15px 0 0 15px;
	font-size:16px;
	font-weight:bolder;
}

.keywordtag {
	margin: 30px 0 0 0;
	padding: 0;
	background: url(images/list-centerimg.jpg) repeat-y;
}

.keywordtag ul {
	list-style: none;
}

.keywordtag ul li{
	margin: 0;
	padding: 0 10px;
	display: inline;
}

.product-zentai {
	width: 122px;
	height:320px;
	float: left;
	margin: 0px;
	font-size: 12px;
	color: #FF3E0D;
	font-weight: bold;
	text-align: center;
}
.products-name a {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
}


.products-img {
	border: 1px dotted #FF9900;
	width: 111px;
	height: 114px;
	margin: 8px 0 2px 0;
/*	background:url(images/imgwaku.jpg) no-repeat; */
}

.products-img img{
	margin: 7px 0 0 2px;
}

.products-catchcopy {
	color: #0099FF;
	font-weight:normal;
	text-align:left;
}

.product-zentai-list {
	width: 400px;
	float: left;
	margin-right: 0px;
	font-size: 12px;
	color: #FF3E0D;
	font-weight: bold;
	margin: 15px 10px 0 10px;
}

.products-img-list img {
	float:left;
	border: 1px dotted #FF9900;
	width: 111px;
	height: 114px;

/*	background:url(images/imgwaku.jpg) no-repeat; */
}

.products-name-list {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 120px;
	margin: 0;
}

.products-price-list {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 120px;
	margin: 0;
}

.products-detail-list {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 120px;
	margin: 0;
}

.products-btn-list {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 120px;
	margin: 0;
}

.bottomimg {
	background:url(images/list-bottomimg.jpg) no-repeat;
	height: 22px;
}

.footer {
	background:url(images/footer.jpg) no-repeat;
	height: 99px;
	margin: 0;
	padding: 0;
}

.f-category {
	color: #333333;
	margin: 5px 0 0 0;
	text-align:center;
}

.copyright {
	text-align:center;
	margin: 50px 0 0 0;
}

.pr {
	text-align:center;
	margin: 10px 0 0 0;
}

