<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Text Size*/

.text8 {
	font-size: 65%;
	line-height: 110%;
	text-decoration: none;
	color: #333333;
}
.text9 {
	font-size: 80%;
	line-height: 120%;
	text-decoration: none;
	color: #000000;
}
.text12 {
	font-size: 90%;
	line-height: 120%;
	text-decoration: none;
	color: #000000;
}
.text14 {
	font-size: 100%;
	line-height: 120%;
	text-decoration: none;
	color: #000000;
}

/* Defult Link*/

A:link{
	color: #0000ff;
}
A:visited {
	color: #800080;
}
A:hover, A:active {
	color: #ff0000;
	text-decoration: underline;
}

/* Base Color*/

.white{ color: #ffffff;}
.red{ color: #cc0000;}
.blue{ color: #003399;}
.gray{ color: #666666;}


/* Other*/

body {
	background-color: #ffffff;
}

/* 強調 */

h1 {
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

h2 {
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

/* リスティング等参照系SEO用ページ上部帯部分

h1.categ {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%;
	color: #999999;
}

h1.item {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%; 
	color: #999999;
}

パンくず・商品名など

h2.categ {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%;
}

h2.item {
	margin-bottom: 0pt;
	font-weight: bold;
	font-size: 100%;
}

その他に汎用ページに使用可

h1.lead {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%;
}

h2.lead {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%;
}

h3.lead {
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 100%;
}

strong A:link, strong A:visited, strong A:hover, strong A:active, {
	text-decoration: underline;
}*/

</pre></body></html>