/* Base */
@import url(/.shared-asp09/themes/common/base-weblog.css);

/* Portal */


/* Theme */
@import url(/.shared-asp09/themes/classic/theme-april.css);

/* Custom */
.entry-body blockquote { 
color: #333333;　/*文字の色*/
background: #ffffcc; /*背景色*/
margin:5px 5px 5px 20px; /*余白　上 右 下 左 */
font-size:small; /*文字の大きさ*/
font-weight:normal; /*文字の太さ*/
line-height:120%; /*行間*/
padding: 5px; /*テキストと罫線間の余白*/
border: 1px dotted #333333; /*罫線の太さ、種類（点線）、色*/
width: auto ; /*幅　自動調整*/ 
} 

.typelist-note img{
border: 0px;
}

.module-list-item {
  padding-left: 10px;
  background-image: url(http://www.sixapart.jp/typepad/images/2005/11/green_arrow.gif) ;
  background-repeat: no-repeat;
}

