﻿@charset "utf-8";
@import url(css/header.css);
@import url(css/main.css);
@import url(css/menu.css);
@import url(css/footer.css);

/*-------------------------------------------------
  Layout
-------------------------------------------------*/
body
{
	text-align: center; /* Centering for IE6 */

	margin: 0 auto;
	padding: 0px;
}
div#header,
div#content,
div#footer
{
	width: 704px;

	margin: 0 auto;
	padding: 0;
}
div#content
{
	text-align: left;

	height: auto;

	position: relative;
	clear: both;
	overflow: hidden;
}
/*-------------------------------------------------
  Font
-------------------------------------------------*/
body
{
	color: #888;
	font-size: 12px;
	font-weight: normal;
	font-family: "Osaka", "MS UI Gothic", sans-serif;
}
/*-------------------------------------------------
  Link
-------------------------------------------------*/
a:link, a:visited
{
	text-decoration: none;
	color: #666699;
}
a:hover, a:active
{
	color: #00ff00;
}
/*-------------------------------------------------
  Background
-------------------------------------------------*/
body
{
	background: #666666 url(images/bg_body.gif) center top repeat-y;
}
div#content
{
	background: white;
}
/*-------------------------------------------------
  ????
-------------------------------------------------*/
/* Leftbox and Rightbox toolbar buttons */

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
