@charset "shift_jis"; 

.txt12pxl18 {
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}

.txt12pxl18-2 {
	font-size: 12px;
	line-height: 18px;
	color:#333333;
	padding:0 0 0 15px;
}

.txt8ptl16 {
	font-size: 8pt;
	line-height: 16px;
	color:#333333;
}

.txt10pxl14l1 {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	color:#333333;
	}

a:hover {
    text-decoration:underline;
    color:#FF3333;
}

a {
    text-decoration:none;
    color:#003399;
}

.uetsuki { vertical-align: super; } 
.sitatuki { vertical-align: sub; } 
/*vertical-align は、表示位置（縦方向）を指定するプロパティです。 
このプロパティの値に super や sub を指定すると、文字の位置を
「上付き」や「下付き」にすることができます。super と sub はIEとNN6以上で対応しています。 */


/*
------------ロールオーバー＞テキストカラーとアンダーライン付き
a {
    text-decoration:none;
    color:#003399;
}

(aタグ内でIDを指定。)

a#h01:hover {
    text-decoration:underline;
    color:#FF3333;
}

a#h02:hover {
    text-decoration:underline;
    color:#666666;
}

あるいは

a#h01:hover, a#h02:hover {
    text-decoration:underline;
    color:#FF3333;
}

a#h02:hover{
    color:#666666;
}
 */

/*---------------------以下、kkk ハーブ検索用スタイル（削除禁）----------------------------*/
.over		{

			}
.sort		{
			font-size	:	12px;
			color		:	#333333;
			}
.sort dl	{
			margin		:	5px 5px 25px 20px;
			padding		:	0px;
			line-height	:	18px;
			}
.scolor a	{
			float		:	left;
			margin		:	0px 2px;
			}
.sblock		{
			display		:	block;
			}


