/**
 * 
 * @version 
 * @author 
 */


@import 'global.css';
@import 'textstyle.css';
/** Contents
-----------------------------------------*/
#leftside h2.result_title{
	margin-top:25px;
}

body#information #leftside h3{
	background-color:#F5F5F5;
	background-image:url(../images/global/orange_g.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:8px 0 8px 30px;
	margin-bottom:0;
}
body#information #leftside h3#entrytitle{
	background-color:#FFF;
	margin-bottom:0;
	position:relative;
	background-image:url(../images/global/circle_orange.gif);
}
body#information #leftside h3#entrytitle span{
	font-size:77%;
	font-weight:normal;
	position:absolute;
	right:0;
	top:10px;
}
#leftside h4{
	margin-top:0;
}
#leftside h5{
	margin-top:1em;
}
#leftside p{
	margin-bottom:0;
}
#leftside p.date{
	border-bottom:#EBE8E2 1px solid;
	padding:5px 0;
	font-size:90%;
	position:relative;
}
#leftside p.date a{
	position:absolute;
	top:25%;
	right:0;
}
#leftside .entrybody{
	margin:1em 0 2em 0;
}
#leftside .entrybody a{
	color:#E76E00;
}
#leftside p#backtotop{
	text-align:center;
}
#leftside .entrybody a.link{
	padding:1px 0 1px 15px;
	background:url(../images/global/arrow_orange.gif) left 50% no-repeat;
}
#leftside .entrybody a:hover{
	text-decoration:underline;
}

