/* ページ全体 */
	body {
		margin: 20px 0px 30px 30px;
		background: #FCFCFC;
		text-align : center ;
	}


	a {
		font-weight: bold;
	}


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

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







/* カラム全体 */
	#box {
		text-align: left;
		margin-left:auto;
		margin-right:auto;
		width: 950px;
		padding: 0px 0px 0px 0px;
	}


/* バナー */
	#banner {
		position: relative;
		padding:0px 0px 0px 0px;
		margin-top:0px;
		margin-bottom:30px;
		height:200px;
		width: 900px;
		border-top: 0px solid  #000000;
		border-bottom: 0px solid  #BBBBBB;
	}

	#banner h2 {
		color: #999999;
		font-weight: normal;
		font-size: 12px;
	}





/* サイト説明文 */
	.description {
		color: #999999;
		font-size: 12px;
	}

/* エントリーのある大段落（3カラム） */
	#content {
		float: left;
		width: 500px;
	}

/* エントリーのある大段落（1カラム） */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

/* エントリー別の段落 */
	.blog {
		padding:0px;
	}



/* 「ホーム」等へのリンク部分（トップページ以外） */
	.navi {
		font-size: 11px;
		font-weight:bold;
		margin:10px 0px 30px 0px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
		border: 1px solid  #BBBBBB;
	}

	.navi a:link {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.navi a:visited {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.navi a:active {
		color: #333333;
		background: #FFFF00;
		text-decoration: underline;
	}
	.navi a:hover {
		color: 333333;
		background: #FFFF00;
		text-decoration: underline;
	}



/* エントリーブロック */
	.blogbody {
		color:#666666;
		font-size: 11px;
		padding:0px 0px 0px 0px;
		line-height:1.7;
		margin-bottom:20px; 
	}



/* 記事のサブタイトル */
	.blogbody h2	{
		font-size: 10px;
		font-weight:bold;
		display:inline;
	}
	.blogbody h2	a {
		padding: 2px;
	}
	.blogbody h2	a:link {
		color: #FFFFFF;
		background: #666666;
		text-decoration: none;
	}
	.blogbody h2	a:visited {
		color: #FFFFFF;
		background: #666666;
		text-decoration: none;
	}
	.blogbody h2	a:active {
		color: #333333;
		background: #FFFF00;
		text-decoration: none;
	}
	.blogbody h2	a:hover {
		color:#333333;
		background: #FFFF00;
		text-decoration: none;
	}



/* 記事のタイトル */
	.blogbody h1	{
		font-weight:bold;
		font-size: 14px;
		color: #333333;
		letter-spacing:0.2em;
		margin-bottom:20px;
	}



/* エントリー：段落 */
	.blogbody p {
		margin-bottom: 10px;
	}

	.blogbody p a:link {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.blogbody p a:visited {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.blogbody p a:active {
		color: #333333;
		background: #FFFF00;
		text-decoration: underline;
	}
	.blogbody p a:hover {
		color: 333333;
		background: #FFFF00;
		text-decoration: underline;
	}

/* エントリー：画像 */
	.blogbody img {
		margin:0px 8px 10px 0px; 
		padding:5px 5px 5px 5px; 
		border: 1px solid #999999;
	}




/* エントリー投稿者の段落 */
	.posted {
		color: #666666;
		font-size: 9px;
		text-align:right;
		background: none;
		border-top: 1px solid  #BBBBBB;
		padding:7px 0px 0px 10px; 
		margin-top:20px; 
	}

	.posted a:link {
		color: #333333;
		text-decoration: none;
	}
	.posted a:visited {
		color: #333333;
		text-decoration: none;
	}
	.posted a:active {
		color: #333333;
		text-decoration: underline;
	}
	.posted a:hover {
		color: 333333;
		text-decoration: underline;
	}






/* 「続きを読む」の行 */
	.extended { 
		text-align:right;
		font-size: 12px;
		margin-bottom:20px;
	}
	.extended  a {
		padding: 4px;
	}
	.extended a:link {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.extended a:visited {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.extended a:active {
		color: #333333;
		background: #FFFF00;
		text-decoration: underline;
	}
	.extended a:hover {
		color: 333333;
		background: #FFFF00;
		text-decoration: underline;
	}





/* blockquote設定 */
	blockquote {
		margin:25px 0px 25px 50px;
		padding: 0px 0px 0px 0px;
		border-top: 0px solid #999999;
		border-bottom: 0px solid #999999;
	}



/* strong設定 */
	strong {
		font-weight:bold;
	}

/* エントリーのテキストエリア可変長指定 2004.07.20追加 */
	.blogbody textarea {
		width: 97% ;
	}

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}






/* 右カラム */
	#links-right{
		float: left;
		color: #6666cc;
		width : 180px ;
		padding-top : 0px;
		padding-left : 0px;
		margin-left : 20px;
	}

/* 左カラム */
	#links-left{
		float: left;
		color: #66aa66;
		width : 180px ;
		padding-top : 0px;
		padding-left : 0px;
		margin-left : 20px;
	}

































	/* サイドバー：各項目タイトル */
	.sidetitle {
		color:#333333;
		font-size:10px;
		font-weight: normal;
		margin-bottom:10px;
		padding-left: 0px;
		border-bottom: 1px solid  #BBBBBB;
	}


	/* サイドバー：各項目本文 */
	.sidebox {
		color:#666666;
		font-size:10px;
		font-weight:normal;
		line-height:1.5;
		padding : 0px 0px 0px 0px ;
		margin-bottom:30px;
	}


	/* サイドバー：各項目本文：リンク*/
	.sidebox a:link {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.sidebox a:visited {
		background: none;
		text-decoration: underline;
		color:#333333;
	}
	.sidebox a:active {
		color: #333333;
		background: #FFFF00;
		text-decoration: underline;
	}
	.sidebox a:hover {
		color: 333333;
		background: #FFFF00;
		text-decoration: underline;
	}


	/* サイドバー：各項目本文：リスト*/
	.sidebox ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

	.sidebox li {
	font-size: 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	line-height:1.5;
	margin: 7px 0px 7px 0px;
	}

	.sidebox li li {
	font-size: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	line-height:1.5;
	margin: 7px 0px 7px 0px;
	}

	/* サイドバー：各項目本文：リスト*/
	.sidebox ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

	.sidebox li {
	font-size: 10px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	line-height:1.5;
	margin: 7px 0px 7px 0px;
	}

	.sidebox li li {
	font-size: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	line-height:1.5;
	margin: 7px 0px 7px 0px;
	}

	/* サイドバー：右揃え*/
	.sidebox .linkright {
	margin: 10px 0px 0px 10px;
	text-align: right;
	}



/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */

	.side_2 {
		color:#666666;
		background: none;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		border-left:1px solid  #cccccc;
		border-right:1px solid  #cccccc;
		padding : 0px 10px 0px 10px ;
		margin-bottom:0px;
	}





	.side {
		color:#666666;
		background: none;
		font-size:11px;
		font-weight:normal;
		line-height:150%;
		padding:0px;
		margin-bottom:30px;
	}

	.side-counter {
		font-size:9px;
		background: none;
		padding:0px;
		margin-top:10px;
		margin-bottom:30px;
	}

	.side2 {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:5px;
	}

	.image img {
		border: 1px solid #666699;
		margin-top: 20px;
	}

.list_more {
	text-align: right;
		margin-bottom:20px;
}








/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:50px;
	}


/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8FABBE;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 2004.07.20追加 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-post a:link {
		color: #8FABBE;
		text-decoration: underline;
		background: none;
	}
	.comments-post a:visited {
		color: #8FABBE;
	}
	.comments-post a:active{
		color: #8FABBE;
	}
	.comments-post a:hover {
		color: #006699;
	}

/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}

/* ポップアップウインドウのタイトル部分 */
	#banner-commentspop {
		color:#999999;
		background:#ffffe0;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align: left;
		border: 1px solid #666699;
	}

	#banner-commentspop h1 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	#banner-commentspop h2 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	#content-commentspop {
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		margin : 0px ;
		padding : 10px ;
		height : 100%;
	}

	#content-commentspop h2	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:normal;
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-bottom:15px;
	}

	#content-commentspop h3	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight:normal;
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:0px;
		line-height:150%;
		width : auto ;
		margin-top:0px;
		margin-bottom:0px;
	}

	.blogbody-commentspop p {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.posted-commentspop {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:0px;
		margin-bottom:15px;
		}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}

/* 投稿者名、コメントの書き込み欄の文字化け防止 */
	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}
