﻿@charset "utf-8";
/* CSS Document */

/*	body
	{
		text-align:center;
		padding:0;
		margin:0;
	}*/
	.d_container
	{
		width:990px;
		height:auto;
		border:0px solid red;
	}
	.d_main
	{
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:left;
		width:988px;
		margin:5px 0 10px 0;
	}
	.d_main h1
	{
		font-size:22px;
		color:#0066CC;
		border-bottom:2px solid #705841;
	}
	.t_title
	{
		font-size:14px;
		font-weight:800;
		color:#FF6600;
	}
	.p_title
	{
		font-weight:800;
		text-align:center;
	}
	.p_title td
	{
		border-top:1px solid #999999;
	}
	.t_b td
	{
		border-bottom:1px solid #999999;
	}
	.t_center
	{
		text-align:center;
	}
	.t_total
	{
		text-align:right;
		font-weight:800;
	}

	table tr td
	{
		padding:3px 0;
	}
