﻿@charset "UTF-8";


/* --- 見出しエリア --- */
div.heading {
width: 550px;
margin-top:0;
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%;

}



table#form-table{
	margin-bottom: 10px;
	padding:20px;
	border: solid 1px #CCC;
	width:540px;
}	

th{
	background-color: #CCC;
	border-bottom: dotted 1px #666;

}

td{
	width:420px;
}
th,td{
	font-weight:normal;
	padding:5px;
}



span.kome{
	color: #F00;
}

p.waku{
	width: 550px;
	border: dotted 1px #999;
	padding: 10px;
}

small{
	font: 80% normal;
	lear:left;
	margin-bottom:0;
	text-align:center;
}
td#button{
	text-align:center;
	padding-bottom:50px;
	}
