@charset "utf-8";
/*////////////////////////////////////////////////////////////
/*blogwatcher.css*/

/*--------------------------------------------------------------
	1. グローバルナビゲーション
---------------------------------------------------------------*/
#bw_section {
	}

body#Best #Boundary #Contents .contents #bw_section .title{
	background: url(../images/blogwatcher/titbg.gif) no-repeat;
	height: 50px;
	min-height: 50px;
	width: 687px;
}

body#Best #Boundary #Contents .contents #bw_section h5{
	background: none;
	font-weight: bold;
	padding: 27px 0 0 70px;
	line-height: 100%;
	width:600px;
	height:10px;
}

body#Best #Boundary #Contents .contents table {
	border:0 none;
	clear:both;
	margin-bottom:40px;
}

/*------------------------------------------------------------
	エントリー セクション
-------------------------------------------------------------*/
.entry_section	{
	width: 687px;
	background: url(../images/blogwatcher/entry_top.gif) no-repeat;
	margin-bottom: 20px;
	padding-top: 20px;
}

.entry_section .inner	{
	background:url(../images/blogwatcher/entry_bg.gif) no-repeat bottom;
	padding: 0 18px;
}

/* エントリー */
.Entry {
	background: url(../images/blogwatcher/entryParts04.gif) no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* タグ */
.tagSection {
	clear:both;
	padding-bottom: 5px;
}

body#Best #Boundary #Contents .contents table#tag {
	border:0 none;
	clear: none;
	padding: 0 0 0 0 ;
	margin-bottom:5px;
	margin-right: 5px;
	float: left;
}

body#Best #Boundary #Contents .contents table#tag td.tag {
	background-color: #fba01d;
	font-weight: bold;
	color: #FFF;
	padding: 0 5px;
	line-height: 130%;
}

body#Best #Boundary #Contents .contents table#tag td.parts {
	background-color: #fba01d;
}



/* エントリー */
div.entryTit{
	background: url(../images/blogwatcher/entryParts03.gif) no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

div.entryTit div.img{
	display:table-cell;
	width:40px;
	margin-bottom:1px;
	vertical-align:middle;
}

div.entryTit div.maintitle{
	display:table-cell;
	width:590px;
	margin-bottom:1px;
	vertical-align:middle;
	font-weight: bold;
}

* html div.entryTit div{/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div.entryTit div{/* IE 7 */
	display:inline;
	zoom:1;
}


.Entry p.next {
	background: url(../images/blogwatcher/entryParts05.gif) no-repeat;
	background-position: 0px 6px;
	padding: 0 0 10px 1.2em;
	float: right;
	width: 70px;
}

.Entry p.review {
	clear: both;
	background: url(../images/blogwatcher/entryParts02.gif) no-repeat;
	background-position: 0px 2px;
	padding: 0 0 0 1.2em;
	}
	
.Entry a {
	text-decoration: underline;
	color: #824b18;
}

/*------------------------------------------------------------
	ナビゲーション
-------------------------------------------------------------*/
.pageNextsection {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 5px;
}

body#Best #Boundary #Contents .contents ul.pageNext {
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-left:0px;
}

ul.pageNext li	{
	display: inline;
	color: #b66924;
}
ul.pageNext span,
ul.pageNext a	{
	display: inline-block;
	padding: 0 0.5em;
	color: #b66924;
	text-decoration: underline;
}
ul.pageNext li span	{
	color: #333;
	line-height: 130%;
	text-decoration: none;
}
ul.pageNext a:hover	{
	color: #b66924;
	text-decoration: underline;
}

/*------------------------------------------------------------
	attention セクション
-------------------------------------------------------------*/
.attention_section	{
	width: 687px;
	background: url(../images/blogwatcher/attention_top.gif) no-repeat;
	margin-bottom: 20px;
	padding-top: 10px;
}

.attention_section .inner	{
	background:url(../images/blogwatcher/attention_bg.gif) no-repeat bottom;
	padding: 0 18px 10px 18px;
}

.attention_section .inner	p.tit{
	font-size: 10px;
	font-weight: bold;
	color: #b66924;
	
	padding-bottom: 0.5em;
}
.attention_section .inner	p{
	font-size:x-small;
	line-height: 150%;
}

