@charset "UTF-8";
@import "col-left.css";
@import "col-right.css";

/* ================================================================================= */
/* 2col (2 column type)                                                              */
/* ================================================================================= */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*-- コンテナー部分 --*/
#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding: 30px 0 10px 0;
}

/*-- 左カラム部分 --*/
#left-col {
	float: left;
	width: 660px;
	overflow: hidden;
}
#left-col .col-inner {
	width: 615px;
	margin: 0px 0px 0px 45px ! important;
	overflow: hidden;
}

/*-- 右カラム部分 --*/
#right-col {
	float: left;
	width: 300px;
	overflow: hidden;
}
#right-col .col-inner {
	width: 215px;
	margin: 0px 45px 0px 40px ! important;
	overflow: hidden;
}


/*
	background-color: #ff0000;
*/
