BODY{
	font-family: "ＭＳＰ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #47453d;
	background-color: #E5F4FA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color : #E5F4FA;
	scrollbar-face-color : #C2E2F2;/*真ん中*/
	scrollbar-arrow-color : #666666;/*▼▲*/
	scrollbar-3dlight-color: #C6D8DF;/*外側の左と上*/
	scrollbar-highlight-color : #E5F4FA;/*内側の左と上*/
	scrollbar-shadow-color : #E5F4FA;/*内側の右と下*/
	scrollbar-darkshadow-color : #C6D8DF;/*外側の右と下*/
}

.footer {
	background-attachment: fixed;
	background-image: url(img/top_bottom_10.jpg);
	background-repeat: no-repeat;
}


.font10px {
	font-size: 10px;
	line-height: 110%;
}
.font12px {
	font-size: 12px;
	line-height: 120%;
}

.font12px2 {
	font-size: 12px;
	line-height: 140%;
}
.font12px3 {
	font-size: 12px;
	line-height: 160%;

}

.font_red {
	color: #FF0000;
}

.letter {
	letter-spacing: 0px;
	white-space: nowrap;
}


a.goods:link    { color: #47453d; text-decoration: underline;}
a.goods:visited { color: #47453d; text-decoration: underline;}
a.goods:hover   { color: #006699; text-decoration: none;}
a.goods:active  { color: #006699; text-decoration: underline;}

a:link    { color: #006699; text-decoration: underline;}
a:visited { color: #006699; text-decoration: underline;}
a:hover   { color: #85B9D6; text-decoration: none;}
a:active  { color: #85B9D6; text-decoration: underline;}


a.blue:link    { color: #003399; text-decoration: underline;}
a.blue:visited { color: #003399; text-decoration: underline;}
a.blue:hover   { color: #FFCC00; text-decoration: none;}
a.blue:active  { color: #003399; text-decoration: underline;}

a.red:link    { color: #FF0000; text-decoration: underline;}
a.red:visited { color: #FF0000; text-decoration: underline;}
a.red:hover   { color: #FF3366; text-decoration: none;}
a.red:active  { color: #FF0000; text-decoration: underline;}


a.white:link    { color: #FFFFFF; text-decoration: underline;}
a.white:visited { color: #FFFFFF; text-decoration: underline;}
a.white:hover   { color: #FFCC00; text-decoration: none;}
a.white:active  { color: #FFFFFF; text-decoration: underline;}
.border {
	border: 1px solid #66CCCC;
}
.Left5px {
	margin-left: 5px;
}
