@charset "shift_jis";

/*　全ページ共通のレイアウトとなります　*/

#wrapper{
	width:100%;
	min-width:960px;
	height:auto;
}

header#header{
	padding-top:4px;
	background:#fafafa;
}

#container{
	width:100%;
	min-width:960px;
	padding:60px 0 80px 0;
	border-bottom:solid 1px #bababa;
}

footer#footer{
	position:relative;
	width:100%;
	min-width:960px;
	height:120px;
	border-top:solid 1px #ededed;
	background:url(../images/bg_footer.gif);
}