@charset "utf-8";
/* 商品紹介用のCSSファイル。*/

div#contents p.text_aisatsu{
	font-size:95%;
	}

div#main dl ol{
   font-size:75%;
   padding:0;
}
#mainContent table{
	width:536px;
	border:none;
	border-collapse:collapse;
	margin-bottom:20px;
}

#mainContent th{
	width:100px;
	background-color:#f4e3b8;
	border-color:#ab6c2b;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	text-align:center;
	border-width:1px;
}

#mainContent td{
	background-color:#fffbf2;
	border-color:#ab6c2b;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	line-height:20px;
}

