/*			clap			*/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.0;
	color:#000;
	
	background-attachment:fixed;
	background-color:#fff;
	background-image:url(../back/old.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	
	margin:0px;
	padding:0px;
}

#index{
	width:450px;
	margin:0px auto;
}
#pagetop{line-height:1.5;}
#footer{
	width:auto;
	border-top:1px solid #ffcc66;
	text-align:right;
}


ul{list-style:none;}
li{display:inline;}

h1,h2{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:normal;
}
h1{
	background-attachment:scroll;
	background-image:url(../back/old-h1.gif);
	background-repeat:no-repeat;
	width:auto;
	height:88px;
}
h2{border-bottom:1px solid #ffcc66;}

a{text-decoration:none}
	a:link{color:#000;}
	a:visited{color:#708090;}
	a:hover{color:#ccc;}


.tdftad{
	font-size:9px;
	color:#ccc;
	text-align:center
}