/* レイアウト用CSS */
body {
	text-align:center;
	background-color: #cccccc;
	background-position: center 0px;
	line-height: 1.3;
}
#contents {
	width: 600px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	border:solid 1px #ffffff;
	position:relative;
}
h1 {
	text-align:left;
	height:60px;
	letter-spacing:5px;
	padding-right:10px;
	margin-bottom:25px;
	background-image: url(../img/desing/f.bg.gif);
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
h2,h3,p  {
	margin-left: 15px;
	margin-right: 15px;
}
#footer {
	clear:both;
	height: 50px;
	padding: 20px;
}
table{
	width: 90%;
	border: 2px solid #999999;
	margin-top: 0px;
	margin-left: 20px;
}
caption{
	color: #ffffff;
	background-color: #666666;
	margin-top: 30px;
}
th {
	font-size: 90%;
	padding: 5px;
	background-color: #ffffcc;
	border: 2px #ffff99;
	white-space: nowrap;
	text-align: left;
}
td {
	padding: 5px;
	background-color: #ffff99;
	border: 2px  #ffff99;
	white-space: normal;
	text-align: center;
	
}


