@charset "UTF-8";
@import url(../../common/css/header.css);
@import url(../../common/css/footer.css);
/* Windows版IE5.5専用外部スタイルシートの読み込み
------------------------------------------------------------ */
@media tty {
	i{content:"\";/*" "*/}}@m; @import 'win-ie55.css'; /*";}
}/* */
/* Mac版IE5.xの外部スタイルシートを読み込む
------------------------------------------------------ */
/*\*//*/
  @import url("/common/css/ie5mac.css");
/**/
/*
===== 1: reset each element =====
*/
* {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {
  border-style: none;
}
/*
===== 2: basic layout =====
*/
body {
	margin: 0;
	padding-top: 10px;
	background-color: #FFF;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #444444;
	text-align: center; /* IE5.5 or lower centerling */
	font-size: 12px;
	line-height:150%;
}
#wrap {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 850px;
	margin: 0;
	padding:0;
}
/* float clear after box*/
#container:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
#container {display:inline-block;} 
/* Hide from IE Mac \*/ 
#container {display:block;} 
/* End hide from IE Mac */ 
/* end float clear after box */

#winterwrap #toptitle a {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 850px;
	text-indent: -100000px;
	display: block;
	background-image: url(../images/season_newtitle.gif);
	background-repeat: no-repeat;
}