@charset "utf-8";
/* ---------------------------------------------------------
title-01
--------------------------------------------------------- */
.title-01 {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
.title-01 .Title {
	width:100%;
	height:27px;
	margin-bottom:10px;
	background: url(images/title-01.gif) left bottom repeat-x  ;
}
.title-01 .Title h2 {
	float:left;
	width:100%;
	height:27px;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
}
.title-01 .Title .Head {
	color:#007236;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	padding: 0;
}
.title-01 .Contents {
	clear:both;
	padding: 0 0 20px;
}

/* ---------------------------------------------------------
title-02
--------------------------------------------------------- */
.title-02 {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
.title-02 .Title {
	width:100%;
	height:27px;
	margin-bottom:10px;
	background: url(images/title-02.gif) left top repeat-x;
}
.title-02 .Title h2 {
	float:left;
	width:100%;
	height:27px;
	line-height:27px;
	font-weight:bold;
	font-size:12px;
}
.title-02 .Title .Head {
	color:#007236;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	padding: 0 0 0 5px;
}
.title-02 .Contents {
	clear:both;
	padding: 0 0 20px;
}

/* ---------------------------------------------------------
title-03
--------------------------------------------------------- */
.title-03 {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}
.title-03 .Title {
	width:100%;
	height:21px;
	margin-bottom:10px;
}
.title-03 .Title h2 {
	float:left;
	width:100%;
	height:21px;
	line-height:16px;
	font-weight:bold;
	font-size:12px;
	background: url(images/title-03.gif) left top no-repeat;
}
.title-03 .Title .Head {
	color:#007236;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	padding: 0 0 0 15px;
}
.title-03 .Contents {
	clear:both;
	padding: 0 0 20px;
}


/* ---------------------------------------------------------
title-box
--------------------------------------------------------- */
.title-box {
	clear:both;
	display:table;
	margin-bottom:15px;
	width:100%;
	padding:0;
	background: url(images/boxtitle-right02.gif) right top repeat-y;
}
.title-box .title-box-left {
	background:url(images/boxtitle-left02.gif) left top repeat-y;
}
.title-box .Title {
	width:100%;
	background: url(images/boxtitle-right01.gif) right top no-repeat;
	height:30px;
	border-bottom: 1px solid #cccccc;
}
.title-box .Title h2 {
	float:left;
	height:30px;
	color:#007236;
	font-weight:bold;
	font-size:14px;
	padding:0 0 0 5px;
	margin:0px;
	background:url(images/boxtitle-left01.gif) left top no-repeat;
}
.title-box .Title .Head {
	color:#007236;
	font-weight:bold;
	font-size:14px;
	text-align: left;
	line-height:34px;
}
.title-box .Contents {
	clear:both;
	background:url(images/boxtitle-left03.gif) left bottom no-repeat;
	padding:10px;
}
.title-box .contents-left {
	background:url(images/boxtitle-right03.gif) right bottom no-repeat;
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}

