h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
h1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #666666;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #006633;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	padding: 0px;
	margin: 0px;
}

/* =======================================
フォントサイズ
 ======================================= */
.style9 {
	font-size: 9px;
	line-height: 11px;
}
.style10 {
	font-size: 10px;
	line-height: 12px;
}
.style11 {
	font-size: 11px;
	line-height: 13px;
}
.style12 {
	font-size: 12px;
	line-height: 15px;
}
.style13 {font-size: 13px}
.style14 {font-size: 14px}
.style15 {font-size: 15px}
.style16 {font-size: 16px}
.style20 {
	font-size: 20px;
	line-height: 25px;
}



/* =======================================
マージン
 ======================================= */
 .margin_top10 {
	margin-top:10px;
}
.margin_top20 {
	margin-top:20px;
}

 .margin_bot5 {
	margin-bottom:5px;
	left: auto;
}
 .margin_bot10 {
	margin-bottom:10px;
	left: auto;
}
 .margin_bot20 {
	margin-bottom:20px;
	left: auto;
}
 .margin_bot25 {
	margin-bottom:25px;
	left: auto;
}
 .margin_bot30 {
	margin-bottom:30px;
	left: auto;
}
 .margin_bot50 {
	margin-bottom:50px;
	left: auto;
}
 .margin_bot60 {
	margin-bottom:60px;
	left: auto;
}
.margin_top5 {
	margin-top:5px;
	left: auto;
}
.margin_top50 {
	margin-top:70px;
	left: auto;
}
  .margin_left10 {
	left: auto;
	margin-left: 10px;
}
  .margin_left20 {
	left: auto;
	margin-left: 20px;
}
  .margin_left30 {
	left: auto;
	margin-left: 30px;
}

/* =======================================
リンク
 ======================================= */

A:link{
	color:#000000;
		text-decoration: none;
}
A:visited{color:#000000;
	text-decoration: none;}
A:hover{
	color:#64473A;
	text-decoration: none;
}
A:active{color::#64473A;
	text-decoration: none;
}

/* =======================================
topリンク
 ======================================= */

.a1 A:link{
	color:#ffffff;
		text-decoration: none;
}
.a1 A:visited{color:#ffffff;
	text-decoration: none;}
.a1 A:hover{color:#dcd4cf;
	text-decoration: none;
}
.a1 A:active{color::#ffffff;
	text-decoration: none;
}
/* =======================================
位置
 ======================================= */
 .center {
	text-align: center;
}
 .justify {
	text-align: justify;
}


/* =======================================
カラー
 ======================================= */
 .black {
	color: #000;
}
 .blue {
	color: #06F;
}
