@charset "UTF-8";
@import "sidemenu.css";


body{
FONT-FAMILY: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック'; 

}


#container {
	padding:60px 0 0 20px;/*footerハック用にpaddingに*/
	height: auto;
	width: 1000px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	height: auto;
	width: 1000px;
	margin-bottom:30px;
}

#slide {
	float: left;
	height: 350px;
	width: 690px;
	margin-right:10px;

}

#subcontainer{
width:1020px;
height:auto;
margin:0 auto;
}

#whatsnew {

height:auto;
margin:20px;
padding-top:20px;
background:url(http://www.jewel-rec.com/images/whatsnew.gif) left top no-repeat;

}

#whatsnew dl{
font-size:10px;
width:690px;
margin-bottom:10px;
border-bottom:1px dotted #CCCCCC;
}

#whatsnew dt{
float:left;
margin-right:10px;
}


#footer{
background:url(http://www.jewel-rec.com/images/footer.gif) left bottom repeat-x;
}

#copy{
width:auto;
height:10px;
display:block;
text-indent:-9999px;
background:url(http://www.jewel-rec.com/images/footercopy.gif) right top no-repeat;
}







/*footerハック*/
/*コンテナーにマージンを指定すると上手く動かない*/
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px; /* footerの高さ分マイナス */
}
#footer,.push {
    height: 40px; /*footerのheightと数値を合わせる */
}
