/*-------文字関係-------*/

body {
  font-size: 12px;
  color: #808080}

* {font-family: "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;}

.red {
  font-size: 12px;
  color: #f00}

.grey {
  font-size: 12px;
  color: #808080}

.white {
  font-size: 12px;
  color: #fff}

.skyblue {
  font-size: 12px;
  color: #06f}

/*-------文字サイズ関係-------*/
.red-13 {
  font-size: 13px;
  color: #f00}

/*-------太文字関係-------*/
.red-b {
  font-size: 12px;
  font-weight:bolder;
  color: #f00}

.blue-b {
  font-size: 12px;
  font-weight:bolder;
  color: #00f}

.white-b {
  font-size: 12px;
  font-weight:bolder;
  color: #fff}

/*-------太文字サイズ関係-------*/
.red-b14 {
  font-size: 14px;
  font-weight:bolder;
  color: #f00}

.red-b15 {
  font-size: 15px;
  font-weight:bolder;
  color: #f00}

.red-b17 {
  font-size: 17px;
  font-weight:bolder;
  color: #f00}

.cm-red {
　background-color: #ffc;
  font-size: 12px;
  color: #f00}

.blue {
  font-size: 12px;
  color: #00f}

.pink {
  font-size: 12px;
  color: #f39}

.purple {
  font-size: 12px;
  color: #939}

.green {
  font-size: 12px;
  color: #393}

.grey2 {
  font-size: 12px;
  color: #666}

h1{
  color:#f00;
  font-size:14px;
  line-height:18px;
  font-weight:bolder;
  margin-right:10px;
  margin-bottom:0px;}

/*-------リンク-------*/
a:hover {
  position:relative;
  font-weight: bold;
  top:1px;
  left:1px}

a {
  color:#f00;
  font-size:12px;
  text-decoration:none}

/*-------行間-------*/
.130 {
 line-height : 130%}

.150 {
 line-height : 150%}

.170 {
 line-height : 170%}

/*-------ライン-------*/
.bt-red{	
	border-top:solid 5px #f00;}
