/*
Theme Name: Sample Theme
Theme URI: http://192.168.0.7/
Description: This is my sample theme.
*/

/* コンテナ */
div#contaner	{
				width: 760px;
				margin: auto}

/* ヘッダー */
div#header h1	{font-size: 1.875em;
				margin: 0}
div#header h1 a	{text-decoration: none;
				color:  #000000}

div#header p#desc	{font-size: 0.75em;
					color: #444444;
					margin: 0}

div#header		{border-bottom: solid 3px #000000;
				padding-bottom: 10px;
				margin-bottom: 20px}

/* 記事 */
div#content	p#image	{ /*
   				 margin-left: 0 auto;
    			margin-right: 0 auto;*/
    			text-align: center;}

div.post		{border: solid 1px #0c8bcd;
				padding: 15px;
				margin-bottom: 20px}

div.post h2		{background-color: #a3d2f2;
				font-size: 0.875em;
				padding: 10px;
				margin: 0}

div.post h2 a	{text-decoration: none;
				color: #000000}

div.post p		{font-size: 0.875em;
				line-height: 1.6;
				margin-top: 10px}

div#footer		{clear: both;
				border-top: solid 3px #000000;
				padding: 6px}

