/* TOYs common CSS */

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
	line-height: 1.6em;
	text-align: center;
}

img{
	border: none;
	vertical-align: top;
}

#wrapper{
	background: #FFFFFF;
	margin: auto;
	width: 1000px;
}

/* ヘッダ */


/* 商品紹介欄 */

#menu{
	float: left;
	width: 250px;
}

#main{
	float: right;
	width: 740px;
}




/* カテゴリリンクボックス */

#category{
	clear: both;
	margin: 10px 0px 0px;
}


#category ul li{
	display: inline;
}


/* フッター */


#footer{
	background: #ffffff url(./img/new_site_footer.jpg) ;
	width:1000px;
	height:35px;
}

#footer a{
	font-size:9px;
	color:#808080;
	float:left;
	margin-top:7px;
	margin-left:15px;
	
}


#footer h2{
	display: none;
}

address{
	font-style: normal;
	text-indent: -1000.0em;
	background: url(./img/happinet2009.gif) center top no-repeat;
	margin: 0 auto;
	width: 88px;
	height: 11px;
}


