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

/******Index*****/
body
{
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
.banner
{
	left: 25%;
	width: 50%;
	height: 200px;
	top: 5px;
	position: absolute;
}
.menu
{
	left: 25%;
	width: 700px;
	height:100px;
	top: 205px;
	position: absolute;
}
.leftside
{
	left: 25%;
	width: 10%;
	height: 700px;
	top: 240px;
	position: absolute;
	text-align: left;
	vertical-align: text-top;
	padding-left: 10px;
	padding-top: 10px;
	background:url(../media/graphics/layout/leftside.png) left top no-repeat;
	color:#666666;
	font-size:10px;
}
.body
{
	left: 35%;
	width: 35%;
	height: 700px;
	top: 240px;
	position: absolute;
	text-align: left;
	color: #666666;
	padding-left: 50px;
	padding-top: 10px;
	padding-right: 30px;
}
/*
.banner
{
	background:url(../media/graphics/layout/logo.png) left no-repeat;
	height: 68px;
}

.center
{
	text-align: left;
	color: #666666;
	padding-left: 50px;
	padding-top: 10px;
	padding-right: 30px;
}

.leftside
{
	text-align: left;
	vertical-align: text-top;
	padding-left: 10px;
	padding-top: 10px;
	background:url(../media/graphics/layout/leftside.png) left top no-repeat;
	color:#666666
}
*/ 
p
{
}

.red
{
	color: #663300;
}

a:link
{
	background-color:transparent;
	color:#DD9D5F;
	text-decoration:none;
}

a:hover
{
	background-color:transparent;
	color:#DD9D5F;
	text-decoration:underline;
}

a:visited
{
	background-color:transparent;
	color:#DD9D5F;
	text-decoration:none;
}

/******Text*****/
.mono
{
	font-family: monospace;
	font-size: 15px;
}
.mono_mini
{
	font-family: monospace;
	font-size: 13px;
}