﻿@charset "UTF-8";


/* --- 見出しエリア --- */
div.heading {
width: 580px; /* 見出しエリアの幅 */
margin-top: 80px;
margin-bottom: 1em;
margin-bottom:0;
background: url(../img/heading_back_left.gif) no-repeat left top; /* 見出しエリアの背景 */
border-bottom: 2px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 10px 10px 5px; /* 見出しのパディング（上、左右、下） */
background: url(../img/heading_back_right.gif) no-repeat right top; /* 見出しの背景 */
border-bottom: 2px #33cccc solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}



#underNavi{
	background-color: #036;
	margin-top: 0;
	color: white;
}
	
table{
width: 580px;
margin-top: 0;
margin-bottom: 30px;
border: solid 1px #CCC;
border-collapse: collapse;


}
th{
	text-align:left;
	padding: 15px;
	border: none;
}
td{
	padding: 5px 25px;
	border: none;
	
}