/*@charset "UTF-8";*/

/*====================================================
制作：2009.05.08　Ver1.0
修正：2009.05.12

レイアウト用（位置の指定やwrapper系）


	01：Body
	0：Container

=====================================================*/


/*----------------------------------------------------
　01：Body
-----------------------------------------------------*/

body {
	margin: 0;
	text-align: left;
}


/*----------------------------------------------------
　02：Header
-----------------------------------------------------*/

/* 全体
---------------*/

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 16px 0;
	background: url(../img/img1/img-body_cont_btm.png) left bottom no-repeat;
}

*html #wrapper {
	background: url(../img/img1/img-body_cont_btm.gif) left bottom no-repeat;
}

#wrapper_inner {
	margin: 0 auto;
	width: 948px;
	padding: 0 6px;
	background: url(../img/img1/img-body_cont.png) left top repeat-y;
}

*html #wrapper_inner {
/*	behavior: url(iepngfix.htc);*/
	background: url(../img/img1/img-body_cont.gif) left top repeat-y;

}

/* ヘッダー
---------------*/

#header {
	width: 938px;
	padding: 5px;
}

#header_inner_top {
	width: 936px;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-bottom: 1px solid #ececec;
}

#header_inner_btm {
	width: 938px;
	background-color: #f7f7f7;
	margin:0;
	border-bottom: 1px solid #999999;
}

/* グローバルナビゲーション
---------------*/

#gNavi {
	width: 938px;
	padding: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

/* コンテンツ
---------------*/

#mainCont {
	width: 936px;
	padding: 5px;
}

#mainCont_inner_top {
	width: 916px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-bottom: none;
}

#mainCont_inner_mid {
	width: 906px;
	padding: 13px 15px 8px 15px;
	background-color: #fff;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}

#mainCont_inner_btm {
	width: 912px;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-top: none;
}

/* コンテンツ（左）
---------------*/

#lCont {
	float:left;
	width: 663px;
}

/* コンテンツ（右）
---------------*/
#rCont {
	float:right;
	width: 234px;
}

/* コンテンツ（下）
---------------*/
#uCont {
	float:left;
	width:912px;
}

/* フッター
---------------*/

#footer {
	margin: 0 auto;
	width: 960px;
	height: 46px;
	display: inline;

}
