@CHARSET "UTF-8";

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：枠組 - マスター
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*ルート
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/
body
{
	/*
	background-repeat	: repeat;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/root.jpg);
	*/
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*セクション
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/
#section-header
{
	z-index : 0;
	
	width	: 100%;
	
	margin-right : -2px; /*for IE6 (div.absolute隣接バグ)*/
	
	text-align : center;
	
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-header.jpg) ;
}

#section-top
{
	z-index : 0;
	
	width	: 100%;
	
	margin-right : -2px; /*for IE6 (div.absolute隣接バグ)*/
	
	text-align : center;
	
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-top.jpg) ;
}

#section-main
{
	z-index : 0;

	width	: 100%;
	
	margin-right : -2px; /*for IE6 (div.absolute隣接バグ)*/
	
	text-align : center;
	
	/*
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-body.jpg);
	*/
}

#section-bottom
{
	z-index : 0;

	width	: 100%;
	
	margin-right : -2px; /*for IE6 (div.absolute隣接バグ)*/

	text-align : center;
	
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-bottom.jpg);
}
#section-footer
{
	z-index : 0;
	
	width	: 100%;
	
	margin-right : -2px; /*for IE6 (div.absolute隣接バグ)*/

	text-align : center;
	
	background-repeat	: repeat-x;
	background-position	: left top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-footer.jpg);
}

#section-topnavi
{
	position: absolute;
	z-index : 10;

	top  : 270px;
	left : 0px;

	width	: 100%;

	text-align : center;
	
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-topnavi.jpg);
}

#section-headernavi
{
	position: absolute;
	z-index : 10;
	
	top     : 0px;
	left    : 0px;

	width	: 100%;
	
	text-align : center;

	/*
	background-repeat	: repeat-x;
	background-position	: top center;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/section-headernavi.jpg);
	*/
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フレーム
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/
#frame-header
{
	margin-left		: auto;
	margin-right	: auto;

	text-align : left;
	
	width	: 900px;
	height	: 44px;
}

#frame-top
{
	margin-left		: auto;
	margin-right	: auto;

	text-align : left;
	
	width	: 900px;
	height	: 296px;	
}

#frame-main
{
	margin-left		: auto;
	margin-right	: auto;

	text-align : left;

	width	: 900px;
}

#frame-bottom
{
	margin-left		: auto;
	margin-right	: auto;
	
	text-align : left;

	width	: 900px;
	height	: 140px;
}

#frame-footer
{
	margin-left		: auto;
	margin-right	: auto;
	
	text-align : left;

	width	: 900px;
	height	: 40px;
}

#frame-navi-top
{
	margin-left		: auto;
	margin-right	: auto;

	text-align : left;
	
	width	: 900px;
	height	: 70px;
}

#frame-navi-header
{
	

	left : 50%;

	padding-left	: 450px;
}

/*--------------------------------------*/
/*メインフレーム
/*--------------------------------------*/

/*【構成図：frame-main】
/*****************************************************************************/
/*#frame-main-top                                                            */
/*←	                                                                         */
/*****************************************************************************/
/*#frame-main-center                                                         */
/*←	                                                                         */
/* ========================================================================= */
/* |#frame-main-right	                                                  →||*/
/* | ===============================================                       ||*/
/* | |#frame-main-left                             |                       ||*/
/* | |←	                                           |                       ||*/
/* | | ===================== ===================== | ===================== ||*/
/* | | |#container-left    | |#container-center  | | |#container-right   | ||*/
/* | | |                   | |                   | | |                   | ||*/
/* | | |←	               | |                  →| | |                  →| ||*/
/* | | ===================== ===================== | ===================== ||*/
/* | |                                             |                       ||*/
/* | ===============================================                       ||*/
/* |                                                                       ||*/
/* ========================================================================= */
/*                                                                           */
/*****************************************************************************/
/*#frame-main-bottom                                                         */
/*←	                                                                         */
/*****************************************************************************/

#frame-main-center
{
	width	: 900px;
/*
	background-repeat	: repeat-x;
	background-position	: top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/frame-main-center.jpg) ;
*/
}

#frame-main-right
{
	float	: right;
	width	: 900px;
/*		
	background-repeat	: repeat-y;
	background-position	: right top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/frame-main-right.jpg) ;
*/
}

#frame-main-left
{
	float	: left;
	width	: 900px;
/*	
	background-repeat	: repeat-y;
	background-position	: left top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/frame-main-left.jpg);
*/
}

#frame-main-top
{
	width	: 900px;
	height	: 0px;

	font-size   : 0; /*for IE6*/
	line-height : 0; /*for IE6*/
	
/*
	background-repeat	: repeat-x;
	background-position	: top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/frame-main-top.jpg) ;
*/
}

#frame-main-bottom
{
	clear : both; /*for ALL except IE (上配置ブロック内のfloatブロック内包措置) */
	width	: 900px;
	height	: 0px;

	font-size   : 0; /*for IE6*/
	line-height : 0; /*for IE6*/
/*
	background-repeat	: repeat-x;
	background-position	: top;
	background-image	: url(http://www.chiba-gyosei.or.jp/images/frame-main-footer.jpg) ;
*/
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*パラグラフルートコンテナ*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*デザインを規定する内容をなるべく記述しないこと*/
#container-header
{
	width	: 100%;
	height	: 100%;
}

#container-top
{
	width	: 100%;
	height	: 100%;
}

#container-center
{
	float	: right;
	
	width	: 620px;

	padding-top		: 0px;
	padding-bottom	: 10px;
	padding-left	: 0px; /*for IE6 (はみ出るバグ対策、余裕幅を作る)*/
	padding-right	: 0px; /*for IE6 (はみ出るバグ対策、余裕幅を作る)*/
}

#container-left
{
	float	: left;
	
	width	: 260px;
	
	padding-top		: 0px;
	padding-bottom	: 10px;
}

#container-right
{
	float	: right;
	
	width	: 0px;
	
	padding-top		: 0px;
	padding-bottom	: 10px;
}

#container-bottom
{
	width	: 100%;
	height	: 100%;
}

#container-footer
{
	width	: 100%;
	height	: 100%;
}

#container-topnavi
{
	width	: 100%;
	height	: 100%;
}

#container-headernavi
{
	width	: 0px;
	height	: 0px;
}
