@charset "utf-8";
body {
 margin:0; padding:0;
}
#overhead {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 2px solid #CCC;
}
#header, #contents {
	width: 950px;
	margin: 0px auto;
	clear: both;
}
#footer {
	text-align: center;
	clear: both;
}
.wrapper {
	width: 650px;
}
.wrapper .maincontents {
	width: 400px;
	margin-right: 5px;
}
.wrapper .sidebox_menu {
	width: 227px;
	margin-right: 10px;
}
* html .wrapper .maincontents {/* IE6 */
	margin-right: 5px;
}
* html .wrapper .sidebox_menu {/* IE6 */
	margin-right: 5px;
}
/* INDEX_TEMPLATE */
.indextemplate .wrapper {
	width: 650px;
}
.indextemplate .wrapper .maincontents {
	width: 400px;
	margin-right: 5px;
}
.indextemplate .wrapper .sidebox_menu {
	width: 227px;
	margin-right: 10px;
}
* html .indextemplate .wrapper .maincontents {/* IE6 */
	margin-right: 5px;
}
* html .indextemplate .wrapper .sidebox_menu {/* IE6 */
	margin-right: 5px;
}
/* COLUMN3_TEMPLATE */
.column3template .wrapper {
	width: 698px;
}
.column3template .wrapper .maincontents {
	width: 450px;
	margin-right: 5px;
}
.column3template .wrapper .sidebox_menu {
	width: 227px;
	margin-right: 5px;
}
* html .column3template .wrapper .maincontents {/* IE6 */
	margin-right: 5px;
}
* html .column3template .wrapper .sidebox_menu {/* IE6 */
	margin-right: 5px;
}
/* COLUMN2_TEMPLATE */
.column2template .wrapper {
	width: 698px;
}
.column2template .wrapper .maincontents {
	width: 680px;
	margin-right: 5px;
	margin-left: 8px;
}
* html .column2template .wrapper .maincontents {/* IE6 */
	margin-right: 5px;
}

.f_right {
	float: right;
}
.f_left {
	float: left;
}
.clear {
	clear: both;
}
.bgwhite {
	background-color: #FFF;
}
.bglightgray {
	background-color: #E5E5E5;
}
