@charset "UTF-8";
/* formatting styles
----------------------------------------------*/
#centerbox h3 {
	padding-bottom: 25px;
	background-image: url(../img/title_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 18px;
	line-height: 130%;
	color: #003A5B;
	height: 61px;
	padding-top: 47px;
	width: 560px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
}

/* entry styles
----------------------------------------------*/
#centerbox .entrybox {
	width: 570px;
	padding-bottom: 45px;
}
#centerbox .entry_title {
	background-image: url(../img/entrytitle_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #E8F2FC;
}
#centerbox .entrybox h4 {
	background-image: url(../img/entrytitle_back2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-size: 125%;
	line-height: 20px;
	color: #355695;
	font-weight: normal;
	padding: 13px 20px 20px 50px;
}
#centerbox .entrybox h4 a {
	color: #355695;
	text-decoration: none;
}
#centerbox .entrybox h4 a:visited {
	color: #355695;
	text-decoration: none;
}
#centerbox .entrybox h4 a:hover {
	color: #3585D4;
	text-decoration: underline;
}
#centerbox .entry_date {
	text-align: right;
	padding-right: 10px;
	line-height: 130%;
	font-size: 93%;
	color: #8B0000;
}
#centerbox .entry_body {
	padding: 15px 10px 15px;
}
#centerbox .entry_body p {
	padding-bottom: 15px;
}
#centerbox .entry_footer {
	background-image: url(../img/entryfooter_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 93%;
	line-height: 130%;
	color: #BE5050;
	padding-bottom: 4px;
	padding-top: 5px;
	text-align: right;
	padding-right: 32px;
}
#centerbox .entry_footer a {
	color: #BE5050;
}
#centerbox .entry_footer a:visited {
	color: #BE5050;
}
#centerbox .entry_footer a:hover{
	color: #D20000;
}

/* pre next styles
----------------------------------------------*/
#pre_nextbox {
	background-image: url(../../img/ph_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 20px;
	width: 570px;
	padding-top: 10px;
}
#previousbox {
	width: 56px;
	float: left;
}
#previousbox a {
	display: block;
	height: 18px;
	width: 56px;
	font-size: 1px;
	line-height: 1;
	background-image: url(../../img/btn_previous_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#previousbox a:hover {
	background-position: 0px 0px;
}
#nextbox {
	float: right;
	width: 57px;
}
#nextbox a {
	display: block;
	height: 18px;
	width: 57px;
	font-size: 1px;
	line-height: 1;
	background-image: url(../../img/btn_next_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#nextbox a:hover {
	background-position: 0px 0px;
}

#pre_nextbox a:hover img {
	display: none;
}

/* company styles
----------------------------------------------*/
#company_illust {
	top: 51px;
}
#company li#companymenu_01 a {
	background-image: url(../../img/rig_btn_company_over2.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#company li#companymenu_02 a {
	background-image: url(../../img/rig_btn_new_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#blogmenubox {
	background-image: url(../img/blogmenu_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 15px;
}
#blogmenubox h3 {
	padding-bottom: 8px;
}
#blogmenubox ul {
	list-style: none;
	width: 200px;
	padding-bottom: 7px;
}
#blogmenubox li {
	padding-left: 30px;
	display: block;
	background-image: url(../img/blogmenu_list.gif);
	background-repeat: no-repeat;
	background-position: 14px 3px;
	line-height: 140%;
	padding-bottom: 11px;
	padding-right: 8px;
}
#blogmenubox li a {
	color: #246098;
}
#blogmenubox li a:visited {
	color: #246098;
}

#blogmenubox li a:hover {
	color: #628EBB;
}
