/*
Theme Name: SAMPLE 01
Theme URI: http://www.www.www/
Description: SAMPLE 01
Author: seisinsya
*/

body	{
	margin: 0;
	padding: 0;
	text-align: left;
	}

#container {
	width: 730px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#header, #main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 500px;
	float: left;
	}

#sidebar	{
	width: 170px;
	float: right;
	margin-left: 30px;
	}

#footer	{
	clear: both;
	}

a	{
	color: #3366aa;
	}


/* ++++++ヘッダー部分のデザイン++++++ */

#header	{
	background-color: #006600;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	margin-bottom: 20px;
	}

#header h1	{
	font-size: 1.4em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom:0;
	}
#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header p	{
	font-size: 0.75em;
	margin-top: 4px;
	}



/* ++++++コンテンツ部分のデザイン++++++ */

.post h2	{
	font-size: 0.875em;
	color: #003300;
	border-bottom: solid 2px #003300;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.75em;
	}


/* ++++++サイドバー部分のデザイン++++++ */

#sidebar	{
	font-size: 1;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}


#sidebar h2	{
	font-size: 0.8em;
	background-color: #006600;
	color: #ffffff;
	text-align:left;
	margin: 0;
	padding: 6px 0;
	}

/* カレンダー*/
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #538ad8;
	}

#calendar a	{
	text-decoration: none;
	color: #3366aa;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++コメント部分のデザイン++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}



/* ++++++フッター部分のデザイン++++++ */

#footer address	{
	font-size: 0.50em;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	background-color: #006600;
	padding: 3px 0 6px;
	}

