@charset "utf-8";
/* CSS Document */

.body{
		width:801px;
		height:700px;
		margin-left:auto;
		margin-right:auto;

		}

a img{
		border:0px;
		}


a:link {
	color:#FFFFFF;
	
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}


p{
		margin:0px;
		float:left;
		}

#leftline{
		float:left;
		margin:0px auto;
		height:720px;
}


#header{
        width:780px; 
		height:130px;
		float:left;
		margin:0px;
        }

.button{
		float:right;
		margin-top:30px;
		margin-bottom:0px;
		border-bottom-width:0px;
		}


#menu{
        width:780px;
		height:540px;
		margin:0px;
		float:left;
		padding-top:0px;
		}

h1{
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size:16px;
		font-weight:bold;
		color:#993300;
		margin-top:40px;
		margin-bottom:30px;
		letter-spacing:0.1em;
		line-height:1.5;
		}

.grd{
		margin-bottom:10px;
		}

table{
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		border-spacing:3em;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size:12px;
		font-weight:700;
		border-spacing:5px;
		color:#666666;
		letter-spacing:0.2em;
		line-height:1.5;
		clear:both;

		}

td{
		padding-bottom:10px;
		padding-top:10px;
		border-bottom-color:#666666;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		}
#footer{
        width:801px; 
		height:25px;
		margin:0px;
		clear:both;
		}

