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

body { background-color: #E2EEF7; }

#container { width: 800px; height: auto; margin:0 auto; }

#header { width: 800px; height: auto; float:left; }

#logo_area { width: 800px; height: auto; float:left; }

#privacy { width: 800px; height: auto; float:left; }

#content { width: 800px; height: auto; background-image:url(gfx/a_content.jpg); background-repeat:repeat-y; float:left}

#copy_area { width: 800px; height: auto; float:left; }

#footer { width: 800px; height: auto; float:left; }

.copy { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #78693f; padding-left: 110px; padding-right:110px; }

.copy_bold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; color: #78693f; font-weight:bold; padding-left: 100px; padding-right:100px; }

#clearer { clear:both; }

