body{
        background-image:url(img/back.jpg);
        background-position:top center;
        text-align:center;
        font-family:"MS Pゴシック";
        font-size:"12px";
        color:#666666;
        margin:0px;
        padding:0px;
}

h1{
        background-image:url(img/title.jpg);
        height:150px;
        letter-spacing:5px;
        padding-top:30px;
        padding-left:50px;
        font-family:"HGP行書体";
        font-weight:normal;
        font-size:20px;
        border-bottom:solid 1px #666666;
        margin-bottom:22px
}

h3 {
        height:30px;margin:0px 10px 5px 10px;padding:5px 0px 0px 0px;
        font-size:16px;font-weight:bold;color:#000080;
        text-align:left;
        background-image:url(img/line.gif);
        background-position:bottom;background-repeat:repeat-x;
}


table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0;
}

th {
	padding: 6px;
	color: #555555;
	font-size: 16px;
}

td {
	border: solid 1px #555555;
	background-color:;
	color: #555555;
	font-size: 12px;
}

#footer p{
        padding:5px 0;
}