@charset "UTF-8";
@import "col-center.css";

/* ================================================================================= */
/* 1col (1 column type)                                                              */
/* ================================================================================= */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*-- コンテナー部分 --*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 930px;
}

/*-- コンテナーインナー部分 --*/
#container-inner {
	width: 100%;
	float: left;
	margin-right: 0px;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 100%;
	float: right;
	margin-left: 0px;
}

/*-- センターカラム部分 --*/
#center-col {
	margin: 0;
	padding: 0;
}
#center-col div.level01 li.img h3 {
	width: 750px;
}
#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: 24.9%;
}

/*-- 左カラム部分 --*/
#left-col {
	display: none;
}

/*-- 右カラム部分 --*/
#right-col {
	display: none;
}


/*
	background-color: #ff0000;
*/

