@charset "utf-8";
/* CSS Document */
/* メイン画像 */
#slideshow {
	width: 920px;
	height: 350px;
	cursor:pointer;
	border:solid #999;
	border-width:0px 0px 1px 0px;
}

/* インデックステキスト */
div#main .index_text {
	margin:0 0 20px 10px;
	line-height:2;
	}
div#main .index_text span{
	font-size:110%;
	font-weight:bold;
	}

/* 取扱い商品 */
div#main .index_item p{
	text-indent:1.5em;
	padding:5px 0;
	background:url(../images/index/3.png) no-repeat 5px 3px;
	}
div#main .index_item a{
	background:url(../images/index/3.png) no-repeat 0 3px;
	padding:0 0 0 18px;
	}

/* 更新情報 */
div#main .new a{
	color:#0033FF;
	text-decoration:underline;
	}
div#main .new img{
	vertical-align:middle;
	}
