@charset "utf-8";


html { overflow-y: scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align: left; }
q:before,q:after { content: ''; }
object,
embed { vertical-align: top; }
hr,legend { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
img,abbr,acronym,fieldset { border: 0; }
img { vertical-align: text-bottom; }
li { list-style-type: none; }


body {
	background: #FFF url(../image/common/bg.gif) no-repeat top center;
	color: #333;
	font-size: small;
	font-family: "CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "lr oSVbN","MS PGothic",Sans-Serif;
}




html, body { height: 100%; }

#wrap { min-height: 100%; width: 100%; min-width: 1024px;}
#main { overflow:auto; padding-bottom:15px; width:100%; height:auto;}

#footer {
	position: relative; font-size:x-small; text-align:center; color:#ffffff; margin-top: -15px; height: 15px;
	clear:both; background: #df0615 url(copy.gif) no-repeat center top;
}

#footer_2 {
	position: relative; font-size:x-small; text-align:center; color:#ffffff;
	clear:both; background: #df0615 url(copy.gif) no-repeat center bottom;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

