@charset "utf-8"; /* 文字コード */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 0px 0px;
		background:#99ccff; /* 背景色 */
		text-align:center; /* IE6後方互換モードでのセンタリング 2005.06.18追加 */
	}

/* リンク文字設定 */
	a {
		color: #000000;
	}
	a:link {
		color: #3300ff;
		background: none;
	}
	a:visited {
		color: #ff33ff;
		background: none;
	}
	a:active {
		color: #3300ff;
		background: none;
	}
	a:hover {
		color: #3300ff;
		background: #33ccff;
		text-decoration: underline;
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

	h3 {
		margin: 0px;
		padding: 0px;
	}

/* 3カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		width: 765px;
		border-bottom: 1px solid #3399ff;
		border-left: 1px solid #3399ff;
		border-right: 1px solid #3399ff;
		background-color: #99ccff;
	}

/* タイトル名 */
	#banner {
		position: relative; z-index: 1;
		padding: 5px 0px 5px 0px;
		color:#99ccff;
		background:#3399ff;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		text-align: left;
	}

/* 左カラム */
	#links-left-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 130px ;
	}

	#links-left{
		color: #ffffff;
		padding-top : 15px;
		padding-left : 2px;
	}

/* エントリーのある大段落（3カラム） */
	#content {
		float: left;
		width: 431px;
		border-bottom: 0px solid #666699;
		border-left: 2px solid #ffffcc;
		border-right: 0px solid #666699;
		padding-top : 10px ;
		padding-bottom : 10px ;
	}

/* エントリー別の段落 */
	.topics {
		font-size:small;
		font-weight:normal;
		color: #000000;
		background: none;
	}

/* メイン　追加分　*/
	.topicsbody_up {
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:5px;
		padding-left:10px;
		padding-right:0px;
		padding-bottom:30px;
		line-height:150%;
		width : auto ;
		margin-left:3px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
		border-bottom: 1px solid #666666;
	}

/* メイン　追加分　*/
	.topicsbody {
		float: left;
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:10px;
		padding-left:0px;
		padding-right:0px;
		line-height:150%;
		width : auto ;
		margin-left:3px;
		margin-bottom:10px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
		border-bottom: 1px solid #666666;
	}

/* メイン　エントリーの日付 */
	.topicsdate	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold; /* W3C CSS 検証対応 2005.04.30 修正 */
		color: #666666;
		background: #ffffCC;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		margin-top:6px;
		margin-left:5px;
		margin-right:5px;
	}

/* メイン　エントリーのタイトル 追加分　*/
	.topicstitle	{
		font-size: 12px;
		color: #000000;
		padding-top:5px;
		padding-left:25px;
		padding-bottom:5px;
		margin-bottom:0px;
	}

/* メイン　エントリーのサムネール 追加分　*/
	.topicsimage	{
		float: left;
		padding-top:5px;
		padding-left:10px;
		padding-bottom:5px;
		height : 150px ;
		width : 150px ;
		vertical-align:middle;
		text-align:center;
	}

/* メイン　エントリーのテキスト 追加分　*/
	.topicstext	{
		float: left;
		padding-top:5px;
		padding-left:15px;
		padding-bottom:5px;
		height : 150px ;
		width : 240px ;
	}

/* メイン　続きを読む */
	.topicsposted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #666699;
		text-align:right;
		vertical-align:bottom;
	}

/* 右カラム */
	#links-right-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 185px ;
	}

	#links-right{
		color: #ffffff;
		padding-top : 15px;
		padding-left : 15px;
		padding-right : 15px;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	.sidetitle {
		color:#000;
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		margin-top:3px;
		background:#f6f6f6;
		line-height:140%;
		padding:1px 0px;
		text-align:center;
		border: 1px solid  #999999;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:11px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:25px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

/* 2004.10.22 サブカテゴリー対応 */
	.side #categories {
		font-family: Verdana, Arial, sans-serif;
		color: #666666;
		background: none;
		font-size: 9px;
		font-weight:normal;
		line-height:150%;
		text-align: left;
		padding:2px;
		margin-bottom:25px;*//* 冗長指定削除 2004.11.24追加 */
	}

	.side #categories ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side #categories ul ul {
		margin-bottom: 0px;
	}

	.side #categories li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}

/* ツリー化 */
	ul.tree {
		margin: 0!important;
		padding: 0!important;
		font-size: 11px;
		list-style: none!important;
}
	ul.tree ul {
		margin: 0!important;
		padding: 0!important;
}
	ul.tree li {
		margin: 0!important;
		padding: 0 0 0 16px!important;
		background-image: url(tree_lst.gif);
		background-repeat: no-repeat!important;
		list-style: none!important;
}
	ul.tree li.tree_end {
		background-image: url(tree_end.gif);
		list-style: none;
}

/* フッタ */
	#footer {
		padding: 12px 23px 11px 0px;
		border-top: 1px solid #3399FF;
		border-bottom: 1px solid #3399FF;
		background:#3399ff;
		color:#333333;
		text-align: right;
		font-size: 10px;
		font-family: Verdana, Arial, sans-serif;
		letter-spacing: 0.05em;
}

/* 分割 */
	.paginate {
		text-align: center;
		font-size: 11px;
}

/* 個別　テーブル */
	#table	{ 
		float: left;
		width: 570px;
		border-bottom: 0px solid #666699;
		border-left: 2px solid #ffffcc;
		border-right: 0px solid #666699;
		padding-top : 10px ;
		padding-bottom : 10px ;
	}

/* 個別　テーブル */
	#table2	{ 
		float: left;
		width: 540px;
		margin:10px 10px 10px 10px;
	}

/* アーカイブテンプレートの前後リンク */
	.content-nav {
		margin: 10px;
		text-align: center;
		font-size: 12px;
}

/* 個別　エントリーのタイトル 追加分　*/
	.daytitle	{
		font-size: 12px;
		color: #000000;
		padding-top:5px;
		padding-left:25px;
		padding-bottom:5px;
		margin-bottom:0px;
	}

/* 個別　エントリーの本文 追加分　*/
	.daytext	{
		font-size: 12px;
		color: #000000;
		padding-right:15px;
		padding-left:15px;
	}

/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background: none;
		margin:0px;
		padding-top:5px;
		text-align:center;
	}

