﻿body{
	background-image: url('/webshop/image/back.gif');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #000000;
  	margin-top: 0;
  	margin-bottom: 0;
  	font-family: Tahoma,Arial,sans-serif,"ＭＳ Pゴシック","Osaka","Helvetica";
  	font-size: 9pt;
  	line-height: 120%;
}
h1 {
    font-family: Tahoma,Arial,sans-serif,"ＭＳ Pゴシック","Osaka","Helvetica"; 
    font-weight: normal;
    font-size:9pt;
    margin-bottom:0;
    padding: 5px;
    color:#CCCCCC
}
h2 {
    font-family: Tahoma,Arial,sans-serif,"ＭＳ Pゴシック","Osaka","Helvetica"; 
    font-weight: normal;
    font-size:9pt;
    margin-top:0;
    margin-bottom:0;
    padding: 5px;
    color:#000000
}
hr {
   color: #000000;
   height: 1px;
   border: 1px;
   margin-top:5;
   margin-bottom:5;
}

table{
	font-family: Tahoma,Arial,sans-serif,"ＭＳ Pゴシック","Osaka","Helvetica";
	font-size: 9pt;
	line-height: 120%;
}

a {color : #990000; text-decoration: none;}
a:hover { color:#FF0000; text-decoration:underline;}

a.white{ color:#FFFFFF;text-decoration: underline; font-weight: normal;}
a.white:link{ color: #FFFFFF; }
a.white:visited{ color:#FFFFFF; }
a.white:active{ color: #FFFFFF; }
a.white:hover{ color: #FF9900; font-weight: normal; text-decoration:underline;}

a.red:link{ color: #CC0000; font-weight: bold;}
a.red:visited{ color:#CC0000; font-weight: bold;}
a.red:active{ color: #CC0000; font-weight: bold;}
a.red:hover　{ color: #CC0000; text-decoration:underline; font-weight: bold;}