@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// toppage only */

html{
	height:100%;
}

body{
	height:auto;
}

/* ///////////////////////////////////////// h1テキストの配置 */

div#copy{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	padding-bottom:60px;
}

div#copy h1{
	width:960px;
	margin:0 auto;
	font-size:77%;
	height:1.5em;
	line-height:1.4;
	color:#555;
	text-align:left;
}

.facebook{
	background:url(img/icon_fb.gif) no-repeat left top;
	padding:0 0 2px  15px;
}

.twitter{
	background:url(img/icon_tw.gif) no-repeat left top;
	padding:0 0 2px  15px;
}

/* for IE6 

* html h1#copy{
	bottom:-163.5em;
}
*/
/* for IE7 

*:first-child+html h1#copy{
}
*/

* html div#copy{
}

div#wrapper{
	position:relative;
	height:100%;
	min-height:100%;
	padding-bottom:1.5em;
	zoom:1;
}

body > #wrapper {
        height: auto;
}


/* for IE7 */

*:first-child+html div#wrapper{
	padding-bottom:4.8em;
	/*padding-bottom:1.75em;*/
}

/* for IE6 */

* html div#wrapper{
	padding-bottom:5.5em;
}

