
/*clearfix*/
.cf:before,
.cf:after {
  content:"";
  display: table;
}
.cf:after {
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom:1;
}
/*clearfixここまで*/

img{
	/*画像の伸縮設定*/
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
    	/*画像のボーダーを消す*/
    border: none;
	font-size: medium;
	list-style-image: none;
}
a img {
	border-style:none;
	}




body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}


.header {
	width: 100%;
	height: 531px;
	background-repeat: repeat-x;
	background-image: url(images/top_03.png);
}
.contents {
	width: 100%;
	height: auto;
}
.footer {
	width: 100%;
	height: 199px;
	background-image: url(images/top_11.png);
	background-repeat: repeat-x;
}
