﻿@charset "utf-8";
/*↓メイン構成強制置き換え　CSS　*/
body{
	background-color: #e4e4e4;
}
/* ↓↓  #container 全体包括 */
#container{
  	/*margin: 0 auto!important;
  	padding: 0 10px!important;*/
	width: 900px !important;

	/* background: #fff url('../img/bg_main.gif') repeat-x 0 70px;*/

	text-align: left!important;
  	border-left: 1px solid silver;
  	border-right: 1px solid silver;
  	height: 100%;
  	background: #fff url(../img/bg_main.gif) 0 70px repeat-x;
}
/* ↓↓  #header メイン上端 */
/* ↓↓  #header メイン上端 */
#header{
  	height: 105px!important;
  	width: 845px !important;

  	margin:0px;
  	text-align:left
}
/* ↓↓  #side_contents 左メニュー */
#side_contents{
   width: 235px!important;
   border-right: 0px !important;

}
/* ↓↓ #main_contents メイン中央 */
#main_contents{
  width:602px !important;
  width:639px !important;
  float:right !important;
  
  height:auto;
  text-align:left;

}
/* ↓↓ #footer メイン下端 */
#footer{
  clear: both;
  margin:0;
  padding:0;
  height: auto;
  
}
/*↑　########## ここまで　トップ画面構成CSS ##########　*/

