html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Meiryo,Verdana;
	color: #666666;
	background:url(//dream.jp/images/bg_main_L.gif) top left repeat-y #f1f2f7;
	}

div#container {
	position:relative;
	min-height: 100%;
	background:url(//dream.jp/images/bg_main_R.gif) top right repeat-y;
	}

* html div#continer {
	height:100%;
	}

div#main{
	padding-bottom:100px;
	font-size: 90%;
	line-height: 130%;
	}

h1 {
        background:transparent url(//dream.jp/images/bg_head_R.gif) no-repeat scroll right top;
        margin:0pt;
        padding:0pt;
        text-align:center;
        width:100%;
        }
	
div#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	background:url(//dream.jp/images/bg_foot.gif) bottom left repeat-x;
	}

#footerL {
	width: 100%;
	height: 100px;
	background:url(//dream.jp/images/bg_foot_L.gif) bottom left no-repeat;
	}

#footerR {
	width: 100%;
	height: 100px;
	background:url(//dream.jp/images/bg_foot_R.gif) bottom right no-repeat;
	text-align: center;
	}

img {
	border: 0;
	}

strong {
	font-size: 1.1em;
	}

hr {
	border-top: solid 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 100%;
	height: 1px;
	color: #dddddd;
}

