/* -- other -- */

/* ======================================== other のオリジナルの指定 */

/* --------------------
content-all
-------------------- */
#contents-all {
	width: 800px;
}
/* Start clear fix */
#contents-all:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#contents-all {
	zoom: 1;
	}
/* End clear fix */

#contents {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* --------------------
content
-------------------- */
.column {
	width: 660px;
	margin-bottom: 20px;
}
.column .left {
	float: left;
	display: block;
}
.column .right {
	float: right;
	display: block;
}
.column img {
	margin-bottom: 10px;
}

/* Start clear fix */
.column:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
.column {
	zoom: 1;
	}
/* End clear fix */


/* --------------------
footer
-------------------- */
#footer {
	clear: both;
	border-top: 4px solid #003c98;
	height: 42px;
}
.w600center {
	text-align: center;
	width: 600px;
}
