﻿@charset "utf-8";

body {
margin: 0;
padding: 0;
border: 0;
background: #888888;
font-family: "Helvetica", "Geneva", "Arial";
background-repeat: repeat; 
background-image: url("join4.png");
background-position:top left;
}

img,p,ul,td {
margin: 0;
padding: 0;
border: 0;
list-style: none;
}

a {
text-decoration: none;
}

.clear {
clear: both;
}

#wrapper {
margin: 0 auto;
width: 800px;
background: #ffffff;
}

#header {
height: 160px;
background: #000000;
color: #ffffff;
}

#header h1 {
font-size: 72px;
text-decoration: none;
padding: 10px 0px 0px 30px;
margin: 0;
}

#header a {
color: #ffffff;
}

#counter {
float: left;
padding: 10px 0px 0px 30px;
}

#date {
float: right;
padding: 20px 50px 0px 0px;
}

#menu li a {
float: left;
background: #ffffff;
color: #000000;
border-style: solid;
border-color: #000000;
border-width: 1px 1px 5px 1px;
font-size:26px;
width: 150px;
height: 40px;
margin-top: 6px;
margin-left: 6px;
text-align: center;
line-height: 40px;
}

#menu li a:hover {
background: #444444;
color: #ffffff;
}

#menu li .focus {
background: #444444;
color: #ffffff;
}

#left {
width: 120px;
height: 1190px;
background: #333333;
color: #ffffff;
float:left;
padding: 10px 10px 0px 10px;
}

#left .title {
font-size: 26px;
}

#left .article {
font-size: 10px;
padding-top: 10px;
line-height: 18px;
}

#contents {
margin-top: 6px;
}

#footer {
height: 60px;
background: #000000;
text-align: center;
color: #ffffff;
padding-top: 30px;
}