@charset "shift_jis";

@import url("common/init.css");
@import url("common/design.css");
@import url("common/h.css");				/* 見出し（h*タグ）への定義 */

/* ==========================================================================
 TOP
========================================================================== */
h2 {
	margin: 0px auto 6px; clear:both;
}

#areaWhatsnew {
	position: relative;
	width: 715px;
	height: 310px;
	margin: 0 auto;
}

#areaWhatsnew h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	margin: 0;
}

#whatsnew {
	position: absolute;
	left: 0;
	top: 18px;
	width: 450px;
	height: 270px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#whatsnew table {
	background: #f9f8f7;
	border-bottom: 1px solid #b8a9ad;
}
#whatsnew th {color:#7f1927;text-indent:4px; padding-right: 8px;}
#whatsnew th,
#whatsnew td {border-top:1px solid #e7dadc; }


#mytweet {
	position: absolute;
	left: 465px;
	top: 0;
}



#areaJackets {
	width:715px;
	margin: 0px auto;
}

.item {
	float:left;
	width:133px !important; width:143px;
	padding: 0 3px 0 7px;
	min-height: 210px;
	height: auto!important; height: 205px;
	font-size: 9pt;
	text-align: left;
}


.item img {
	padding: 2px;
	border: 1px solid #d6cdcf;
}

.item a:hover img { border: 1px solid #c00; }



.new {
	text-indent: 23px;
	background: url('common/new.gif') left center no-repeat;
}
/*[EOF*/