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

/*
 * File      : styles-site.css
 * Version   : 1.08
 * Update    :
 * 1.00 2004.09.28: 3カラム固定サイズ用初版
 * 1.01 2004.10.15: 半角文字折り返し対処追加
 * 1.02 2004.10.22: 3.11-ja機能（サブカテゴリー）対応/TypeKeyコメント投稿者アイコン枠対処
 * 1.03 2004.11.24: サブカテゴリーの冗長指定削除
 * 1.07 2004.12.30: ポップアップ用テンプレート追加に伴う修正
 *             #box-commentspop 全面追加
 *             #banner-commentspop バナーの重なり順序対処
 *             #banner-commentspop h1 フォント/文字の太さ/フォントサイズ修正
 * 1.08 2005.04.30: W3C CSS 検証対応
 * 1.09 2005.06.18: IE6・後方互換モードでの不具合対処
 *
 * Copyright (C) 2004-2005 koikikukan. All rights reserved.
 */

/* ページ全体の基本的な設定と背景色 */
	body {
	margin: 15px 0px 15px 0px;
	background:#202020;
	text-align:center;
	background-image: url(/images/bg.gif);
	}

/* リンク文字設定 */
	a {
		color: #707070;
		text-decoration: none;
	}
	a:link {
		color: #FF9650;
	/*	background: none;	*/
	}
	a:visited {
		color: #FF9650;
	/*	background: none;	*/
	}
	a:active {
		color: #FF9650;
	/*	background: none;	*/
	}
	a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}

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

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

/* img */
	img {
		border: 0px;
	}


/* 3カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		width: 800px;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		background-color: #E0E0E0;
	}

/* Box Background image */
	#box_img {
		background:url(/blog/images/box_bg.gif) repeat-y;
		background-position:left top;
		width:100%;
	}


/* ヘッダー */
		#header {
		width: 800px;
		height: 47px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		background: #202020;
		border: 1px solid #666666;
		margin-bottom: 10px;
		}

/* フッター */
		#footer {
		width: 800px;
		height: 20px;
		font-size: 8px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		background: #202020;
		background-image: url("/images/footer.gif");
		border: 1px solid #666666;
		margin-top: 10px;
		}

/* タイトルバナー */
	/*	#title_banner {
		width: 800px;
		height: 20px;
		background: 
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		margin-bottom: 0px;
		}

		a#banner-img {
		display: block;
		background: #202020 url("/blog/images/title_banner.gif") no-repeat 0px 0px;
		padding: 0px;
		height: 20px;
		}
/*
		.banner-alt {
		display: none;
		}
*/

/* New タイトルバナー */
		#title_banner {
		width: 800px;
		height: 20px;
		background: #202020 url("/blog/images/title_banner.gif") no-repeat 0px 0px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		margin-bottom: 0px;
		}

		div.banner-img a {
		display: block;
		width: 800px;
		height: 20px;
		text-decoration: none;
		}


/* タイトル名 */
	#banner {
		width: 800px;
		height: 0px;
		vertical-align: baseline;
		position: relative; z-index: 1;
		color: #999999;
		background:#202020;
		background-position:right top;
		background-repeat:repeat-x;
	/*	background-image: url("/blog/images/bannar_bg.gif");	*/
	/*	padding-left:10px;	*/
	/*	padding-top: 6px;	*/
	/*	padding-bottom: 6px;	*/
		text-align: center;
		border-top: 1px solid #666666;
	/*	border-bottom: 1px solid #666666;	*/
	/*	border-left: 1px solid #666666;		*/
	/*	border-right: 1px solid #666666;	*/
		}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight: bold;
		font-size: 14px;
		font-family: "Courier New", Courier, mono;
		text-decoration: none;
		letter-spacing: 0.1em;
		}
	#banner a:link{
		color: #F0F0F0;
		background: none;
		}
	#banner a:visited{
		font-size: 14px;
		color: #F0F0F0;
		background: none;
		}
	#banner a:active,
	#banner a:hover {
		font-size: 14px;
		color: #F0F0F0;
		background: none;
		}
	#banner h2 {
		color: #F0F0F0;
		font-family: "Courier New", Courier, mono;
		font-weight: normal;
		font-size: 12px;
	}

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

