/* middle */
#splash {
	z-index: 10;
	position: relative;
	width: 994px;
	height: 429px;
	color: #fff;
	background: url(../images/photo/photo_main.jpg);
}
	#splash .splash01 {
		position: absolute;
		bottom: 55px;
		left: 60px;
		width: 360px;
		line-height: 11pt;
	}
		.splash01 h2.heading {
			display: block;
			width: 350px;
			height: 124px;
			background: url(../images/header_hp/header_lightscamera.png) no-repeat;
		}
			.splash01 h2.heading span {
				display: none;
			}
		.splash01 a.goto {
			margin: 10px 0 0 0;
			display: block;
			float: left;
			width: 185px;
			height: 20px;
			background: url(../images/link_hp/link_submitrecipe.png);
		}
			.splash01 a.goto span {
				display: none;
			}
			
		.splash01 .arrow_green {
			position: absolute;
			bottom: 0;
			left: 190px;
		}
			
	#splash .splash02 {
		position: absolute;
		bottom: 20px;
		right: 25px;
		width: 173px;
		line-height: 11pt;
	}
		.splash02 h2.heading {
			display: block;
			width: 163px;
			height: 70px;
			background: url(../images/header_hp/header_thedeenbrothers.png) no-repeat;
		}
			.splash02 h2.heading a {
				display: block;
				width: 173px;
				height: 70px;
			}
			.splash02 h2.heading span {
				display: none;
			}
			
		.splash02 .arrow_red {
			position: absolute;
			top: 37px;
			right: -3px;
		}



/* bottom */
#articles {
	background: #848484;
}
	#articles .col3 {
		position: relative;
		float: left;
		padding: 0 0 20px 20px;
		width: 305px;
		color: #fff;
	}
		#articles .col3 img {
			padding: 23px 0 10px 0;
			border: 0;
		}
		#articles .col3 img.map {
			padding: 0 0 10px 0;
		}
			#articles .col3 h2 span {
				display: none;
			}
			#articles .col3 .article1 {
				margin: 0 0 6px 0;
				width: 206px;
				height: 44px;
				background: url(../images/header_hp/header_articles.png) no-repeat;
			}
			#articles .col3 .arr1 {
				position: absolute;
				top: 213px;
				left: 135px;
			}
			#articles .col3 .article2 {
				margin: 0 0 28px 0;
				width: 206px;
				height: 21px;
				background: url(../images/header_hp/header_articles.png) 0 -44px no-repeat;
			}
			#articles .col3 .arr2 {
				position: absolute;
				top: 191px;
				left: 208px;
			}
			#articles .col3 .article3 {
				margin: 0 0 6px 0;
				width: 206px;
				height: 44px;
				background: url(../images/header_hp/header_articles.png) 0 -65px no-repeat;
			}
			#articles .col3 .arr3 {
				position: absolute;
				top: 213px;
				left: 232px;
			}