body {
text-align:center;
background-color:#eeffff;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
}

#header a { color: #000; text-decoration: none; }
#header a:visited { color: #000; }
#header a:hover { color: #f00; }

#container {
width:900px;
text-align:left;
background-color:#ffffff;
border:solid 1px #000000;

}

#header {
padding:10px;
background-color:#00ff00;
text-align:center;
background-image:url(./Image1.jpg);
}

#header h1 ,#header h2,,#header h3,#header h4,,#header h5 { /* ヘッダ部分の文字色を白に */
color:#000;

}

#content {
padding:20px;
float:left;
width:670px;
background-color:#ffffff;
}

#sidebar {
float:right;
width:190px;
}

#footer {
clear:both;
width:100%;

padding:5px 0px 0px 10px;
background-color:#5F707A;
text-align:left;
color: #FFFFFF;

}

#footer a:visited { color: #fff; text-decoration: none;}
#footer a:hover { color: #fff; text-decoration: underline; }
#footer a { color: #fff; text-decoration: none; }