/* エントリーのある大段落（3カラム） */
	#content {
		float: left;
		width: 448px;
	/*	border-bottom: 1px dotted #C0C0C0;	*/
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #C8C8C8;
		margin-top : 0px ;
		margin-bottom : 0px ;
	/*	background:url(/blog/images/main_bg.gif) repeat-y;	*/
	/*	background-image:url(/blog/images/main_bg.gif);	*/
	/*	background-repeat:repeat-y;	*/
	/*	background-position:right;	*/
	}

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

/* エントリー別の段落 */
	.blog {
	font-size:small;
	font-weight:normal;
	color: #707070;
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}

/* 各エントリー */
	.blogbody {
	/*	background:#E0E0E0;	*/
		background-position:right; 
		background-repeat:repeat-y; 
/*		background-image: url("画像を置くURl/ファイル名.gif");	*/
		color: #707070;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
	}

/* タイトルと本文の行間を狭くする対処 */
	.blogbody p {
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #707070;
		background: none;
	}
	.blogbody a:link {
		color: #707070;
		background: none;
	}
	.blogbody a:visited {
		color: #707070;
		background: none;
	}
	.blogbody a:active {
		color: #FF6600;
		background: none;
	}
	.blogbody a:hover {
		color: #FF6600;
		background: none;
	}

/* 各エントリー */
	.blogbody_category {
		background-position:right; 
		background-repeat:repeat-y; 
/*		background-image: url("画像を置くURl/ファイル名.gif");	*/
		color: #87A6BA;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		text-align:right;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		line-height:150%;
		width : auto ;
		margin-bottom:0px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
	}

	.blogbody_category a {
		color: #87A6BA;
		background: none;
	}
	.blogbody_category a:link {
		color: #87A6BA;
		background: none;
	}
	.blogbody_category a:visited {
		color: #87A6BA;
		background: none;
	}
	.blogbody_category a:active {
		color: #FF6600;
		background: none;
	}
	.blogbody_category a:hover {
		color: #FF6600;
		background: none;
	}

/*  投稿コンテンツの文字リンク */
	.entry_content {
	/*	background:#E0E0E0;	*/
	}

	.entry_content a {
	color: #707070;
	background: none;
	text-decoration: underline;
	}
	.entry_content a:link {
	color: #707070;
	background: none;
	text-decoration: underline;
	}
	.entry_content a:visited {
	color: #707070;
	background: none;
	text-decoration: underline;
	}
	.entry_content a:active {
		color: #FF6600;
		background: none;
	}
	.entry_content a:hover {
		color: #FF6600;
		background: none;
	}



/* 「続きを読む」の文字サイズとリンク色 */
	.entry_extend {
		color: #707070;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}

	.entry_extend a {
	color: #707070;
	background: none;
	text-decoration: none;
	}
	.entry_extend a:link {
	color: #707070;
	background: none;
	text-decoration: none;
	}
	.entry_extend a:visited {
	color: #707070;
	background: none;
	text-decoration: none;
	}
	.entry_extend a:active {
		color: #FF6600;
	background: none;
	text-decoration: none;
	}
	.entry_extend a:hover {
		color: #FF6600;
	background: none;
	text-decoration: none;
	}

/* エントリーの画像（左に配置した時の文章とのマージン） 2004.07.20追加 */
	.blogbody img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

/* エントリーのタイトル */
	.title	{
		font-size: 16px;
	color: #707070;
		padding-top:5px;
		padding-left:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

	.title a {
	color: #707070;
		background: none;
	}
	.title a:link {
	color: #707070;
		background: none;
	}
	.title a:visited {
	color: #707070;
		background: none;
	}
	.title a:active {
		color: #FF6600;
		background: none;
	}
	.title a:hover {
		color: #FF6600;
		background: none;
	}

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


	.menu_style	{
		font-size: 10px;
		color: #707070;
	}

	.menu_style a {
		color: #707070;
		background: none;
	}
	.menu_style a:link {
		color: #707070;
		background: none;
	}
	.menu_style a:visited {
		color: #707070;
		background: none;
	}
	.menu_style a:active {
		color: #FF6600;
		background: none;
	}
	.menu_style a:hover {
		color: #FF6600;
		background: none;
	}

	.menu_title {
		font-size: 16px;
		font-weight: bold;
		color: #707070;
		margin: 5px 0px 5px 0px;
		text-align: right;
	}




/* エントリーの日付 */
	.date	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #F0F0F0;
		background: #000000;
		background-position:left;
		background-repeat:repeat-x;
		background-image: url("/blog/images/tb.gif");
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		/*margin-top:6px; */
		margin-top:14px;
		margin-left:5px;
		margin-right:5px;
		border: 1px solid  #666666;
		letter-spacing: 0.1em;
	}

/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #8FABBE;
		border-top: 1px dotted #808080;
		border-bottom: 1px dotted #808080;
		text-align:right;
		margin-top:10px;
	}

	.posted a {
		color: #8FABBE;
		background: none;
	}
	.posted a:link {
		color: #8FABBE;
		background: none;
	}
	.posted a:visited {
		color: #8FABBE;
		background: none;
	}
	.posted a:active {
		color: #FF6600;
		background: none;
	}
	.posted a:hover {
		color: #FF6600;
		background: none;
	}

