@charset "utf-8";
/* ===================================================================
 CSS INFOMATION

 FILE NAME  : ad_postcard.css
 STYLE INFO : 
=================================================================== */

.postcard{
	width:660px;
	}

.hukidashi_post{
	background:url(../img/postcard_hukidashi.gif) no-repeat;
	width:381px;
	height:136px;
	text-align:justify;
	line-height:1.5em;
	padding:80px 238px 53px 45px;
	}
		
.card_text{
	margin:10px 0;
	text-align:justify;
	line-height:1.5em;
	clear:both;
	}

.card_text img{
	padding:0 15px 0 15px;
	float:left;
	}

.card_text p{
	margin-bottom:5px;
	}



h3{
	padding-top:15px;
	}

.midashi2{
	font-size:20px;
	line-height:1.5em;
	font-weight:bold;
	}

.midashi3{
	font-size:20px;
	line-height:1.5em;
	font-weight:bold;
	padding-left:17px;
	background:url(../img/icon_h4.gif) no-repeat left;
	}

.hukidashi_post a:link{
	color:#76a32e;
	text-decoration:none;
	}

.hukidashi_post a:visited{
	color:#76a32e;
	text-decoration:none;
	}
	   
.hukidashi_post a:hover{
	color:#f79e00;
	text-decoration:none;
	}


.red{
	color:#FF0000;
	}