/********************************************************************************
 * wp-fresh Classes
 Copyright chameleon 2006
 http://www.chameleonic.org/
 CSS Version.1.0.1
 *******************************************************************************/
.fresh#newpost{
background-image: url("fresh_new.png");
background-position : left top;
background-repeat : no-repeat ;
border-style: solid; border-width: 1px 1px 1px 1px; border-color: #cccccc;
margin: 2px;
padding: 5px 10px 5px 10px;

}

.fresh#modifypost{
background-image: url("fresh_modify.png");
background-position : left top;
background-repeat : no-repeat ;
border-style: solid; border-width: 1px 1px 1px 1px; border-color: #87A588;
margin: 2px;
padding: 5px 10px 5px 10px;

}

.fresh p{
padding:0px;
}

/*コメント欄にアイコンが表示されるのを抑制*/
li .fresh#newpost{
border-style: none;
background-image:none;
margin: 0px;
padding: 0px;
}

li .fresh#modifypost{
border-style: none;
background-image:none;
margin: 0px;
padding: 0px;
}

/*テンプレート　EasyAll 1.0系から派生したCSSの対策*/
.storycontent p{
padding:15px;
}
