@import url(./common/common.css);

a:link,a:visited {
	font-size        : 12px;
	color            : #ff0000;
}

a:link.shop,a:visited.shop {
	font-size        : 16px;
	font-weight      : 900;
	color            : #ff0000;
}

a:link.master,a:visited.master {
	font-size        : 12px;
	color            : #666666;
	text-decoration  : none;
}

a:hover.master {
	text-decoration  : none;
	border-bottom    : 3 double #666666;
}

.content {
background-color: #D0D2E8;
font-size: 12px;
}

.content2 {
border: 1px solid #006699;
font-size: 12px;
}