/* body */
body {
	margin:0 0 0 0;
	color:#333333;
	font-size: medium;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

em {
font-weight : normal ;
font-style : normal ;
}

/* リンク */
a:link {
 color: #FD6B0A;
	text-decoration: underline;
}
a:visited {
 color: #666666;
	text-decoration: underline;
}
a:hover {
 color: #666666;
	text-decoration: underline;
}
a:active {
 color: #666666;
	text-decoration: underline;
}


/* 赤リンク */
a.red:link {
 color: #FF3333;
	text-decoration: underline;
}
a.red:visited {
 color: #666666;
	text-decoration: underline;
}
a.red:hover {
 color: #666666;
	text-decoration: underline;
}
a.red:active {
 color: #666666;
	text-decoration: underline;
}


/* 緑リンク */
a.green:link {
 color: #339900;
	text-decoration: underline;
}
a.green:visited {
 color: #666666;
	text-decoration: underline;
}
a.green:hover {
 color: #666666;
	text-decoration: underline;
}
a.green:active {
 color: #666666;
	text-decoration: underline;
}


/* 見出し */
h1.shop{
	margin:0 0 0 0;
 color:#CC0000;
	font-weight: bold;
 font-size:18px;
		}
h2.shop{
	margin:0 0 0 0;
	font-weight: bold;
	color:#CC0000;
 font-size:16px;
		}
