@charset "utf-8";

*	{margin: 0;
	padding: 0;
}

body{background: #fff;
	color: #666;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	margin: 0 auto;
	line-height: 1.7;
}

img{border: 0;
}

ul li{list-style: none;
}


/*==========================ニュース一覧 /ニュース==========================*/

#news_title{
	background: url(../images/news_title.gif);
	width: 960px;
	height: 45px;
	text-indent: -9999px;
}

#news_index_title{
	background: url(../images/news_index_title.gif);
	width: 960px;
	height: 45px;
	text-indent: -9999px;
}

#news_box1{float: left;
	width: 960px;
	margin: 20px auto auto 20px;
}
	
#latestnews_box h2#latestnews_h2{
	background: url(../images/latestnews_title.gif);
	width: 72px;
	height: 19px;
	margin: 20px auto 5px 25px;
	font-size: 15px;
	text-indent: -9999px;
}

#latestnews{
	border: 3px double #CCC;
	width: 890px;
	padding: 15px;
	margin: 20px auto 30px 15px;
}


#latestnews dt{
	margin-top: 10px;
	font-weight: bold;
	
}


dd.latestnews_list{
	margin-top: -1.7em;
	margin-left: 95px;
	padding-bottom: 10px;
	border-bottom: dotted 2px #DBDBDB;
}

#news10_box h2#news10_h2{
	background: url(../images/news10_title.gif);
	width: 91px;
	height: 16px;
	text-indent: -9999px;
	margin: 20px auto 5px 5px;
}


dd.latestnews_list{
	margin-top: -1.7em;
	margin-left: 95px;
}

#justwareshop_news_index_title h1{
	text-indent: -9999px;
	background-image: url(../images/newsdetail_title.gif);
	width: 196px;
	height: 19px;
	margin-left: 8px;
}

#news_text_box{
	width: 880px;
	float: left;
	border: 3px double #CCC;
	padding: 20px;
	margin: 20px auto 30px 15px;
}

#news_text_h2{
	clear: both;
	float: left;
	font-size: 24px;
	margin: 20px auto 20px ;
	color:#000;
	width:100%;
	text-align:center;
}

#news_text_date{
	float: right;
	margin-right: 50px;
}

#news_text{
	margin-left: 8px;
	margin-bottom: 30px;
	white-space : normal
}

#news_text p{
	clear: both;
}

	

	