@charset "Shift_JIS";

/*
--------------------------------------------------------------
ドコモショップ横手店　新着情報スタイルシート
制作者：FumieMiyahara
更新日：2009年6月29日

--------------------------------------------------------------



/*　新着情報
----------------------------------------------------------　*/

#main .box {
	margin: 0 10px 20px 0;
	width: 490px;
}

#main .box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.box h1 {
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	background: url(../images/news_top.gif) 0 0 no-repeat;
}

.box dl {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	width: 358px;
	border-left: 2px solid #ffcc00;

}

.box dt {
	padding-left: 16px;
	background: url(../images/list-style-arrow.gif) 2px 3px no-repeat;
}

.box dd {
	margin-bottom: 5px;
	text-indent: 20px;
}



/*　新着情報　アクティブナビ
----------------------------------------------------------　*/

#nav li#nav1 a {
	background: url(../images/nav.gif) -170px 0 no-repeat;
}
