* {
 margin:0;
 padding:0;			/* 全てのプロパティの余白とパディングをリセット*/
}
.wrapper {
	width: 950px;
	margin: 0 auto;	/* 幅固定（860px）でセンタリング*/
	line-height: 1.0;
	border: solid 0px #D2D2D2;
	
}
#title_header {
	width: 950px;
	height: 90px;	/* サイトロゴの高さに合わせて調節*/
	/* リンクをブロック要素にする */
	background-image: url('../img/title02.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px;
	display: block;
	float: left;
}
.title_contents {
	width: 950px;
	/* リンクをブロック要素にする */
	padding: 0px 0px;
	display: block;
	float: left;
}
.button
{
   /* リンクをブロック要素にする*/
   display: block;
   float: left;
   text-align: center;
   width: 102px;
}
#title_footer {
	clear: both;	/* float をクリア*/
	width: 950px;
	height: 20px;
	text-align: center;
	padding: 0px 0px;
	display: block;
	float: left;
}

body { 
	font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif ; 
}
h1 {
	margin: 0 1em;
	color: #909090;
	font-family: Times New Roman, 'ヒラギノ明朝', serif ; 
}
	
