@charset "UTF-8";
/* CSS Document */

body {
	line-height: 1.4;
	background: #77445A;
	text-align: center;
}


#header-area {
	width: 100%;
	height:350px;
	height:auto;
	padding-top: 30px;
}

#header-area #g-nav ul {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header-area #g-nav ul li {
	display: inline;
}

#header-area #g-nav {
	height: 150px;
	width: 100%;
	float: right;
}


#main-contents-area {
	text-align: center;
	width: 700px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	clear: both;
	
}

#main-contents-area h4 {
	font-size: 133%;
	margin-bottom: 10px;
	border-left: 5px solid #669;
	width: 250px;
	margin-left: 5px;
}


#main-contents-area #box1 {
	width: 700px;
	text-align: left;
	height: 230px;
	margin-bottom: 30px;
	clear: both;
}

#main-contents-area #box1 .text {
	width: 300px;
	float: left;
	margin-top: 50px;
}

#main-contents-area #box1 .photo {
	float: right;
}



#main-contents-area #box2 {
	height: 230px;
	text-align: left;
	width: 700px;
	margin-bottom: 30px;
	clear: both;
}
#main-contents-area #box2 .photo-l {
	float: left;
}
#main-contents-area #box2 .text-l {
	width: 300px;
	float: right;
	margin-top: 50px;
}



#main-contents-area #box3 {
	width: 700px;
	text-align: left;
	height: 230px;

	clear: both;
}

#main-contents-area #box3 .text {
	width: 300px;
	float: left;
	margin-top: 50px;
}

#main-contents-area #box3 .photo {
	float: right;
}

#footer-area {
	border: 1px solid #000;
	width: 100%;
	padding-top: 8px;
}
