@charset "UTF-8";

#all {
	text-align: left;
	width: 800px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}

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


/* ======================================== #header */
#header {
}

/* ======================================== #contents-all */

#contents-all {
	background-image: url(../img/contentsall_bg.gif);
	background-repeat: repeat-y;
	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 */


#sidebar {
	float: left;
	width: 200px;
}
#contents {
	float: left;
	width: 560px;
	padding-top: 1.5em;
	margin-left: 25px;
	margin-bottom: 20px;
}

/* --------------------
content
-------------------- */
#contents .center {
	width: 100%;
	display: block;
	text-align: center;
}
#contents .wide100right {
	width: 100%;
	display: block;
	text-align: right;
}

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


.column {
	width: 525px;
	margin-bottom: 20px;
}
.column .left {
	float: left;
	display: block;
}
.column .right {
	float: right;
	display: block;
	margin-left: 20px;
}

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

.column .half {
	width: 260px;
	float: left;
}
.column .half img {
	margin-left: 22px;
}

/* ======================================== #footer */
#footer {
	clear: both;
	border-top: 4px solid #003c98;
	height: 42px;
}
