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

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

/* Portal */

/* Theme */
@import url(http://static.typepad.com/.shared:v20120214.01-0-g360e6a1:typepad-jp:ja_jp/themes/loftwork/loftwork08/theme.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; }

*/

body{
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;

/*min-width: 750px;*/
}

a{
text-decoration:underline;
}

/* ブログのバナー背景部分に画像を指定 */

div#banner{
}

/* 


div#banner
{
  background-image: url(http://example.typepad.jp/sample_design/myimages/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
}

*/

/* バナー部分の中身 */

div#banner-inner {
}
div#banner-inner h1#banner-header {}
div#banner-inner h2#banner-description {}

/* ページの各部分の指定 */
/* 詳しくは http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 */


div#container {
width:800px;
padding-left:120px;
background:url(http://www.ochamikan.com/nt-rakugaki/bg_top.gif) 0 0 no-repeat;
}
div#container div#container-inner {}


div#pagebody {}
div#pagebody div#pagebody-inner {}

div.entry {}
div.entry h3.entry-header {}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}

div.entry div.entry-content img{
border:#FFFFFF 1px solid;
}
/*
div.entry div.entry-content a img{
border-color:#F79910;
}*/

div.entry div.entry-content a:hover img{
border:#ff0000 1px solid;
}

div.entry p.entry-footer {}

.module-content{
padding-right:0;
font-size: 12px;
}

.module-list{
margin-left:10px;
margin-right:10px;
}

.module-list-item{
color: #555;
}

/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/
/* ２カラム （左サイドバー = alpha | 本文 = beta） */
/*
body.layout-two-column-left div#alpha {}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta {}
body.layout-two-column-left div#beta-inner {}
*/


/* ２カラム （本文 = alpha | 右サイドバー = beta） */

body.layout-two-column-right div#alpha{
margin: 15px 15px 0 0;
width:570px;
}

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 {}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {}
*/

div.module-content ul.module-list li.module-list-item .typelist-note-label{
font-weight:bold;
}

.typelist-plain.module-content{
padding-left:0;
}
.typelist-plain .module-list{
margin-left:0;
margin-right:0;
}

div.entry div.entry-content img.emoticon,
div.entry div.entry-content table img
{
padding:0;
border:none;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   text-transform: none;
}

.date-header
{
   text-transform: none;
}

#banner-header {
 margin-bottom:5px;
}
#banner-description {font-weight:normal;}

#banner {
width:800px;
}
#banner-inner {
background-image:none;
}



.entry{
position:relative;
}


/* ph=1 */

