/*-----------------------------------------------------------------------------------------------
	ヘッダー部分
-----------------------------------------------------------------------------------------------*/



div#all_head_wrap {
	width					: 100%;
	height					: 200px;
	background-color		: #73B2DE;
	background-image		: url("../images/head-wrap-bg.jpg");
	background-repeat		: repeat-x;
	margin					: 0px;
	padding					: 0px;
}

div#head_wrap {
	width					: 900px;
	height					: 200px;
	margin					: 0px auto;
	padding					: 0px;
}
	
div#head_wrap h1 {
	color					: #FFFFFF;
}

div#head_wrap h2 {
	color					: #FFFFFF;
}


/*-----------------------------------------------------------------------------------------------
	メイン左右部分
-----------------------------------------------------------------------------------------------*/



td.content_left_bg {
	background				: #73b2de no-repeat url("../images/content-left-bg.gif") right top;
}


td.content_right_bg {
	background				: #73b2de no-repeat url("../images/content-right-bg.gif") left bottom;
}


/*-----------------------------------------------------------------------------------------------
	フッター部分
-----------------------------------------------------------------------------------------------*/



div#all_foot_wrap {
	width					: 100%;
	height					: 200px;
	background				: repeat-x url("../images/foot-wrap-bg.jpg");
	position				: relative;
	z-index					: 1;
}
	
div#foot_wrap {
	width					: 730px;
	height					: 200px;
	margin					: 0px auto;
	padding					: 0px;
	text-align				: center;
}

div#foot_wrap p {
	padding					: 30px 0px 0px 0px;
	margin					: 0px;
	color					: #FFFFFF;
}
	
div#foot_wrap a:link {
	color					: #FFFFFF;
}

div#foot_wrap a:visited {
	color					: #FFFFFF;
}

div#umbrella {
	width					: 197px;
	height					: 171px;
	margin					: 0px;
	padding					: 0px;
	position				: absolute;
	top						: 20px;
	left					: 20px;
	z-index					: 99;
}
	