@charset "Shift_JIS";
/* CSS Document */
*{
 margin:0;
 padding:0;
}
html,body{
 height:100%;
 font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
 font-size:12px;
 color:#555;
}
#container, #header, #menu, #footer{
 width:960px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url("../images/bg.gif");
	background-repeat:repeat-y;
	min-height:580px;
	height:auto !important;
	height:100%;
}

#container:after{
	content: "";
    clear: both;
    display: block;
}
/* 20110523 PlanES Endo Start*/
/*#header{ height:68px;}*/
#header{ height:83px;}
/* 20110523 PlanES Endo End*/

#contents{
	width:960px;
	min-height:580px;
	height:auto !important;
	height:100%;
	padding-bottom:30px;
}

#footer{
 margin-left:auto;
 margin-right:auto;
 background-color:#FFFFFF;
 text-align:center;
}

