@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	color:#45371F;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(http://www.stia.jp/towel_sommelier_club/images/login/bg.jpg);
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*
dwcs4でflashの下に隙間が出来る対策
*/
object {
	display: block;
}

/*
ヘッダー
-----------------------------------------------------------------*/

#header_wrap{
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	background-image:url(../../images/login/head_line.png);
	background-repeat:repeat-x;
	background-position:left top;
	overflow:hidden;
}

#header_body{
	width:1000px;
	height:115px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

/*
ロゴ
*/

#header_body h1{
	width:264px;
	height:73px;
	position:absolute;
	top:24px;
	left:0px;
}

#header_body h1 a{
	display:block;
	background-image:url(../../images/login/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:264px;
	height:73px;
}

#header_body h1 a span{
	display:none;
}


/*
フッター
-----------------------------------------------------------------*/

#footer_wrap{
	clear:both;
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	background-image:url(../../images/login/footer.png);
	background-repeat:repeat-x;
	background-position:left top;
	overflow:hidden;
}

#footer_wrap_body{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	line-height:57px;
	text-align:center;
	color:#FFF;
}




/*

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

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

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

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

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

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