/**************************************************************
 * WebShop用のスタイルシート
 *-------------------------------------------------------------
 * Author : Kawakami
 * email  : kawakami_f@ahead.jp
 * Home   : http://www.ahead.jp/
 *-------------------------------------------------------------
 * [Remarks]
 *
 **************************************************************/

/*=============================================================
 * 共通クラス関連
 *============================================================*/
.xx-smallfont { font-size		: xx-small; }
.x-smallfont  { font-size		: x-small; }
.smallfont    { font-size		: small; }
.mediumfont   { font-size		: medium; }
.largefont    { font-size		: large; }
.x-largefont  { font-size		: x-large; }
.xx-largefont { font-size		: xx-large; }

.bold { font-weight			: bold; }


/*=============================================================
 * 基本タグ設定関連
 *============================================================*/
/* <a> */
a:link {
	color			: #333333;
	text-decoration		: none;
}

a:visited {
	color			: #333333;
	text-decoration		: none;
}

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

a:active {
	color			: #333333;
	text-decoration		: underline;
	background-color	: none;
}

.mainlink:link {
	color			: #333333;
	text-decoration		: none;
}


.mainlink:visited {
	color			: #333333;
	text-decoration		: none;
}

.mainlink:hover {
	color			: #666666;
	text-decoration		: underline;
	background-color	: none;
}

.mainlink:active {
	color			: #333333;
	text-decoration		: underline;
	background-color	: none;
}



