@charset "utf-8";
/* CSS Document */



body{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:center;
	}


.clear{
	clear:both;
	}



img{
	border:0;
	}




a, div, ul, li, img, table, tr, td, address { 
	margin : 0; 
	padding : 0; 
	} 






#main{
	width:700px;
	margin:10px auto 0 auto;
	padding:0;
	background-color:#FFFFFF;
	clear:both;
	}


#date{
	width:680px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	}





#futter{
	width:700px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	color:#CCCCCC;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	letter-spacing:normal;
	line-height:150%;
	}
	


#futter ul{
	list-style-type:none;
	}




#futter li{
	margin-left:20px;
	font-size:14px;
	color:#333333;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	font-weight:bolder;
	}




#futter a{
	color:#333333;
	text-decoration:none;
	}



#futter a:link{
	color:#333333;
	}
	

#futter a:visited{	
	color:#999999;
	}
	
	
	
	
#futter a:hover{
	color:#C73676;
	}




address{
	margin:10px auto;
	padding:0;
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:center;
	}




	
	
