:link    { Color: #2C5885; text-decoration: none; ; font-weight: bolder}

a:visited { color: #679ACD; text-decoration: none; ; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}

a:hover   { color: #FF0000; ; font-weight: bolder}

a:active  { color: #679ACD; text-decoration: none; ; font-weight: bolder}




.point16 {  font-size: 16px}
.link01 {  border-color: #000000 black; border-style: solid; border-bottom-width: 1px}
.item01 {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; margin-bottom: 3px}
.price {  color: #CC3333; font-weight: bold; clip:   rect(   )}

.gra1 { background: -moz-linear-gradient(top, #F00, #fff);/* Firefox用 */ background: -webkit-gradient(linear,left top,left bottom,from(#F00),to(#fff));/* Safari,Google Chrome用 */ 　 } 

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.tilt:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    color: #FF0004;
}

#button {
  width:80px;
  color:#ffffff;
  background:#337fcc;
  font-size:12px;
  font-weight:bold;
  text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #225588;
  padding:2px 0 2px 0;
  border-radius:5px;
  margin-bottom:20px;
}


#button2 {
    width: 100%;
    color: #000;
    background: #66CC99;
    font-size: 14px;
    font-weight: bold;
    /*text-shadow:0 1px 1px #143352,0 2px 2px #143352;*/
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px #225588 solid;
    padding: 12px 0 8px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #99FF66, #fff);
    background: -webkit-gradient(linear,left top,left bottom,from(#99FF66),to(#fff));
}


.frame {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
	}
