/* CSS Document */

#page {
	background-color: #FFA500;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#header {
	height: 210px;
	width: 800px;
}
#header ul#gNav li {
	float: left;
}
#header #gNav {
	padding-left: 50px;
}
#contentsArea {
	background-color: #FFFFFF;
	margin-left: 50px;
	padding: 20px;
	height: 1048px;
	width: 660px;
}
#contentsArea h2 img {
	padding: 0px;
	margin-bottom: 5px;
}
#contentsArea h3 img {
	padding: 0px;
	margin-bottom: 5px;
}
#contentsArea #menuTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#promise1_top {
	margin-top: 20px;
	height: 116px;
	width: 660px;
}
#promise1_text {
	float: left;
	height: 116px;
	width: 464px;
	line-height: 1.5;
}
#promise1_photo img {
	float: right;
	border: 1px solid #CCC;
	padding: 6px;
	height: 104px;
	width: 168px;
}
#promise1_under {
	margin-top: 20px;
}
#promise1_under_left {
	float: left;
	width: 320px;
}
#promise1_under_right {
	float: right;
	width: 320px;
}
#promise1_under_left p img {
	padding: 6px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#promise1_under_right img {
	padding: 6px;
	border: 1px solid #CCC;
	margin-bottom: 19px;
}
#footer {
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	margin-top: 20px;
}
