BODY { background-color:#DBDFC8;
position:center;
}

h1{
margin:0px;
padding:0px;
}

h2{
margin:0px;
padding:0px;
}

.red {
	color: #F00;
	font-weight: bold;
}


/* ●600px以下CSS */
@media screen and ( max-width:600px ){

div#content{
	width:100%;
	background-color: #FAFAFA
}


div#main_01{
	left:0px;
	width:100%;
	background-color: #FAFAFA
}


#logo{
	width:100%;
}

.img1 {
  width:100%;
}
.img2 {
  width:100%;
}
.img3 {
  width:32%;
}
.img5 {
  width:32%;
}

.img6 {
  width:32%;
}


}

/* ●601px以上CSS */
@media screen and ( min-width:601px ){

div#content{
	text-align:left; 
	left:1px;
	top:10px;
	width:1000px;
	background-color: #FAFAFA
}


div#main_01{
	position:left;
	width:100%;
	background-color: #FAFAFA
}


.img1 {
  width:1000px;
}
.img2 {
  width:497px;
}
.img3 {
  width:328px;
}
.img5 {
  width:245px;
}
.img6 {
  width:162px;
}

	
}