

/* ALL
-------------------------------------------- */
a:active {color: #666666;}
a:visited {color: #666666; text-decoration:none}
a:hover {color: #000000; text-decoration:none}

/*===　画像のリンク枠消　===*/
a img{border:0 none}

/* Class
-------------------------------------------- */
.left {
	margin: 0px 10px 10px 0px;
	float: left;
}
.clear {
	clear: both;
}

/* Class FONT
-------------------------------------------- */
.style12 {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}
.style10 {
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}
.style12shop {
	font-size: 12px;
	line-height: 160%;
	color: #329f2c;
	font-weight: bold;
}
.style14 {
    font-size : 14px;
    line-height : 160%;
	color: #000000;
	font-weight: bold;
}
.style14green {
    font-size : 14px;
    line-height : 160%;
	color: #006D2C;
	font-weight: bold;
}
.style10_in {

	font-size: 10px;
	line-height: 150%;
	color: #6457A7;
}
.style9_top {
	font-size: 10px;
	line-height: 150%;
	background-color: #ECE5EB;
	color: #6457A7;
}

/* 新着情報
-------------------------------------------- */
dl {
	margin: 0px;
}
dd {
	margin: 0px 0px 0px 1em;
	border-bottom: 1px dotted #cccccc;
}


/* -----新着リンク指定----- */

#info a:link,#info a:visited {
	color: #6457A7;
	text-decoration: underline;
}
#info a:hover,#info a:active {
	text-decoration: none;
	color: #FF3333;
}



