/*
Theme Name: Sample Theme
Theme URl: http://www.adfrontiers.jp/
*/


/* コンテナー　*/

div#container {width: 570px;
              margin: auto}


/* ヘッダー　

div#header	{background-image: url(header.jpg);
                background-color: #a8d1ff;
		padding-top: 38px;
		padding-bottom: 100px;
		}

div#header h1	{font-size: 24px;
		margin: 0 60px}

div#header h1 a {text-decoration: none;
                color: #2b76cc}

div#header p {font-size: 0.75em;
             margin: 8px 20px 0}
*/

/* 独立ページのメニュー　*/

ul#pagemenu   {list-style-type: none;
               margin: 0;
               padding: 0}

ul#pagemenu li {display: inline;
               padding-right: 10px}

ul#pagemenu li a {font-size: 0.75em;
               color: #2b76cc;
               text-decoration: none}

/* メイン　*/

div#main       {width: 615px;
               float: left}

div#main1　    div#contents      {width: 760px;
               float: left}

/* コンテンツ　*/

div#content     {width: 560px;
                float: center;
                margin-bottom: 20px}

p#pagetitle     {font-size: 0.875em;
	font-weight: bold;
	color: #663300;
	border: dotted 1px #663300;
	text-align: center;
	width: 540px;
        padding: 5px;
        margin: 8px;}

/* 記事　*/


div.post	{border-bottom-width: thin;
　　　　　	border-bottom-style: dotted;
　　　　　	border-bottom-color: #CCCCCC;
                padding: 18px;
		margin: 20px 5px;
   　　　　　　　　}
	

div.post h2    {font-size: 0.875em;
               border-bottom: solid 1px red;
               padding-left: 1px;
               padding-bottom: 5px;
               margin: 0}

div.post h2 a  {text-decoration: none;
               color: #333333}

div.post p     {font-size: 0.75em;
               Line-height: 1.6;
               margin-top: 10px}

p.postinfo     {color: ##2b76cc;
               text-align: right;
               margin: 20px 0 0;
               clear: both}

p.postinfo a   {color: #2b76cc}


/* 記事内の画像　*/

.aligncenter   {display: black;
               margin-left: auto;
               margin-right: auto}

div.post img   {border: none}

.alignleft     {float: left;
               margin-left: 10px;
               margin-bottom: 2px}

.alignright    {float: right;
               margin-right: 10px;
               margin-bottom: 2px}

.wp-caption    {text-aligh: center;
               padding-top: 5px;
               margin-top: 5px}

/* ページリンク　*/

p.pagelink a  {font-size: 0.75em;
              color: #2b76cc}

span.pageprev {float: left}

span.pagenext {float: right}

/* サイドバー　*/

div#sidebar   {width: 230px;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px}

div#sidebar h2 {font-size: 0.75em;
	color: #663300;
	padding: 5px;
	margin: 5px;
	border: thin solid #663300;
	width: 210px;}

div#sidebar li {font-size: 0.75em;
               margin-bottom: 3px}

div#sidebar li a {color: #333333;
               text-decoration: none;
               vertical-align: top}

div#sidebar ul {margin: 8px 8px 10px;
                padding: 14px;}

/* カレンダー　*/

#wp-calendar  {width: 100%;
              margin-bottom: 20px;
              font-size: 0.75em}

#wp-calendar a {color: #2b76cc}

#wp-calendar td, #wp-calendar th
              {text-align: center}

#wp-calendar caption
             {background-image: url(menubar.png);
             background-repeat: no-repeat;
             color: white;
             padding: 6px 8px;
             text-align: left}

#wp-calendar #prev {text-align: left;
             padding-top: 3px;
             padding-left: 3px}

#wp-calendar #next {text-align: right;
             padding-top: 3px;
             padding-right: 3px}

/* フィード　*/

p.feed       {font-size: 0.75em;
             font-family verdana, Helvetica, san-selif;
             padding: 10px;
             margin: 25px 0}

p.feed a     {color: #444444;
             text-decoration: none}

p.feed img   {vertical-align: middle;
             margin-right: 8px}


/* フッター　*/
div#footer    {border-top: solid 3px #2b76cc;
              clear: both}

address       {font-size: 0.75em;
              font-style: normal;
              font-family: verdana, sans-selif;
              pading-top: 6px}

address a     {color: #333333}