@charset "UTF-8";
@import "col-center.css";
@import "col-left.css";

/* ================================================================================= */
/* 2col (2 column type)                                                              */
/* ================================================================================= */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*-- コンテナー部分 --*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 930px;
}

/*-- コンテナーインナー部分 --*/
#container-inner {
	background-image: url(../img/spacer_dddddd.gif);
	width: 100%;
	float: left;
	margin-right: 0px;
	background-position: 200px 0px;
	background-repeat: repeat-y;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 100%;
	float: right;
	margin-left: -200px;
}

/*-- センターカラム部分 --*/
#center-col {
	margin: 0 0px 0 230px;
	padding: 0;
}
#center-col div.level01 li.img h3 {
	width: 520px;
}
#center-col div.level01 li.tobira_box {
	height: 175px;
	width: 100%;
}
#center-col div.level02 li.tobira_box {
	height: 175px;
	width: 50%;
}
#center-col div.level03 li.tobira_box {
	height: 200px;
	width: 33%;
}

/*-- 左カラム部分 --*/
#left-col {
	width: 200px;
	padding: 0;
	float: left;
}

/*-- 右カラム部分 --*/
#right-col {
	display: none;
}


/*
	background-color: #ff0000;
*/