/* コメントインプットエリアの幅指定 */

	.comment_input_short {
		width:60px;
	}

	.comment_input_middle {
		width:140px;
	}

	.comment_input_long {
		width:280px;
	}
	.comment_input_text {
		width:420px;
	}


/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}

/* blockquote設定 */
	blockquote {
		margin:0px 0px 0px 0px;
		font-size:10px;
		font-weight:normal;
		background:#fafafa;
		line-height:150%;
		padding: 12px; 
		border: 2px dotted #999999;
		width: auto ;
	}

/* 2004.10.22 TypeKeyによるコメントで投稿者アイコンが枠で囲まれてしまう対処 */
	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}

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

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

/* ページ分割 */
	.paginate {
		padding-top: 10px;
		text-align: center;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #707070;
	}

	.paginate a {
		color: #87A6BA;
		background: none;
	}
	.paginate a:link {
		color: #87A6BA;
		background: none;
	}
	.paginate a:visited {
		color: #87A6BA;
		background: none;
	}
	.paginate a:active {
		color: #FF6600;
		background: none;
	}
	.paginate a:hover {
		color: #FF6600;
		background: none;
	}

/* サイドメニュー折りたたみ */
.sidetitle2 {
    width: auto;
    margin:3px 3px 0px 3px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color: #707070; /* 文字色 */
    background-color: #f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color: #ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}


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

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

/* 左カラム */
	#links-left-box{
		float: left;
		width : 175px;
	}

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


/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color: #707070;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color: #707070;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:9px;
		color: #8FABBE;
		text-decoration: none;
	}
	.calendar a:visited{
		font-size:9px;
		color: #8FABBE;
		text-decoration: none;
	}
	.calendar a:active{
		font-size:9px;
		color: #8FABBE;
		text-decoration: none;
	}
	.calendar a:hover {
		font-size:9px;
		color: #006699;
		text-decoration: none;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:9px;
	}

	.calendar th {
		font-size:8px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
	}

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

	.sidetitle a {
		color: #707070;
	/*	text-decoration: none;	*/
	}
	.sidetitle a:link {
		color: #707070;
	/*	background: none;	*/
	}
	.sidetitle a:visited {
		color: #707070;
	/*	background: none;	*/
	}
	.sidetitle a:active {
		color: #707070;
	/*	background: none;	*/
	}
	.sidetitle a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}



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

	.side a {
		color: #707070;
	/*	text-decoration: none;	*/
	}
	.side a:link {
		color: #707070;
	/*	background: none;	*/
	}
	.side a:visited {
		color: #707070;
	/*	background: none;	*/
	}
	.side a:active {
		color: #707070;
	/*	background: none;	*/
	}
	.side a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}

/* Youtube U2Bplayer 専用設定 */
	.side_youtube {
	font-family: Verdana, Arial, sans-serif;
	color: #707070;
	background: none;
	font-size:8px;
	font-weight:normal;
	line-height:150%;
	padding:0px;
	margin-bottom:10px;
	margin-top: 10px;
	/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

	.side_youtube a {
		color: #707070;
	/*	text-decoration: none;	*/
	}
	.side_youtube a:link {
		color: #707070;
	/*	background: none;	*/
	}
	.side_youtube a:visited {
		color: #707070;
	/*	background: none;	*/
	}
	.side_youtube a:active {
		color: #707070;
	/*	background: none;	*/
	}
	.side_youtube a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}

