
/* -----------------------------------------------------------------------

	チェブくま　全ページ共通のフォーマットCSS

-----------------------------------------------------------------------*/
@charset "UTF-8";
html,body{
	height:100%;
/*overflow: hidden;*/
}
body {
	padding:0px;
	margin:0px;
	background:url("../images/bg.jpg");
}
#wrapper{
	height:100%;
	text-align:center;
}
#Contents{
text-align:left;
width:800px;
line-height:150%;
margin:auto;}

#Contents h1{
line-height:140%;}
img{
border:0px;
}
