body
{
	text-align: center;
	color: #FFCC33;
	background-color: #996600;
	font-family: tahoma;
}
a:link{ color: #FFFF00; }
a:visited{ color: #333333; }
a:hover{ color:#FFFFFF; }


/*----------------------*/
/*-- global           --*/
/*----------------------*/
div#main
{
	width: 850px;
	text-align: left;
}
div#main_container
{
	float: left;
	width: 600px;
}

div#left_logo
{
	width: 200px;
	float: left;
}


div#contents
{
	width: 650px;
	float: right;
}

div#mainmenu
{
	width: 400px;
	float: left;
}

div#right_block
{
	padding-left: 10px;
	width: 200px;
	height: 400;
	float: left;
	border-left: 1px dotted #999999;
}

/*----------------------*/
/*-- header           --*/
/*----------------------*/
h1
{
	display: none;
}
h2
{
	font-size: 110%;
	color: #FFFFFF;
	border-top: 1px dotted #FFCC99;
	border-bottom:1px dotted #FFCC99;
}
h3
{
	font-size: 100%;
}


hr
{
	border: 1px dotted #999999;
	height: 1px;
}
img.line
{
	margin: 10px;
}
img.thmb
{
	border:0px;
	margin-right: 5px;
}

li
{
}
.point
{
	font:bold;
	color: white;
}

/*----------------------*/
/*-- position         --*/
/*----------------------*/
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

/*----------------------*/
/*-- top              --*/
/*----------------------*/
div.indenty
{
	margin-left: 20px;
}
.memo
{
	font-size: 75%;
	color: #CC9900;
}
div.news
{
	padding: 10px;
	border: 1px dotted #996600;
	background-color: #885500;
	color: #660000;
	font-size: 80%;
}

div.borderbox
{
	padding: 10px;
	margin: 10px;
	border: 1px dotted #996600;
	color: #660000;
	background-color: #CC9933;
	float: left;
}


/*----------------------*/
/*-- link             --*/
/*----------------------*/
div.sitetitle
{
	font-size: 120%;
}
div.url
{
	font-size: 80%;
}


/*----------------------*/
/*-- allabout         --*/
/*----------------------*/
img.pgm
{
	border: 1px solid #CCCCCC;
}

table.pgm td
{
	border-bottom: 1px dotted #999999;
}