@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFAE6;
	
}

a:link     {text-decoration:none;      color:#3D261D}
a:active   {text-decoration:none;      color:#3D261D}
a:hover    {text-decoration:underline; color:#3D261D}
a:visited  {text-decoration:none;      color:#3D261D}

div#copy{
	margin:0; 
	padding:0;
	text-align:center;
	line-height:180%;
	font-size:10px;
	color:#3D261D;
	font-family:ＭＳ Ｐゴシック,Hiragino Kaku Gothic Pro,Osaka,sans-serif;
	width:768px;
}
		
	div#footbar{
	margin:0; 
	padding:0;
	width:768px;
}


/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../img/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}