@charset "Shift_JIS";

/*共通の各パーツ*/
@import url("common.css");



/* cat */
/* ----------------------------------------------------- */
#catGraphic{
	width: 780px;
	background-image: url(../menu/images/index/cat_graphic_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 5px;
}
#catGraphicMain{
	float: left;
	height: 170px;
	width: 612px;
	overflow: hidden;
}
#catProfile{
	float: right;
	width: 146px;
	padding: 7px 8px;
}
#catProfile dt,
#catProfile dd{
	font-size: 10px;
	color: #FFFFFF;
	line-height: 112%;
	margin-top: 6px;
}
#catProfile dt span{
	font-size: small;
}
#catMenu{
	clear: both;
	margin-top: 12px;
}
#catMenu{
	margin-top: 16px;
}
#catMenu,
#catMenu .catMenuItems{
	width: 780px;
}
#catMenu .catMenuItems .columnSt{
	margin-left: 0px;
}
.catMenuItem{
	float: left;
	width: 170px;
	margin-left: 12px;
	background-image: url(../menu/images/index/cat_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 6px 3px 10px;
}
#catNew{
	background-image: url(../menu/images/index/cat_menu_new.gif);
}
.catMenuItem .photo{
	float: left;
	height: 82px;
	width: 78px;
	overflow: hidden;
}
.catMenuItem .txt{
	float: right;
	width: 70px;
	margin-top: 27px;
}
#catNew .txt{
	margin-top: 57px;
}
.catMenuItem .txt p{
	line-height: 105%;
}
.catMenuItem .txt a{
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	font-size: 10px;
}
.catMenuItem .txt a:hover{
	text-decoration: underline;
}

/* menuMore
---------------------------------------------------- */
.foot03 .menuMore{
	padding-left: 10px;
}
.menuMore{
	margin-top: 13px;
}
.menuMore a{
	color: #000000;
	padding-left:39px;
	padding-top:10px;
	height:39px;
	width:146px;
	font-size:medium;
	display: block;
	background-image:url(../menu/images/pinkbutton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight: normal;
}
.menuMore a:visited{
	color: #000000;
}
.menuMore a:hover {
	text-decoration:underline;
	color: #000000;
}




