/*
Theme Name: BearsBlog Theme
Theme URI: http://www.www.wwww/
Description: This is my sample theme.
*/

/* コンテナ */
div#container   {background-color: #000000;
                 width: 800px;
                 margin: auto}

/* ヘッダー */
div#header      {background-color: #000000;
                 padding-top: 0px;
                 padding-bottom: 0px;
                 text-align:center}

div#header h1	{font-size: 1.875em;
	         margin: 0 20px}

div#header h1 a	{text-decoration: none;
	        color: #ffffff}

div#header p    {font-size: 0.75em;
                 margin: 8px 20px 0}

div#header P 	{text-decoration: none;
	        color: #ffffff}

/* コンテンツ */
div#content     {width: 580px;
                 float: right;
                 margin-bottom: 20px}


/* 記事 */
div.post        {border: solid 1px #000000;
                 padding: 18px;
                 margin: 20px auto}

div.post h2     {background-image: url(ha.jpg);
                 background-repeat: no-repeat;
                 font-size: 1.25em;
                 text-align: left;
                 border-bottom: solid 1px #000000;
                 padding-left: 30px;
                 padding-bottom: 5px;
                 margin: 0}

div.post h2 a   {text-decoration: none;
                 color: #ffcc00}

div.post p      {color: #ffffff;
                 font-size: 0.875em;
                 line-height: 1.0;
                 margin-top: 10px}

p.postinfo      {color: #999999;
                 font-size: 0.65em;
                 text-align: right;
                 margin: 20px 0 0}

p.postinfo a    {color: #999999}

/* 記事内の画像 */
.aligncenter    {display: block;
                 margin-left: auto;
                 margin-right: auto}

div.post img    {border: none}

.alignleft      {float: left;
                 margin-right: 10px;
                 margin-bottom: 2px}

.alignright      {float: right;
                 margin-left: 10px;
                 margin-bottom: 2px}


/* ページリンク */
p.pagelink a    {font-size: 0.75em;
                 color: #999999}

span.pageprev   {float: left}

span.pagenext   {float: right}

/* サイドバー */
div#sidebar     {width: 220px;
                 float: left;
                 margin-top: 20px;
                 margin-bottom: 20px}

p.sidebar       {text-decoration: none;
	         color: #ffffff;
                 font-size: 0.875em}
p.sidebar a     {text-decoration: none;
                 color: #ffffff}

/* 動くメニュー */
#movable        {width:200px;
                 position:absolute; top:100px;
                 background-color:#000000;
                 border:1px solid #000000;
                 padding:8px;
                 height:250px;
                 position:absolute;
                 top:198px}


/* フッター */
div#footer      {border-top: solid 3px #666666;
                 clear: both}

address         {color: #ffffff;
                 font-size: 0.75em;
                 font-style: normal;
                 font-family: Verdana, sans-serif;
                 padding-top: 6px}

address a       {color: #ffffff}
