@charset "utf-8";
/* CSS Document */

#mainContents{
	width: 900px;
	margin: 20px auto;
	}

#header #headerWrap p {
 float: left;
 width:480px;
}

/*配置
---------------------------------------------------*/

.leftBox{
	width: 100%;
	margin-bottom: 10px;
}

.rightBox{
	width: 100%;
	margin-top: 10px;
}	


.leftBox img{
	float: right;
}


.rightBox img{
	float: left;
}
	
.clearBox{
	padding-top: 10px;
	clear: both;
}	

.clearBox img{
	margin-right: 10px;
}


.left{
	float: left;
	}
	
.right{
	float: right;
	}

.clear{
	clear: both
	}

.clearBox{
	clear: both
	}
	
/*間隔
---------------------------------------------------*/

.btm_pic{
	padding: 10px 0px;
}

.mgn_top{
	margin-top: 20px;
	}

.mgn_btm{
	margin-bottom: 20px;
	}

.pad_r{
	padding-right: 10px;
	}

