@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


/*
フロート用 CSSハック

*/
div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div{ display: inline-block; }


/* Hides from IE-mac \*/
* html div{ height: 1%; }
div{ display: block; }
/* End hide from IE-mac */


h1,h2,h3,h4,h5{
	font-size:xx-small;
	overflow:hidden;
	font-weight:normal;
}


img{
	border-width:0;
	font-size:xx-small;
	overflow:hidden;
}


body{
	margin:0;
	padding:0;
	text-align:center;
}

#container{
	margin:0 auto 0 auto;
	width:500px;
	text-align:left;
}




h1{
	background:url(../../img/maintitle_fukudaya.gif) no-repeat;
	width:126px;
	height:36px;
	text-indent:-3000px;
	margin:120px 0 20px 190px;
}
	
	h2{
		background:url(../../img/Ohtakus.gif) no-repeat;
		width:212px;
		height:15px;
		text-indent:-3000px;
		margin:0 0 20px 145px;
	}
	
h3{
	background:url(../../img/wellcome.gif) no-repeat;
	width:184px;
	height:19px;
		text-indent:-3000px;
		margin: 0 0 50px 160px;
	
	

}

a:hover img{
	filter:alpha(opacity=60); /* internet explorer 系での表記 */
-moz-opacity: 0.6; /* Mozilla 系での表記 */
opacity: 0.6; } /* Safari などに対応 */

#box{
		width:500px;
		margin:0 0 30px 0;
	}

dl{
	float:left;
	width:150px;
	display:block;
}

#new {
	margin:0 0 0 80px;
	display:inline;
}
#new dt{
	margin:0 0 8px 15px;
}
	
#old{
	margin:0 0 0 50px;
}
#old dt{
	margin: 0 0 13px 0;
}
#old dd{
	margin: 0 0 0 26px;
}
	
	h4{
		text-align:center;
		clear:both;
	}
	