﻿@charset "utf-8";

h2{
        font-size:2.3em;
        font-weight:bold;
        color:#008000;
} 

h3{
	font-size:1.3em;
        font-weight:bold;
} 

h4{
	font-size:1.1em;
        font-weight:bold;
} 

h5{
	font-size:1.1em;
        font-weight:bold;
} 

.bold { font-weight:bold; }
.red-bold { font-weight:bold; color:#ff0000; }
.green { color:#008000; }

.font-size-93 { font-size:93%; }
.font-size-105 { font-size:105%; }
.font-size-115 { font-size:115%; }
.font-size-130 { font-size:130%; }

/*--------------------------
　レイアウト
---------------------------*/
body{

}




