﻿@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");


/* FOR_EDITOR */
/*見出し1*/h1.h1Bg {
	height: 32px !important;
	height /**/: 50px;
	padding: 18px 0 0 20px;
	background: url(../images/h1_bg.jpg) repeat-x left top;
	font-size: 136%;
	font-weight: bold;
	line-height: 1;
	color: #000000;
}
/*見出し2 緑色背景*/h2.h2Bg {
	margin: 0 0 5px;
	padding: 10px 0 15px 10px;
	background: url(../images/h2_bg.jpg) no-repeat left top;
	color: #ffffff;
	font-size: 114%;
	font-weight: bold;
	line-height: 1;
}

/*見出し3 上ライン*/h3.h3Bg {
	margin: 0 0 15px;
	padding: 20px 0 0;
	background: url(../images/h3_bg.jpg) no-repeat left top;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
}

/*見出し3 下ライン　文字サイズ大*/h3.h3Bg02 {
	margin: 0 0 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
	color: #339933;
}

/*見出し4 上ライン*/h4.h4Bg {
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(../images/h4_bg.jpg) repeat-x left top;
	line-height: 1.5;
	color: #339933;
	font-size: 107%;
}

/*見出し5 下ライン 文字サイズ小*/h5.h5Bg {
	margin: 20px 0 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	color: #339933;
}
/* /FOR_EDITOR */