/*  ツリー化  */
	ul.tree {
		margin: 0px!important;
		padding: 0px!important;
		font-size: 9px;
		list-style: none!important;
	}

	ul.tree ul {
		margin: 0px!important;
		padding: 0px!important;
	}

	ul.tree li {
		margin: 0px!important;
		padding: 0px 0px 0px 16px!important;
		background-image: url(tree_lst.gif);
		background-repeat: no-repeat!important;
		list-style: none!important;
	}

	ul.tree li.end {
		background-image: url(tree_end.gif);
		list-style: none;
	}

/*  カテゴリー折りたたみ  */
	.subcategories a.foldmark {
		font-size:9px; /* マークのフォントサイズ */
		color: #888888;
		text-decoration: none; /* マークの文字装飾（何も表示しない） */
	}

/* 2004.10.22 サブカテゴリー対応 */
	.side #categories {
/*		font-family: Verdana, Arial, sans-serif;
		color: #707070;
		background: url(tree_lst.gif);
		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;
	}
/* サブカテゴリー対応 ここまで */

/* カウンター関連 */
	.side-counter {
		color: #707070;
		font-size:9px;
		background: none;
		padding:2px;
		margin-top:8px;
		margin-bottom:25px;
	}

	.counter-data {
		font-size:9px;
	}

	.blog_counter {
		color: #707070;
		font-size:9px;
		background: none;
		padding:2px;
		margin-top:8px;
		margin-bottom:25px;
		}

	.side2 {
		font-family: Verdana, Arial, sans-serif;
		color: #707070;
		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;
	}

/* リアルタイムカウントの設定 */
	.real_count {
		margin-top:10px;
		margin-left:6px;
		margin-bottom:0px;
	}




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

	.syndicate a {
		color: #707070;
	/*	text-decoration: none;	*/
	}
	.syndicate a:link {
		color: #707070;
	/*	background: none;	*/
	}
	.syndicate a:visited {
		color: #707070;
	/*	background: none;	*/
	}
	.syndicate a:active {
		color: #707070;
	/*	background: none;	*/
	}
	.syndicate a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}

/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #F0F0F0;
		background: #000000;
		background-position:left;
		background-repeat:repeat-x;
		background-image: url("/blog/images/tb.gif");
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
		border: 1px solid  #666666;
		letter-spacing: 0.1em;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color: #707070;
		line-height:150%;
		padding:0px;
		margin-left:5px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加*/
	}

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

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

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

	.comments-post a:link {
		color: #FF9650;
		background: none;
	}
	.comments-post a:visited {
		color: #FF9650;
	}
	.comments-post a:active{
		color: #FF9650;
	}
	.comments-post a:hover {
		color: #FF6600;
	}

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

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

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

/* ポップアップウインドウ全体 2004.12.30追加 */
	#box-commentspop {
		width: auto;
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		background-color: #FFFFFF;
	}

/* ポップアップウインドウのタイトル部分 */
	#banner-commentspop {
		z-index: 1; /* バナーの重なり順序対処 2004.12.30追加 */
		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: "ＭＳゴシック", Arial, sans-serif; /* フォント修正 2004.12.30修正 */
		font-weight: normal; /* 文字の太さ修正 2004.12.30修正 */
		font-size: 32px;  /* フォントサイズ修正 2004.12.30修正 */
	}

	#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; /* W3C CSS 検証対応 2005.04.30 修正 */
		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; /* W3C CSS 検証対応 2005.04.30 修正 */
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y; 
/*		background-image: url("画像を置くURl/ファイル名.gif");	*/
		color: #707070;
		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;
	}

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

/* 小粋空間バナー */
	.koiki_banner {
		margin-top:8px;
		margin-left:10px;
		margin-bottom:2px;
		border: 0;
	}

/* mixi小粋バナー */
	.mixi_koiki_banner {
		margin-top:8px;
		margin-left:10px;
		margin-bottom:2px;
		border: 0;
	}

