@charset "UTF-8";

@import "head.css";
@import "menu.css";
@import "contents.css";
@import "footer.css";

* {
margin					:0;
padding					:0;}

body {
background-color			:#D3DDFC;
font-family				:Verdana,"MS UI Gothic";
font-size				:12px;
letter-spacing				:1px;
line-height		:1.5em;
width					:100%;}

div#body {
background-image			:url(../img/bg.gif);
background-repeat			:repeat;
margin-left				:auto;
margin-right				:auto;
position				:static;
width					:960px;}

div#main {
background-image			:url(../img/main_bg.gif);
background-repeat			:repeat-y;
float					:right;
margin-bottom				:20px;
padding-bottom				:20px;
width					:800px;}

div#main_header {
background-repeat			:no-repeat;
width					:780px;}

div#main_header p {
margin-left				:20px;}

div#main_footer {
clear					:both;
width					:960px;}

br {
letter-spacing				:0.5em;}

p{
padding					:0px;
letter-spacing				:0.2px;
margin					;0.5em 0em 0.5em;}

h4{
font-size				:12px;}