@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body{
	background-color:#fff;
	font-size: 12px;
	line-height: 140%;
	color: #666666;

}

/* カテゴリ検索 */

.title {
	font-size: 14px;
	font-weight:bold;
	background-color: #96ade0;
	background-position: left;
	padding-left: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

.title2 {
	font-size: 14px;
	font-weight:bold;
	background-color: #b09ad0;
	background-position: left;
	padding-left: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

.title3 {
	font-size: 14px;
	font-weight:bold;
	background-color: #eb8ea8;
	background-position: left;
	padding-left: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

.title4 {
	font-size: 14px;
	font-weight:bold;
	background-color: #f0b054;
	background-position: left;
	padding-left: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

a:link {
	color: #56b74c;
	text-decoration: none;
}
a:visited {
	color: #2e8425;
	text-decoration: none;
}
a:hover {
	color: #f8981c;
	text-decoration: underline;
}
a:active {
	color: #f8401c;
	text-decoration: none;
}
.subcate {
	font-size: 14px;
	font-weight: bold;
	color: #6b5b4b;
	line-height: 140%;
	padding-left: 15px;
}
.textbar {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #FFFFFF;
	background-image: url(../img_main/bar.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 496px;
}


.line{
	background-image:url(../img_main/line_ten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px;
}

