﻿@charset "utf-8";

/* フォント
--------------------------------------------------*/
body,
h1 {
  font-size: 13px;
  line-height: 1.4;
}


.red {
	color: #ff0000;
}
.blue {
	color: #006699;
}
.green {
	color: #009966;
}
.orenge {
	color: #FF3333;
}

.bold{
	font-weight: bold;
}

.text13 {
	font-size: 100%;
}

.text16 {
	font-size: 150%;
}

.text14 {
	font-size: 107.7%;
}

.text200 {
	font-size: 200%;
}