/*サイズ*/
.text1 {
	font-size: 10px;
	line-height: 140%;
}
.text2 {
	font-size: 12px;
	line-height: 140%;
}
.text3 {
	font-size: 14px;
	line-height: 140%;
}
.text4 {
	font-size: 16px;
	line-height: 140%;
}
.text5 {
	font-size: 18px;
	line-height: 140%;
}
.text6 {
	font-size: 20px;
	line-height: 140%;
}

/*カラー*/
.red1 {
	color:#F00;
}
.red2 {
	color:#C00;
}
.blue1 {
	color:#06F;
}
.green1 {
	color:#096;
}
.brown1{
	color:#960;
}
.pink1{
	color:#F33;
}
.yellow1{
	color:#FF0;
}
/*商品紹介*/
.category1{
	font-size: 12px;
	line-height: 120%;
	color:#960;
}
.category2{
	font-size: 14px;
	line-height: 120%;
	color:#960;
	font-weight: bold;
}
.category3{
	font-size: 14px;
	line-height: 120%;
	color:#096;
	font-weight: bold;
}
.category4{
	font-size: 12px;
	line-height: 120%;
	color:#FFF;
}
.category5{
	line-height: 120%;
	color:#FFF;
	margin: 5px;
}
.category6{
	line-height: 120%;
	margin: 5px;
}
.category7{
	font-size: 16px;
	line-height: 120%;
	color:#FF3B16;
	font-weight: bold;
}

/*リンク*/
A:link {
	color:#FF4100;
	text-decoration:none;
	}
A:visited {
	color:#FF9966;
	text-decoration:none;
	}
A:hover {
	color:#FF9900;
	text-decoration:underline;
	}
A:active {
	color:#CC3333;
	text-decoration:none;
	}

a.under {
	text-decoration: underline;
}