/* futomi's cafeバナー */
	.futomi_banner {
		margin-top:8px;
		margin-left:10px;
		margin-bottom:2px;
		border: 0;
	}

/* FeedBurnerバナー */
	.feedburner {
		margin-top:8px;
		margin-left:10px;
		margin-bottom:2px;
		border: 0;
	}

/* アクセス解析スクリプト */
	#access_anlyz {
		display: none;
	}

/* 表示なし */
	#none {
		display: none;
	}

/* codeタグ */
	.code {
		overflow: scroll;
		font-size: 12px;
		font-family: 'Courier New';
		line-height: 150%;
		white-space: pre;
		width: 94%;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		padding-left: 0.9em;
		padding-right: 0.9em;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: #fcfcff;
		border: 1px solid #888888;
		overflow-y: hidden;

	}

/* code スクロール無し */
	.code_noscrl {
		overflow: hidden;
		font-size: 12px;
		font-family: 'Courier New';
		line-height: 150%;
		white-space: pre;
		width: 96%;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		padding-left: 0.9em;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: #ffffff;
		border: 1px solid #888888;
	}

/* Monthly Archives */
	.m_archive {
		padding-left:8px;
		height: 100px;
		overflow: auto;
	}


/* Recent Entries */
	.recent_entry {
		padding-left:8px;
		height: 150px;
		overflow: auto;
	}


/* Recent Comment */
	.recent_comment {
		padding-left:8px;
		height: 150px;
		overflow: auto;
	}


/* Recent TrackBack */
	.recent_tb {
		padding-left:8px;
		height: 150px;
		overflow: auto;
	}


/* Categoly Archive List */
	.cate_list {
		padding-left:8px;
		height: 100px;
		overflow: auto;
	}


/* Dayly Archive List */
	.day_list {
		padding-left:8px;
		height: 100px;
		overflow: auto;
	}


/* Link BlogPeople */
	.link{
		font-family: Verdana, Arial, sans-serif;
		color: #707070;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-left: 0px;
		margin-top: 0px; 
		margin-bottom:10px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}


