/* Base */
@import url(http://static.typepad.com/.shared:v20100907.01-0-g3f26175:typepad-jp:ja_jp/themes/common/base-weblog.css);

/* Tip Jar */
@import url(http://static.typepad.com/.shared:v20100907.01-0-g3f26175:typepad-jp:ja_jp/themes/common/tipjar.css);

/* Portal */

/* Theme */
@import url(http://static.typepad.com/.shared:v20100907.01-0-g3f26175:typepad-jp:ja_jp/themes/vox/zen-purple/screen.css);

/* Custom CSS */
/*
カスタムCSSについて

TypePadのブログをカスタマイズする、代表的なCSS指定は、コメントアウトとして記述されています。コメントアウトを解除することで、CSS指定を有効にすることができます。TypePadのカスタムCSS講座も参照ください。
http://www.sixapart.jp/typepad/inside/2005/12/001261.html
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=373

CSSの詳しい記述方法については、WEBサイトや書籍などを、参考にしてください。
*/

/*
指定しているのにうまくいかない場合

CSSセレクタの個別性が原因でうまく指定が反映されない可能性があります。セレクタの個別性順序は以下のようになります。

*         { color: black; }
span        { color: blue; }
p span      { color: green; }
span.memo   { color: red; }
span#memo { color: gray; }

の場合、<p><span class="memo" id="memo">サンプル</span></p>の『サンプル』という文字は上記セレクタの順序がちがっても、グレーになります。
指定が反映されない原因が、セレクタの個別性かどうか確認するには、優先させたいプロパティの値のあとに、! important と追加して指定してみてください。

例)

span { color: red ! important; }

*/



/* ブログのバナー背景部分に画像を指定 */


div#banner
{
  background-image: url(http://univa.typepad.jp/images/title.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-color: #ffffff;
 border: 0px;
  height: 225px;
 
}



/* バナー部分の中身 */

div#banner-inner 
{
background-image:none;

}
div#banner-inner h1#banner-header a
{
 font-size: 24px;
 color: #ffffff;
 float: left;
 text-decoration: none;
 padding-bottom: 5px;
font-weight:normal;
width:700px;
}

div#banner-inner h2#banner-description
 {
 font-size: 10px;
 color: #ffffff;
clear:both;
width:700px;
font-weight:normal;
}


/* ページの各部分の指定 */
/* 詳しくは http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 */

body
 {
  background-image: url(http://univa.typepad.jp/images/bgcolor.gif);
 background-repeat: repeat;

}
div#container
 {
  background-image: url(http://univa.typepad.jp/images/bgcolor.gif);


   }
div#container div#container-inner {}

div#pagebody {
background-color: #ffffff;

}
div#pagebody div#pagebody-inner {}

div.entry {}
 h2.date-header
{
font-size: 11px;
}
div.entry h3.entry-header 
{
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
color:#464838;
background-color:#ffffff;
background-image: url(http://univa.typepad.jp/images/om_icon_pink.gif);
 background-repeat: no-repeat;
 background-position: left;
font-size:16px;
}
div.entry h3.entry-header a
{
color:#464838;
text-decoration:none;
font-weight:normal;
}
div.entry h3.entry-header a:hover
{
color:#464838;
text-decoration:none;
}
div.entry div.entry-content
 {
line-height:170%;
background-color: #ffffff;
background-image:url(http://univa.typepad.jp/images/om_big.gif);
color:#444444
}
div.entry div.entry-content a
{
color:#000000;
font-weight:normal;
}
div.entry h3.entry-header a:visited
{
color:#464838;
text-decoration:none;
}
div.entry div.entry-content div.entry-body {}
div.entry p.entry-footer {}
 p.content-nav
{
text-decoration:none;
color:#000000;
font-weight:normal;

}


/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/
/* ２カラム （左サイドバー = alpha | 本文 = beta） */

body.layout-two-column-left div#alpha 
{
background-color: #ffffff;

}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta 
{
background-color: #ffffff;
width:73%;
font-weight: normal;

}
body.layout-two-column-left div#beta-inner
{
color:#000000;
font-weight:normal;
}
body.layout-two-column-left div#beta-inner a
{
color:#000000;
font-weight:normal;
}
body.layout-two-column-left div#alpha a
{
text-decoration:none;
font-weight: normal;

}

/* ２カラム （本文 = alpha | 右サイドバー = beta） */
/*
body.layout-two-column-right div#alpha {}
body.layout-two-column-right div#alpha-inner {}
body.layout-two-column-right div#beta {}
body.layout-two-column-right div#beta-inner {}
*/

/* ３カラム （左サイドバー = alpha | 本文 = beta | 右サイドバー = gamma) */
/*
body.layout-three-column div#alpha {}
body.layout-three-column div#alpha-inner {}
body.layout-three-column div#beta {}
body.layout-three-column div#beta-inner {}
body.layout-three-column div#gamma {}
body.layout-three-column div#gamma-inner {}
*/

/* サイドバー・モジュールの指定 */

div.module {}
div.module h2.module-header 
{
color:#000000;


font-weight: normal;
text-align:left;
 background-repeat: no-repeat;
padding-left:10px;

}
div.module h2.module-header a
{
color:#000000;
padding-left:5px;
font-weight: normal;
}
div.module h2.module-header a:visited
{
color:#000000;
padding-left:5px;
font-weight: normal;
}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item 
 {
  padding-left: 20px;
  background-image: url(http://univa.typepad.jp/images/yajirushi.gif) ;
  background-repeat: no-repeat;
}
div.module-content ul.module-list li.module-list-item a
{
text-decoration: none;
color:#000000;
font-size:11px;
font-family:sans-serif;
line-height:100%;
font-weight: normal;
}






/* ph=1 */
/* nhm:dynamic-ssi */
