a:hover		{
		text-decoration: underline;
		background-color: #6699FF;
		}
body		{
		text-align: center;
		background-color: #CCCCFF;
		color: #333333;
		margin: 10px;
		font-family: Verdana, Helvetica, sans-serif;
		}
#container	{
		width:800px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background-color: white;
		}
img		{
		border: 0;
		}
.center		{
		text-align: center
		}

/* ヘッダー部分 */
#header		{
		background-color: #CCCCFF;
		color: #CCCCFF;
		background-image: url(http://kadinfo.net/tarumi/head.jpg);
		height: 90px;
		border: 1px solid #6633FF;
		padding: 10px;
		margin: 10px;
		}
#header h1	{
		font-size: 20px;
		margin: 0;
		padding: 0;
		color:  #ffffff;
		text-align: left;
		}
#header h1 a	{
		text-decoration: none;
		margin: 5px;
		padding: 5px;
		color: #ffffff;
		}
#header p	{
		font-size: 13px;
		text-align: right;
		padding-top: 30px;
		color: #333399;
		}

/* サイドバー部分 */
.sidebar	{
		width: 258px;
		padding-left: 5px;
		margin-left: 5px;
		float: right;
		}
.sidebar h3	{
		font-size:14px;
		font-family: Verdana, Helvetica;
		margin-bottom: 1px;
		padding: 4px 3px 3px 4px;
		color: #333399;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #6633FF;
		}
.sidebar h3 a	{
		color: #333399;
		text-decoration: none;
		}
.menu		{
		list-style-type: none;
		margin: 1px 5px 1px 5px;
		padding: 1px 5px 1px 5px;
		}
.sidebar li	{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		line-height: 150%;
		font-size: 16px;
		margin-bottom: 2px;
		}

/* エントリー部分 */
#content	{
		width: 500px;
		padding-right: 5px;
		margin-right: 5px;
		float: left;
		line-height: 130%;
		}
#content h2,  #search h2	{
		padding: 5px;
		font-size:14px;
		padding: 4px 3px 3px 4px;
		color:  #333399;
		background-color:;
		border: 1px solid #6633FF;
		text-align: center;
		}
#content p, #search p		{
		font-size: 14px;
		color: #333399;
		margin-right: 10px;
		margin-left: 10px;
		line-height: 150%;
		}
#content li	{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		font-size: 14px;
		margin-bottom: 10px;
		}
#content img	{
		padding: 0 15px 0 0;
		}
#search		{
		width: 790px;
		padding: 10px;
		}


/* フッター部分 */
#footer		{
		border-top: 5px solid #6633FF;
		margin-top: 10px;
		clear: both;
		background-color: #ffffff;
		}
#footer	p	{
		font-size: 12px;
		color:  #333333;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
		}

/* 著作権表記部分（以下削除不可/変更可） */
#footer p.daisuki{
		font-size: 10px;
		color: #cccccc;
		text-align: right;
		font-family: Alial Narrow, Helvetica, sans-serif;
		}
#footer p.daisuki a{
		text-decoration: none;
		color: #cccccc;
		}
#footer strong	{
		font-weight: lighter;
		}
/* Posted */
#content p.posted	{
	font-size:10px
	}
