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



/* portal css */


/* theme css */
@import url(/.shared-ja/themes/lilia/theme-powell-street.css);


/* user 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; }

*/




/* ブログのバナー背景部分に画像を指定（TogaQシステムで表示されない場合のデフォルトバックグランド画像、中央指定） */

div#banner
{
width:800px;
padding:0px;
margin:0px;
background:#ffffff url(http://shindan.typepad.jp/weblog_images/background.png) 0 0 no-repeat;
}



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

div#banner-inner {
	width: 800px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

div#banner-inner h1#banner-header {
	width: 800px;
	height: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background: #ffffff;
}
div#banner-inner h2#banner-description {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}


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



/* ボディ部分の指定（バックラウンドのシェード、表示位置） */

body {
	margin-top: 0px;
	margin-bottom: 5px;
	background: #ffffff url(http://shindan.typepad.jp/weblog_images/bg_gradient_gray.jpg) repeat-x scroll 0 0;
}


div#container {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	position:relative;
	text-align:left;
}


/* 内容表示部分の外枠 */

div#container div#container-inner {
	width: 800px;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	margin: 0px;
}

div#pagebody {
	width: 800px;
	padding: 0px;
	margin: 0px;
}
div#pagebody div#pagebody-inner {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}


div.entry {
	margin-bottom: 10px;
}

/*
div.entry h3.entry-header {}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}
div.entry p.entry-footer {}
*/

/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/



#alpha, #beta, #gamma, #delta {
background: #ffffff;
float:left;
margin:0pt 0pt 0pt 0pt;
}




/* ２カラム ★★これを利用中（左サイドバー = alpha | 本文 = beta）★★ */

body.layout-two-column-left div#alpha {
	width:210px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

body.layout-two-column-left div#alpha-inner {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
body.layout-two-column-left div#beta {
	width:590px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
body.layout-two-column-left div#beta-inner {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:#ffffff;
}






/* ２カラム （本文 = 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 {}
div.module div.module-content {
	background: #ffffff;
}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {}



.module-header,
.trackbacks-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative; 
	width: 100% auto;
	border: 0px;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 32px;
	background: #ffffff url(http://shindan.typepad.jp/weblog_images/obi.gif) 0 0 no-repeat;
	color: #ffffff;
	text-transform: uppercase;
}


.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
{
	color: #ffffff;
	text-decoration: none;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.module-content a { color: #3D3D3D; }
.module-content a:visited { color: #888899; }
.module-content a:hover { color: #f93; }
.entry-content a { text-decoration: underline; }

.tableblock{
	display : block ;
	width : 500px ;
	margin : 0px 34px 0px 40px ;
	padding : 3px 0px 3px 0px ;
	background-image : url("http://shindan.typepad.jp/weblog_images/dotline.gif") ;
	background-repeat : no-repeat ;
	background-position : bottom left;

}

.tableblock .item{
	display : block ;
	width : 80px ;
	float : left ;
	color : #777 ;

}

.tableblock .name{
	display : block ;
	float : left ;
	vertical-align : middle ;
}


/* ph=1 */
/* nhm:from_kauri */
