/* 木のおもちゃ館トップページ */

/* ランキングページへのリンク */
#footlink{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footlink li{	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
/* 上の看板部分*/

#toy-kanban {
	width: 100%;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../tuktoy/image/toytop_hummer400.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 5px;
}

#toy-kanban h1 {
	font-size: 120%;
	color: #99CC00;
	line-height: 1.5em;
	margin: 5px;
}

#toy-kanban p {
	line-height: 1.5em;
	color: #7D866A;
	font-size: 90%;
}

/* 上のショーウィンドウ*/

#showindow90 li {
	float: left;
	width: 100px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

#showindow90 ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

/* 左右ののニュースウィンドウ*/

#contents #info-left {
	padding: 5px;
	float: left;
	width: 255px;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	height: 180px;
	text-align: left;
	font-size: 80%;
}
#info-right p {
	text-align: left;
	padding-top: 10px;
}
#contents #info-right {
	padding: 5px;
	float: right;
	width: 275px;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	height: 180px;
}

#info-right .osusume {
	float: left;
	padding-right: 5px;
}

/* 木のおもちゃトップのカテゴリ一覧*/

#toycategorylist h2 {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
	color: #638400;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
	font-weight: bold;
	vertical-align: middle;
}
#toycategorylist .toylist h3 {
	font-size: 120%;
	padding-bottom: 10px;
}
#toycategorylist .toylist a:link, #toycategorylist a:visited {
	color: #99CC33;
}
#toycategorylist .toylist a:hover {
	color: #FF0000;
}
#toycategorylist .toylist {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999900;
}
#toycategorylist .toylist p {
	font-size: 80%;
}

/*　新入荷 */
#newbox{
	width: 570px;
		height: 170px;
	background-image: url(../image/tenten_back.gif);
	background-repeat: repeat;
	border: 1px solid #FF9900;
	text-align: center;
	margin-top: 15px;
	font-size: 80%;
}

