/* ●TOPプレビュー */
.view{
	padding:0px;
	width:510px;
	margin-bottom:4px;
	border: 0px ;
	border-collapse: collapse;
	}
.view td{
	text-align:left;
	width:51px;
	}
.view img{
	width:45px;
	height:67px;
	border:1px solid ;
	}
/* ●TOPカテゴリ */
.category{
	padding:0px;
	width:510px;
	margin-bottom:4px;
	border: 0px ;
	}
.category td{
	text-align:left;
	width:51px;
	}
.category img{
	width:45px;
	height:16px;
	}
/* トップ下、コンテンツナビ*/
.contents-navi{
	color:red;
	text-align: center;
	font-size: 14px;
	width:100%;
	margin-bottom:10px;
	}
/*ブックマーク*/
#bookmark{
	width:100%;
	text-align: left;
	margin-bottom:10px;
	}
/* トップ下年賀状ナビ */
.nenga-navi-waku{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	}
.nenga-navi{
	float: left;
	width:150px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
	}
.nenga-navi h2 a{
	display:block;
	color:#069;
	font-size:12px;
	text-align:center;
	width:143px;
	padding-top:7px;
	padding-bottom:100px;
	background-color:#eee;
	background-repeat: no-repeat;
	background-position: center 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #bbb solid;
	-webkit-box-shadow: 3px 3px 5px 0px #aaa, inset 0px 0px 20px 0px #fff;
	-moz-box-shadow: 3px 3px 5px 0px #aaa, inset 0px 0px 20px 0px #fff;
	box-shadow: 3px 3px 5px 0px #aaa, inset 0px 0px 20px 0px #fff;
	}
.nenga-navi h2 a:hover{
	background-color:#fffcd1;
	}
#nenga-top{
	background-position: center 45px;
	background-image:url(../images/nenga-2012.gif);
	}
#nenga-gaou{
	background-position: center 45px;
	background-image:url(../images/nenga-gaou.gif);
	}
#nenga-museum{
	background-image:url(../images/nenga-museum.gif);
	}
#nenga-standard{
	background-position: center 45px;
	background-color:#ffc1e0;
	background-image:url(../images/nenga-standard.gif);
	}
.nenga-navi p{
	color:black;
	font-size:10px;
	text-align:left;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	padding:8px;
	background-color:#eee;
	}
#active{
	background-color:#ffc1e0;
	}
