﻿@charset "utf-8";

@import url("common.css");
@import url("header.css");
@import url("layout.css");
@import url("contents.css");
@media print
{
div#header ul,div#side,div#footer ul,div#flasharea
{
	display:none;
}
div#header
{
	margin:0;
}
body#index h1
{
	height:38px;
	margin:0;
	background-position:0 0;
}
h2
{
	width:177px;
	height:42px;
	background:url(../img/top_news_list.gif) 1px 1px no-repeat;
	text-indent:-8883px;
}
div#contents
{
	margin:0;
}
div#footer address
{
	clear:both;
	padding:20px 0;
}

}
