@import url("share.css");

/************** メインコンテンツ ***************/

#mainContent-s{
	width:414px;
	margin:5px 0 0 15px;
	height:auto;
	padding-top:10px;
	background:#FCDBB2;
	text-align:center;
	float:left;
}

h4{
	width:387px;
	height:16px;
	padding:5px 0 5px 7px;
	margin:0px auto;
	color:#F60;
	background:#FFF;
	border-left:5px solid #F60;
	font-size:12px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
}

.entry{
	width:390px;
	height:auto;
	padding:10px 0;
	margin:0px auto;
}

.entry h5{
	width:372px;
	background:url(../img/icon_arrow_1.gif) #FCDBB2;
	background-position:1px 4px;
	font-size:14px;
	line-height:1.4;
	color:#F60;
	padding:0 0 1px 18px;
	margin:0px auto;
	border-bottom:2px solid #F60;
	background-repeat:no-repeat;
	text-align:left;
}

.entry-body p{
	width:380px;
	font-size:12px;
	line-height:1.4;
	color:#333;
	background:transparent;
	text-align:left;
	margin:0px auto;
}

.entry-body img{
	margin:5px auto;
}

.entry-footer{
	text-align:right;
	padding:3px 0 15px 0;
	font-size:10px;
	color:#333;
	background:transparent;
}

/************** 右コンテンツ ***************/

.entryView h6{
	width:150px;
	height:16px;
	padding:5px 0 5px 7px;
	color:#FFF;
	background:#0A3E1F;
	border-top:1px solid #6FC792;
	border-left:1px solid #6FC792;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-size:12px;
	line-height:1.4;
	font-weight:normal;
}

.entry-list{
	width:150px;
	list-style-type:none;
	margin-bottom:20px;
}

.entry-list li p{
	width:150px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	line-height:1.2;
	letter-spacing:0;
	padding-bottom:2px;
	border-bottom:1px dotted #FC6;
	color:#333;
	background:transparent;
}

.old-list{
	width:150px;
	margin-top:10px;
	list-style-type:none;
}

.old-list li p{
	width:150px;
	height:auto;
	margin-top:5px;
	font-size:12px;
	line-height:1.2;
	padding:2px 2px 2px 5px;
	border:1px solid #FC6;
	color:#333;
	background:transparent;
}

