@import url("clearfix.css");
@import url("common.css");

/* 背景色 \*/
body {
	background: url(../img/header_bg.gif) repeat-x;
	background-color: #FFFFFF;
}

/* 全体設定ここまで \*/

/* header \*/
#header {
	overflow: hidden;
	width: 650px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}

#header h1 {
	width: 67px;
	position: absolute;
	top: 6px;
}

#header p.copyright {
	width: 130px;
	position: absolute;
	top: 3px;
	left: 520px;
}

/* main \*/
#main {
    width: 600px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}


#main h2{
   margin:15px 0 10px 0;
	}

#main p{
 margin-top:10px;
 }

/* footer \*/
#footer {
	width: 100%;
	clear: both;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 12px;
}

#footer div {
	width: 515px;
	height: 39px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/logo_mcd.gif) no-repeat top center;
}

.img {
	margin: 10px 0 30px 10px;
	float: right;
}

dt {
float:left;
width:6em;
}

dd{
margin-left:6em;
margin-bottom:15px
}

