@import url(http://bungakuseinen.com/mt/mt-static/themes-base/blog.css);
@import url(http://bungakuseinen.com/mt/mt-static/addons/Commercial.pack/themes/professional-black/screen.css);


body    {font-size:12px; color:#272727;line-height:150%;font-family:"ＭＳ Ｐゴシック";}/* 本文テキストのフォントサイズ,色,行間*/
.content p    {font-size:12px}/* 本文テキストのフォントサイズ,色,行間*/
a:link    {color:#0089ff;text-decoration:underline;}  /*テキストリンクの色*/
a:visited {color:#5438a7;text-decoration:underline;}  /*訪問済みのリンクの色*/ 
a:active  {color:#0089ff;text-decoration:underline;}   /*クリックされているときのリンクの色*/
a:hover   {color:#0089ff;text-decoration:underline;}  /*マウスの上にカーソルがあるときのリンクの色*/

.lin2 a:link       {color:#777777;text-decoration:none;}  /*左メニュー・リンクテキスト指定*/
.lin2 a:visited    {color:#777777;text-decoration:none;}   /*左メニュー・訪問済みリンクテキスト指定*/
.lin2 a:active     {color:#CC6600;text-decoration:underline;}   /*左メニュー・クリックされているときのリンクの色*/
.lin2 a:hover      {color:#CC6600;text-decoration:underline;}   /*左メニュー・マウスの上にカーソルがあるときのリンクの色*/

#header{
background-color: #000000;
background-image: url(http://www.bungakuseinen.com/images/bg03.jpg);
background-repeat: no-repeat;
background-position: center right;
}

.widget-recent-entries dl dt {font-size: 12px;}


/*テキストボックス*/
input.text, textarea {
font-size:12px;
}

/*記事 見出し*/
.index{
font-size:14px;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 10px; /* 左の余白 */
border-left: 5px solid #666;
border-bottom: 1px solid #cccccc;
border-color: #666666; /* 枠の色 */
}