/* 基本的なレイアウトの設定 */
#container	{
	width: 720px;
	margin: auto;
	}

.sidebar	{
	width: 100px;
	float: left;
	}

#leftsidebar	{
	margin-right: 20px;
	}

#rightsidebar	{
	margin-left: 20px;
	}

#contents	{
	width: 540px;
	float: left;
	}

/* ３段組み用の設定 */
#three .sidebar	{
	width: 140px;
	}

#three #contents	{
	width: 430px;
	}


/* １段組み用の設定 */
#one #contents	{
	float: none;
	margin: auto;
	}

/* リンクの設定 */
a	{
	color: black;
	text-decoration: none;
	}

/* ヘッダーの設定 */
#header	{
	font-size: 0.75em;
	border-top: solid 14px #000000;
	margin: 0 0 20px;
	}

#header h1	{
	font-size: 2em;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 4px 0 10px;
	}

#header h1 span	{
	font-size: 0.5em;
	color: #555555;
	}

#header img	{
	border-bottom: solid 14px #000000;
	}

#header p	{
	margin: 0;
	}

#header p#link	{
	background-color: #000000;
	border-top: solid 8px #c3d731;
	text-align: right;
	padding: 2px 5px;
	}

#header p#link a	{
	color: #ffffff;
	}

/* サイドバーの設定 */
.sidebar	{
	font-size: 0.75em;
	}

.sidebar h2	{
	color: #ffffff;
	background-color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 7px;
	}

.sidebar ul	{
	margin: 10px 0 20px 16px;
	padding: 0;
	}

.sidebar li	{
	margin-bottom: 10px;
	list-style-image: url(mark.gif);
	}

/* コンテンツの設定 */
#contents	{
	font-size: 0.75em;
	line-height: 1.4;
	}

#contents h2	{
	font-size: 1.5em;
	border-left: solid 10px #c3d731;
	margin: 0;
	padding: 1px 8px;
	}

#contents h3	{
	font-size: 1.2em;
	border-bottom: solid 3px #c3d731;
	margin: 0;
	padding-bottom: 3px;
	}

#contents h3 span	{
	color: #777777;
	}

.postcate	{
	text-align: right;
	margin: 3px 0 0;
	}

.postcate a	{
	background-color: #c3d731;
	padding: 2px 5px;
	}

.post	{
	margin-top: 25px;
	clear: both;
	}

/* フッターの設定 */
#footer	{
	font-size: 0.75em;
	border-top: solid 14px #000000;
	}

#footer address	{
	font-style: normal;
	padding: 3px 0;
	}

