@charset "UTF-8";
@import "col-headline.css";
@import "col-center.css";

/* ================================================================================= */
/* 1col (1 column type)                                                              */
/* ================================================================================= */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*-- コンテナー部分 --*/
#container {
	text-align: left;
	margin: 8px auto 0 auto;
	width: 980px;
}

/*-- コンテナーインナー部分 --*/
#container-inner {
	width: 980px;
}

/*-- ヘッドラインカラム部分 --*/
#headline-col {
	width: 980px;
}
#headline-col .col-inner {
	padding-bottom: 26px;
	overflow: hidden;
}

/*-- センターカラム部分 --*/
#center-col {
	width: 980px;
	overflow: hidden;
}
#center-col .col-inner {
	width: 940px;
	margin: 0px 20px 0px 20px;
	overflow: hidden;
}
#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%;
}

/*-- 右カラム部分 --*/
#right-col {
	display: none;
}

/*-- 左カラム部分 --*/
#left-col {
	display: none;
}


/*
	background-color: #ff0000;
*/


