}
h1 {
	font-size: 70%;
	color: #6396F2;
	background-color: none;
	
}
h2 {
	font-size: 100%;
	color: #D1A222;
	background-color: none;

}
h3 {
font-size: 100%;
	color: #6396F2;
	background-color: #CDDFFF;


}
h4 {
	font-size: 120%;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #f6f6f6;
width: 90％;

}
h5 {
	font-size: 100%;
	color: #ffffff;
	background-color: #4AD6D1;
}

h6 {
	font-size: 100%;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
width: 600px;
}
p {
	margin: 1px 0 1px 1px; /* 上下と、下方向のマージンを10pxに指定、右方向は0に指定 */
font-size: 80%;
	color: #696969;
	background-color: none;

}

}
#content {
	width: 650px; /* ボックスの幅を指定 */

.section {
	margin: 30px 10px; /* 上下方向のマージンを30pxに指定、左右方向は10pxに指定 */
}

}
.product_list {
float: left;
width: 220px;
text-align: center;
padding:5px 0px 20px 0px;
}


.product_item {
text-align: center;
width:175px;
margin: 0px auto;
}

.product_item img {
padding: 4px;
border-top: 1px #D1D1D1 solid;
border-right: 1px #989898 solid;
border-bottom: 1px #989898 solid;
border-left: 1px #D1D1D1 solid;
}

.product_item .name {
line-height: 120%;
margin:5px 0px 0px 0px ;
}

.product_item .price {
color: #383371;
}

.product_item .expl {
color: #999;
font-size: 10px;
line-height:120%;
text-align: left;
margin:5px 0;
}


.product_list a,
.product_list a:link,
.product_list a:visited {
text-decoration:none;
}

.product_list a:active,
.product_list a:hover {
text-decoration:none;
}
</style>