@charset "UTF-8";



body{


/*

background-image: url(../../img/common/headerLine.gif);

background-repeat: repeat-x;

background-position: top;

*/

text-align: center;

}



div#wrapper{


text-align: left;

}



div#headerArea{


}

#footer-area{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}



@media screen and (max-width:540px){ /* 540px〜 */



div#wrapper{

width: 100%;

margin: 0 auto 0 auto;

text-align: left;

}



div#headerArea{

width: 100%;

}
	
#footer-area{
width: 100%;
margin: 0;
padding: 15px 0;
}



}