@charset "UTF-8";



/* Contents Layout Styles
******************************************************************************** */
#contents{
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

/* ---------------------------------------------------------------------------- 2 Column Layout */
.twoColumnLayout #contents {
	width: 945px;
}
.twoColumnLayout #mainContents {
	float: left;
	width: 760px;
}
.twoColumnLayout #subContents {
	float: right;
	width: 181px;
}

/* ---------------------------------------------------------------------------- 3 Column Layout */
.threeColumnLayout #contents {
	width: 945px;
}
.threeColumnLayout #main {
	float: right;
	width: 734px
}
.threeColumnLayout #mainContents {
	float: left;
	width: 542px
}
.threeColumnLayout #subContents {
	float: right;
	width: 181px;
}
.threeColumnLayout #main:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.threeColumnLayout #exContents {
	float: left;
	width: 200px;
}

