/*----------サイト全体設定-----------*/
body {
　background-color: #fff;
  font-size: 12px;
  color: #808080}

* {
　font-family: "ＭＳ Ｐゴシック",sans-serif;
   font-size: 12px;}

a {
  text-decoration:none;
  color: #666}

a:hover { 
  text-decoration: underline; 
  position:relative ;
  top:1px ;left:1px ;} 

/*----------hタグ設定-----------*/
h1{
  color:#999;
  font-size:14px;
  line-height:18px;
  font-weight:bolder;
  margin-right:10px;
  margin-bottom:0px;}

/*----------文字カラー設定-----------*/
.grey {
  font-size: 12px;
  color: #808080}

.grey2 {
　font-size: 12px;
  color: #999}

.blue {
　font-size: 12px;
  color: #00f}

.red {
　font-size: 12px;
  color: #f00}

.yellow {
　font-size: 12px;
  color: #ff0}

.white {
  font-size: 12px;
  color: #fff}

.skyblue {
　font-size: 12px;
  color: #39f}

.orange {
　font-size: 12px;
  color: #ff9900}

.navy {
　font-size: 12px;
  color: #000080}
  
/*----------文字サイズ設定-----------*/
.4 {
　font-size: 4px;}

.8 {
　font-size: 8px;}

.11 {
　font-size: 11px;}

.15 {
　font-size: 15px;}

.grey11 {
　font-size: 11px;
  color: #909090}

.red11 {
　font-size: 11px;
  color: #f00}

/*----------太い文字設定-----------*/
.blue-b {
　font-size: 12px;
  font-weight:bolder;
  color: #00f}

.red-b {
　font-size: 12px;
  font-weight:bolder;
  color: #f00}

.pink-b {
　font-size: 12px;
  font-weight:bolder;
  color: #f0f}

.white-b {
  font-size: 12px;
  font-weight:bolder;
  color: #fff}

.blak-b {
  font-size: 12px;
  font-weight:bolder;
  color: #000}

.white-b14 {
  font-size: 14px;
  font-weight:bolder;
  color: #fff}

.navy-b14 {
　font-size: 14px;
  font-weight:bolder;
  color: #000080}

.blue-b14 {
　font-size: 14px;
  font-weight:bolder;
  color: #00f}

/*----------広告設定-----------*/
.cm {
　background-color: #ffc;
  font-size: 12px;
  color: #f00}

/*----------枠設定-----------*/
.bak-FFFFE6 {
　background-color: #FFFFE6}

b {
　font-size: 14px;
  color: #ff99cc}

.big {
　font-size: 16px;
  color: #ff99cc}

/*-------行間-------*/
.130 {
 line-height : 120%}