@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/content.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */
@import "css/thickbox.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}
ul.list01 li.none {
	background: none;
	padding-left: 28px;
	line-height: 1.1;
	padding-bottom: 2px;
}

table.syaken_price {
	width: 100%;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	margin-bottom: 7px;
}
table.syaken_price td,
table.syaken_price th {
	padding: 5px 0px 5px 5px;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
}
table.syaken_price td {
	text-align: center;
}
table.syaken_price th {
	background: #fdf2df;
}
table.syaken_price td.subtitle {
	background: #ee9d05;
	color: #fff;
}
table.syaken_price td.lastprice {
	color: #FF0000;
	font-size: 105%;
}

.categoryText {
	padding: 0 15px 20px 30px;

}
ul.side_menu li:first-letter {
display: none;
}

dl.syaken {
	margin-bottom: 7px;
}
dl.syaken dt {
	background: url(images/syakenPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-weight: bold;
}
dl.syaken dd {
	padding: 2px 0 5px 15px;
}
.red {
	color: #FF0000;
}

h4.title {
	background: url(images/h3Point.gif) no-repeat 0 1px;
	padding-left: 23px;
	font-size: 120%;
	margin: 10px 0;
}