/* イメージの装飾 */
	.frame{
		border:1px solid #999;
		margin-right:5px; 
		margin-top:5px; 
	}

	.photo{
		border:1px solid #CCC;
		background-color: #f6f6f6;
		padding: 5px 5px 5px 5px;
		margin-right:5px; 
		margin-top:5px; 
	}

	.pora_8 {
		background-color: #fafafa;
		border-width: 2px;
		margin: 5px 10px 5px 5px;
		padding: 5px 5px 30px 5px;
		border-style: solid;
		border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
		background-image:
		url(http://www.nero-8.com/blog/images/pora_8.gif); 
		background-repeat:no-repeat;
		background-position:100% 100%;
		} 

	.pora_tr {
		background-color: #fafafa;
		border-width: 2px;
		margin: 5px 10px 5px 5px;
		padding: 5px 5px 30px 5px;
		border-style: solid;
		border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
		background-image:
		url(http://www.nero-8.com/blog/images/pora_tr.gif); 
		background-repeat:no-repeat;
		background-position:100% 100%;
		} 

/* RSS Ticker */
	.ticker{
		font-family: "Courier New", Courier, mono;
/*		font-family: Verdana, Arial, sans-serif;	*/
		color: #707070;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-left: 0px;
		margin-top: 3px; 
		margin-bottom:10px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}
	.ticker a {
		color: #707070;
	/*	text-decoration: none;	*/
	}
	.ticker a:link {
		color: #707070;
	/*	background: none;	*/
	}
	.ticker a:visited {
		color: #707070;
	/*	background: none;	*/
	}
	.ticker a:active {
		color: #707070;
	/*	background: none;	*/
	}
	.ticker a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}



/* RSS Ticker PAIPO */
	div.paipo_container{
		margin-left: 0px; 
		margin-top: 0px; 
	}

	.paipo_items ul {
		padding-left: 0px;
		margin: 0px;
		margin-bottom: 0px;
	}

	ul.paipo_items {
		margin: 0px!important;
		padding: 0px!important;
/*		font-size: 9px;	*/
		list-style: none!important;
	}

	ul.paipo_items ul {
		margin: 0px!important;
		padding: 0px!important;
	}

	ul.paipo_items li {
		margin: 0px!important;
		padding: 0px 0px 0px 0px!important;
/*		background-image: url(tree_lst.gif); */
		background-repeat: no-repeat!important;
		list-style: none!important;
	}

	ul.paipo_items li.end {
/*		background-image: url(tree_end.gif); */
		list-style: none;
	}


	li.paipo_item1 {
		font-family: Verdana, Arial, sans-serif;
		color: #282828;
		background: none;
		font-size:8px;
		font-weight:normal;
		line-height:150%;
		padding:1px;
		margin-bottom:10px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

	li.paipo_item2 {
		font-family: Verdana, Arial, sans-serif;
		color: #282828;
		background: none;
		font-size:8px;
		font-weight:normal;
		line-height:150%;
		padding:1px;
		margin-bottom:0px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

	a.paipo_link {
		color: #5493BE;
		font-size:9px;
	}
	a:link.paipo_link {
		color: #5493BE;
		font-size:9px;
	}
	a:visited.paipo_link {
		color: #5493BE;
		font-size:9px;
	}
	a:active.paipo_link {
		color: #5493BE;
		font-size:9px;
	}
	a:hover.paipo_link {
		color: #FF6600;
		font-size:9px;
	}

	div.paipo_banner {
		display: none;
	}

/* RSS Ticker DRECOM */

.drecomrss_blog_list_item {
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	color: #707070;
	border: none;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	word-break: break-all;
}
.drecomrss_blog_list_item a {
		color: #5493BE;
		font-size:10px;
	}
.drecomrss_blog_list_item a:link {
		color: #5493BE;
		font-size:10px;
	}
.drecomrss_blog_list_item a:visited {
		color: #5493BE;
		font-size:10px;
	}
.drecomrss_blog_list_item a:active {
		color: #5493BE;
		font-size:10px;
	}
.drecomrss_blog_list_item a:hover {
		color: #FF6600;
		font-size:10px;
	}

#drecom_rss_blog_list_ad {
		display: none;
	}

.drecomrss_blog_list_powered {
		display: none;
	}


/* Link List BLOGPEOPLE */

/*
.blogpeople-main {
		height: 300px;
		overflow: auto;
		}
*/

	div.blogpeople-main p {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		}

	div.blogpeople-main p a {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	/*	background:url(アイコン画像のURL) no-repeat left center;	*/
		}

	span.blogpeople-linklist {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		}

	div.blogpeople-powered-by {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 8px;
		}

	div.link_me {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 8px;
		}

	#ovrssll18-bottom {
		display : none;
	}

	#ovrssll326-bottom {
		display : none;
	}



/* つなビィ */
	.tunabe{
		margin-left: 15px; 
		margin-top: 0px; 
		margin-bottom:5px;
	}


/* mobile QR CODE */

	.mob_qr {
		text-align: center;
		margin-bottom: 5px;
		}

	.mob_qr_uri {
		color: #707070;
		}


/* ソーシャルブックマークリンク */
	.sbmlink {
		width: 99%;
		margin: 22px 0 -10px 0;
		text-align: right;
	/*	border-top: 1px dotted #808080;	*/
	}

	.sbmlink img {
		margin: 0 ;
	}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* add_comment */
	.add_comment {
		color: #3366CC
		}

	.add_comment a {
		color: #3366CC
	/*	text-decoration: none;	*/
	}
	.add_comment a:link {
		color: #3366CC
	/*	background: none;	*/
	}
	.add_comment a:visited {
		color: #3366CC
	/*	background: none;	*/
	}
	.add_comment a:active {
		color: #3366CC
	/*	background: none;	*/
	}
	.add_comment a:hover {
		color: #FF6600;
	/*	background: none;	*/
	}

/* small_font */
	.small_font {
		font-size: 9px;
		}


/* 文中見出し */
	div.index {
		color: #2B518D;
		font-size:13px;
		line-height:160%;
		}

/* リスト表示 */
	li.list {
		list-style-type: square;
		list-style-position: outside;
		margin: 0px 0px 0px -15px;
		}

/* テキスト色変更 */
	.red {
		color: #c40d10;
	}
	.green {
		color: #479124;
	}
	.blue {
		color: #3399FF;
	}
	.orange {
		color: #FF8A3C;
	}


