@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/*vertical-align: baseline;*/
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	margin: 0px;
	}
html, body {
	height:100%;
}

.top{ height:20px; width:100%; position: relative; }

.main_visual{ height:675px; width:100%; position: relative; background:url(../images/top.jpg) center no-repeat; }
.main_visual-inner{ height:675px; width:850px; margin:0 auto 0 auto; }

.bodytext{ height:318px; width:100%; position: relative; background:url(../images/content.jpg) center no-repeat; }
.bodytext-inner{ width:850px; margin:0 auto 0 auto; }
.bodytext-left{ width:570px; margin:70px 140px 0 140px; float:left; }
.bodytext-right{ width:270px; margin:0 auto 0 auto; float:right; }

.footer{ height:155px; width:100%; position: relative; background:url(../images/footer.jpg) center no-repeat; }
.footer-logo{ height:200px; width:850px; margin:0 auto 0 auto; background:url(../images/cirrus.jpg) no-repeat bottom right; }
.footer-inner{ height:155px; width:850px; margin:0 auto 0 auto; }
.footer-left{ width:310px; margin:80px 270px 0 140px; float:left; }

