@charset "UTF-8";
/* entry stylse
----------------------------------------------*/
#centerbox .entrybox_gr {
	background-image: url(../img/ph_entry_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 545px;
	padding-top: 12px;
	padding-bottom: 22px;
	background-color: #ECECEC;
	color: #666666;
}
#centerbox .entrybox_wh {
	background-image: url(../img/ph_entry_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 545px;
	padding-top: 12px;
	padding-bottom: 22px;
	background-color: #FFFFFF;
	color: #666666;
}
#centerbox .entry_photobox {
	float: left;
	width: 75px;
	padding-left: 1px;
}
#centerbox .entry_photobox img {
	border: 1px solid #CCCCCC;
}
#centerbox .entry_rightbox {
	float: left;
	width: 457px;
	padding-left: 6px;
}
#centerbox .entry_date {
	font-size: 85%;
	line-height: 130%;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}
#centerbox .entry_title {
	font-size: 140%;
	line-height: 130%;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
}
#centerbox .entry_shousaibox {
	font-size: 85%;
	line-height: 130%;
	padding-bottom: 10px;
}
#centerbox .entry_shousaibox a {
	color: #2B627D;
}
#centerbox .entry_shousaibox a:visited {
	color: #2B627D;
}
#centerbox .entry_shousaibox a:hover {
	color: #17859D;
}
#centerbox .entry_footer {
	font-size: 85%;
	line-height: 120%;
	color: #2B627D;
	text-align: right;
	background-image: url(../img/ph_entry_line2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
}
#centerbox .entry_footer a {
	color: #2B627D;
	text-decoration: none;
}
#centerbox .entry_footer a:visited {
	color: #2B627D;
	text-decoration: none;
}
#centerbox .entry_footer a:hover {
	color: #17859D;
	text-decoration: underline;
}

/* last pagelist stylse
----------------------------------------------*/
#last_pagelist {
	text-align: center;
	color: #666666;
	font-size: 85%;
	padding-top: 15px;
	width: 545px;
	padding-bottom: 30px;
	border-top: 2px solid #8F8F8F;
}
#last_pagelist a {
	color: #666666;
}
#last_pagelist a:visited {
	color: #666666;
}
#last_pagelist a:hover {
	color: #000000;
}

