/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is sample.
*/


/* コンテナ */
div#container	{width: 960px;
	margin: left;
font-family: Times New Roman, Sans-Serif;
}





/* ヘッダー */
div.header_img	{padding-bottom: 15px}

div#header {padding-bottom: 51px}

div#header h1	{font-size: 0.875em;
                 margin: 0 20px}

div#header h1 a	{text-decoration: none; color: #000000}

div#header p	{font-size: 0.85em;
                 margin: 2px 20px 0}
div#header p a	{text-decoration: underline; color: #000000}



/* 記事 */
div.post	{border: solid 1px #FFFFFF;
	         padding: 18px;
	         margin: 30px auto}
/*記事タイトル*/
div.post h2	{background-image: url(mark.png);
	         background-repeat: no-repeat;
font-size: 1.675em;
font-style: italic;
font-weight: normal;
	         border-bottom: solid 1px #FFFFFF;
	         
	         padding-bottom: 5px;
	         margin: 0}

div.post h2 a	{text-decoration: none;
	         color: #000000}

div.post p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}


p.postinfo	{color: #000000;
	text-align: left;
	margin: 20px 0 20;
	clear: both}

p.postinfo a	{text-decoration: underline; color: #000000}


/* 左右ページリンク */
p.pagelink a	{font-size: 1.675em;
	color: #000000}

span.pageprev	{float: left;
padding-left: 18px}

span.pagenext	{float: right}



/* フッター */
div#footer	{clear: both;
padding-top: 50px;
padding-left: 18px}

address	{font-size: 0.75em;
	font-style: normal;
	padding-top: 6px}

address a	{color: #000000}


