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

/******************************************************************************
contents
******************************************************************************/
#left h2{
	border-top: solid 3px #000;
	padding-top: 20px;
	margin-bottom: 25px;
	font-size: 2.0em;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
.box{
	padding: 15px;
	margin-bottom: 15px; 
	background: url(../../cmn/img/bg_dot.gif);
	}
.bl-hover{
    background-color: #fff!important;
	}
.box div.txt{
	font-size: 1.2em;
	line-height: 1.5;
	}
.box ul{
	padding-top: 10px;
	background: url(../../cmn/img/dot.gif) repeat-x left top;
	}
.box ul li{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 2px 0;
	}
.box .category{
	padding-left: 65px;
	background: url(../img/ic_category) no-repeat left center;
	}
.box .author{
	padding-left: 65px;
	background: url(../img/ic_author) no-repeat left center;
	}
/* f-left */
.box .c-fix{
	padding-bottom: 15px;
	}
/* f-left */
.box .f-left{
	width: 170px;
	}
.box .f-left p{
	min-height: 100px;
	text-align: center;
	}
/* f-right */
.box .f-right{
	width: 340px;
	}
.box .f-right h3{
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
	}
.box .f-right h3 a{
	display: block;
	padding-left: 8px;
	background: url(../../cmn/img/arrow_02.gif) no-repeat 0 6px;
	}
.box .f-right h3 a:hover{
	background: #ff2053;
	color: #fff;
	}
.box .f-right p{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 5px;
	}



