/**********************************************
	hahacomcontents.css
	母コムコンテンツCSS
**********************************************/

#bg-ttl-carnation
{
	padding: 1px 26px 1px 1px;
	text-align: right;
	background: url(../images/bg_ttl-carnation.jpg) no-repeat;
}

/**********************************************
俳句
**********************************************/


.poems-box-1t{
	background:url(../images/box_pinkwhite-top.gif) left top no-repeat;
	width: 240px;
}

.poems-box-1b{
	background:url(../images/box_pinkwhite-btm.gif) left bottom no-repeat;
	width: 240px;
	height: 290px;
}

.poem-cell1{padding: 0 15px 15px 0;}
.poem-cell2{padding: 0 0 15px 0;}
 
.poem-inner{
	padding: 10px;
}

.poem-inner h3{
	letter-spacing: 0.2em;
	line-height: 140%;
}


/**********************************************
母の日のお話
**********************************************/
.mday-midashi
{
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 15px;
}
.mday-inner
{
	padding: 0 7px 40px 0;
}
.mday-inner p
{
	margin-bottom: 20px;
}

/**********************************************
エピソード
**********************************************/

#episode-tbl
{
	border-collapse: collapse;
	width: 750px;
}
#episode-tbl td
{
	padding: 12px 10px 10px 0;
	border-bottom: 1px dashed #b9b9b9;
}

.episode-td1
{
	padding: 10px 0 10px 0 !important;
	width: 55px;
	text-align: center;
}
.episode-td2
{
	border-bottom: 1px dashed #b9b9b9;
	text-align: left;
	font-weight: bold;
}
.episode-td3
{
	width: 150px;
}

.episode-text
{
	margin: 0px 0px 15px 55px;
}
.episode-name
{
	text-align: right;
	margin: 0px 0px 20px 10px;
}
.episode-pdr
{
	padding-right:40px !important;
}



