﻿@charset "utf-8";

@import url("sub-menu.css");
@import url("menu.css");
@import url("main.css");
@import url("archive.css");

*{
	margin: 0;
	padding: 0;
}

a:link,a:visited{
	color: #ed5600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

body {
	margin: 10px;
	background-color: #e0e0ca;
	font-size: 12px;
	font-family: "Trebuchet MS","Hiragino Kaku Gothic ProN";
	line-height: 150%;
	color: #333;
	text-align: center;
}

#box{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left; / ie 5.x bug fix /
}


h1{
	font-family: "Arial Bold";
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom:1px solid #999;
}

h2{
	font-size: 14px;
	border-left: 5px solid #ed5600;
	padding-left: 3px;
	margin: 0 0 10px 0px;
	color: #333;
	text-decoration: none;
}

h3{
	font-family: "Arial Bold";
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

h4{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	text-align: left;
	margin: 16px 0;
}

h5{
	font-size: 12px;
	line-height: 120%;
	color: #666;
	margin-bottom: 30px;
	font-weight: normal;
}

h6{
	font-size: 11px;
	color: #989888;
	text-align: right;
	padding-top: 15px;
}
/* ------------------ header ------------------ */


#header img{
	display: block;
}

#bread{
	padding: 3px 0px;
	font-size: 13px;
	text-align: left;
	color: #333;
	text-indent: 5px;
}

/* ------------------- footer -------------------- */

#footer{
	float:left;
	margin:0;
	padding-top: 10px;
	width:802px;
}


/* ------------------- report -------------------- */