/*　文書内の文字：サイズ100％基準・等倍フォント　*/

body {
	font-size:100%;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
               color:#333333; 
}

/*　リンクスポット挙動　*/

A:link {
	color: #369;
}

A:visited {
	color: #336;
}

A:hover {
	color: #f60;
	top : 1px;
	left : 1px;
	position : relative;
}

/*　文字サイズ相対指定　*/

.H01 {  font-size: 70%; line-height: 110%;}
.H02 {  font-size: 72%; line-height: 110%;}
.H03 {  font-size: 74%; line-height: 110%;}
.H04 {  font-size: 76%; line-height: 110%;}
.H05 {  font-size: 78%; line-height: 110%;}
.H06 {  font-size: 80%; line-height: 115%;}
.H07 {  font-size: 82%; line-height: 115%;}
.H08 {  font-size: 84%; line-height: 115%;}
.H09 {  font-size: 86%; line-height: 115%;}
.H10 {  font-size: 88%; line-height: 115%;}
.H11 {  font-size: 90%; line-height: 115%;}
.H12 {  font-size: 92%; line-height: 115%;}
.H13 {  font-size: 94%; line-height: 115%;}
.H14 {  font-size: 96%; line-height: 115%;}
.H15 {  font-size: 98%; line-height: 120%;}
.H16 {  font-size: 100%; line-height: 120%;}
.H17 {  font-size: 102%; line-height: 120%;}
.H18 {  font-size: 104%; line-height: 120%;}
.H19 {  font-size: 106%; line-height: 120%;}
.H20 {  font-size: 108%; line-height: 120%;}
.H21 {  font-size: 110%; line-height: 120%;}
.H22 {  font-size: 112%; line-height: 120%;}
.H23 {  font-size: 114%; line-height: 120%;}
.H24 {  font-size: 116%; line-height: 120%;}
.H25 {  font-size: 118%; line-height: 120%;}
.H26 {  font-size: 120%; line-height: 120%;}
.Hbig {  font-size: 140%; line-height: 120%;}

/*　枠用バック緑　*/
.back01 {  background-image: url(img/index_img06.jpg);
	background-repeat: repeat-y;
}

.back02 {  background-image: url(img01/index06.gif);
              background-repeat: no-repeat; 
}

.back03 {  background-image: url(img01/line02.gif);
              background-repeat: repeat-y; 
}


.main{
width:30%;
height:20px;
font-size:13px;
font-weight:bold;
background-image:url(img01/main.gif);
background-repeat: repeat-x;
}

.main p{
margin:0;
padding:4px 0 0 0;
text-align:center;
background-image:url(img01/left.gif);
background-repeat: no-repeat;
background-position: top left;
}

.main .sample{
background-image:url(img01/right.gif);
background-repeat: no-repeat;
background-position: top right;
} 


















