@charset "utf-8";
/* -----メインイメージ用----- */

/* ---- red系 ---- */


/* ---- blue系 ---- */
.blue_03{
	background:url(../image/blue_03.jpg) center no-repeat;
	margin:auto;
	height:219px;
	width:760px;
}

.blue_03txt{
	font-size:20px;
	font-weight:bold;
	color:#444444;
	text-align:right;
	line-height:1.3em;
	padding:180px 30px 15px 0px;	
}

/* ---- green系 ---- */

/* ---- brown系 ---- */
.brown_03{
	background:url(../image/brown_03.jpg) center no-repeat;
	margin:auto;
	height:249px;
	width:760px;
	padding-left:2px;
}

.brown_03txt{
	font-size:20px;
	font-weight:bold;
	color:#cccccc;
	text-align:right;
	line-height:1.3em;
	padding:210px 20px 5px 0px;	
}

.brown_11{
	background:url(../image/brown_11.jpg) center no-repeat;
	margin:auto;
	height:229px;
	width:760px;
	padding-left:2px;
}

.brown_11txt{
	font-size:20px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	line-height:1.3em;
	padding:185px 20px 5px 0px;	
}

/* ---- orange系 ---- */
.orange_03{
	background:url(../image/orange_03.jpg) center no-repeat;
	margin:auto;
	height:229px;
	width:760px;
	padding-left:2px;
}

.orange_03txt{
	font-size:20px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	line-height:1.3em;
	padding:170px 20px 5px 0px;	
}

