@charset "Shift_JIS";
/* リンク色の設定 */
#mainContent a:link{
	color:#333;
}
#mainContent a:visited{
	color:#777;
}
#mainContent a:hover{
	color:#333;
}


/* 本文スタイル */
/* h1に関してはcommonFrame.css */

/* 新商品情報スタイル */
#whatsNew dl{
	border:solid 1px #CCC;
	border-top:none;
	width:533px;
	_width:545px;
	padding:5px;
	background:#FFF;
}

/* safari only \*/
html:\66irst-child #whatsNew dl{
	font-family:"Times New Roman", Times, serif;
}
/* end */

#whatsNew dl dt{
	background:url(/common/image/markerArrowOrange01.gif) no-repeat 0 0.4em;
	padding:0 0 0 10px;
}

#whatsNew dl dd{
	margin:-1.4em 0 0 5em;
	padding:0 0 0.3em 10px;
}

/* リストスタイル */
/* commonFrame.cssにも記述あり */

.sectionH2.commonSection h2{
	margin:0 0 10px;
}

.sectionH2.commonSection dl{
	width:248px;
	_width:272px;
	padding:0 24px 0 0;
	float:left;
	height:6em;
}

.sectionH2.commonSection dl dt{
	padding:3px 0 2px 20px;
	background:#F5F5F5 url(/stationery/image/markerArrowOrange.gif) no-repeat 3px 0.4em;
	margin:0 0 5px 0;
	line-height:120%;
}
.sectionH2.commonSection dl dt.external {
	background:#F5F5F5 url(/common/image/markerArrowExteriorOrange.gif) no-repeat 3px 0.4em;
}
.sectionH2.commonSection dl dt.pdf {
	padding-left:25px;
	padding-bottom:4px;
	background:#F5F5F5 url(/stationery/image/markerPdf.gif) no-repeat 3px 0.4em;
}
.sectionH2.commonSection dl dd.thumbnail{
}

.sectionH2.commonSection dl dd.thumbnail img{
	display:block;
	width:49px;
	height:49px;
}

.sectionH2.commonSection dl dd.read{
	margin:-50px 0 5px 60px;
}

.sectionH2 dl dt span.new{
	color:#F00;
	font-weight:bold;
	float:right;
	padding:0 0.5em 0 0;
}

@media print{
	.sectionH2 dl{
		float:none;
		width:540px;
		padding:0 0 0 0;
		
	}
}