/*NEW用のCSS*/

#main_contents {
margin-bottom: 30px;
}
#news #contents_block {
	width: 380px;
	float: left;
	display: inline;
	margin-left: 26px;
}
#news #side_block {
	width: 120px;
	float: right;
	display: inline;
	margin-right: 10px;
	text-align: left;
}
#news #side_block img {
	margin-top: 30px;
}
#news #side_block p {
	text-align: left;
	font-size: 9px;
	line-height: 160%;
	color: #626262;
    margin: 3px 0 0 4px;
}


/*#news #side_block #sh1 {
	width: 100px;
	margin-top: 20px;
}

#news #side_block #sh2 {
	width: 100px;
    margin-top: 40px;
}

#news #side_block #sh3 {
	width: 100px;
    margin-top: 40px;
}
#news #side_block h2 {
	font-size: 11px;
}*/
#news #side_block #last_block {
	list-style: none;
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-top: 20px;
	width: 100px;
	margin-bottom: 28px;
}
#news #side_block #last_block li {
	font-size: 11px;
	margin-bottom: 4px;
	padding-left: 5px;
}
#news #side_block h3 {
	padding-left: 5px;
}
#news #side_block #cat_block ul {
	list-style: none;
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-top: 10px;
	width: 100px;
	margin-bottom: 28px;
}
#news #side_block #cat_block li {
	font-size: 11px;
	margin-bottom: 3px;
	padding-left: 5px;
}
#news #news_title {
	border-bottom: thin solid #99948a;
	text-align: left;
	height: 28px;
	margin: 30px 0 0 0;
/*	background: url(http://www.shiorilabo.com/img/news/icon_midashi_news.jpg) no-repeat left center;
    padding-left: 35px;*/
}
#news #news_title h3 {
	font-size: 14px;
/*	padding-top: 3px;*/
}
#news #news_text {
	margin-top: 10px;
        margin-bottom: 60px;
	text-align: left;
}
#news #news_text img {
	border: 7px solid #ffffff;
}

#news #news_text h3 {
	margin-top: 15px;
}
#news #news_text h3,#news #news_text p {
	font-size: 12px;
}
/*IE６用ハック*/
* html #news #news_text h3 {

	font-size: 80%;
}
/*IE７用ハック*/
*+html #news #news_text h3 {

	font-size: 80%;
}
/*IE６用ハック*/
* html #news #news_text p {

	font-size: 80%;
}
/*IE７用ハック*/
*+html #news #news_text p {

	font-size: 80%;
}
