@charset "UTF-8";
/* /fcroman/blog/s/css/index.css */

/******************************************************************************
left
******************************************************************************/
#contents #left{
	}
#left h2{
	background: #333;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 8px;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
#contents #left .box{
	padding: 15px 15px 15px 110px;
	border-bottom: 1px solid #000;
	}
#left .box .image{
	float: left;
	width: 95px;
	margin-left: -95px;
	}
#left .box .image img{
	border: solid 1px #000;
	}
#left .box .entry{
	width: 100%;
	float: right;
	}
#left .box .entry p{
	font-size: 1.4em;
	margin-bottom: 5px;
	}
#left .box .entry h3{
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: normal;
	}
/*------------------------------*/
/*linkwithin_outer*/
/*------------------------------*/
.linkwithin_outer{
	display: none!important;
	}