﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

#main h2 {
	width: 625px;
	height: 30px;
	background: url(../images/detail/bg_blogtitle.gif) left top no-repeat;
	font-size: 90%;
	line-height: 2.2;
	text-indent: 30px;
	color: #2C1C10;
	margin: 0 0 10px 0;
}

/*----------------------------------------------------
	#blogdetail
----------------------------------------------------*/
#main #blogdetail {
	width: 625px;
	height: auto;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	background: url(../images/list/border.gif) center bottom no-repeat;
	font-size: 85%;
	color: #282421;
	line-height: 1.5;
	clear: both;
	word-break: break-all;
}

#main p.time {
	font-size: 80%;
	color: #5E5E5E;
	padding: 0 0 10px 0; 
}
#main p.time span {
	margin-left: 15px;
}

#main #blogdetail a img {
	width: 160px;
	margin-right: 10px;
	border: 3px double #CACACA;
}

#main #blogdetail a {
	color: #e9740c;
}
#main #blogdetail a:hover {
	text-decoration: none;
}

#main #blogdetail h3 {
	width: 100%;
	height: 25px;
	font-size: 85%;
	background: #ECDCC1;
	border: 1px solid #D9C6A9;
	line-height: 2;
	text-indent: 10px;
}


