﻿@charset "UTF-8";
div#WRAP{
	background-image:		url(../images/header.png);
	background-repeat:		repeat-x;
	}
div#CONTAINER{}
/* Hides from IE-mac \*/
* html div#CONTAINER {height: 1%;}
/* End hide from IE-mac */

div#HEADER{
	margin:						0 auto;
	width:							900px;
	height:						90px;
	}

div#title{
	text-align:					left;
	}

h1#TITLE{
	display:						none;
	}

h1#SITENAME{
	font-size:					1.6em;
	line-height:					50px;
	}

h1#SITENAME a{
	color:							#FFF;
	}

h1#SITENAME a:hover{
	color:							#890;
	}

h1#SITENAME span{
	font-family:					"Centry Gothic";
	font-size:					0.6em;
	font-weight:					normal;
	line-height:					16px;
	}

div#title p{
	display:						none;
	}

ul.accordion{
	float:							left;
	list-style-type:				none;
	text-align:					left;
	}

ul.accordion li{
	display:						inline;
	margin:						0 12px 0 0;
	line-height:					28px;
	}

ul.accordion li a{
	color:							#FFF;
	text-decoration:			underline;
	}

li#toggle a{
	text-decoration:			none;
	}

div.ads{
	float:							left;
	padding:						7px 0 8px 0;
	}

div#CONTENTS{
	background-image:		url(../images/contents_bg.png);
	}
