@charset "utf-8";
/*◆euc-jp, shift_jis など、ご使用の文字コードに書き換えてください◆*/
/*
ここは消さないで下さい
Title: BlueBlueSky
Author: ななせ♪
Access: http://www.sucharaka.jp/
CSSLicense: 【すちゃらか素材集】
*/

/*背景 */
	body {
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-left: 0px;
		background:#ffffff;
	}

/*◆ページ全体の基本的な設定と背景色◆*/
	#box {
	}

/*◆リンク文字設定◆*/
	a {
		color: #8FABBE;
/*		text-decoration: underline;*/
/*		text-decoration: none;*/ /* ツリー化対処 */
	}
	a:link {
		color: #8FABBE;
/*		background: none;*/ /* ツリー化対処 */
	}
	a:visited {
		color: #8FABBE;
/*		background: none;*/ /* ツリー化対処 */
	}
	a:active {
		color: #8FABBE;
/*		background: none;*/ /* ツリー化対処 */
	}
	a:hover {
		color: #006699;
		text-decoration: underline;
	}

/* ◆h1h2h3◆ */
	h1{
		margin: 0px;
		padding: 0px;
		}
		
	h2{
		margin: 0px;
		padding: 0px;
		}

	h3 {
		margin: 0px;
		padding: 0px;
		}

/* ◆タイトル名のある段落◆ */
	#banner {
		position: relative; z-index: 1;
		color:#999999;
/*		background:#ffffe0; 薄い黄色 */
/*		background:#999999;  デフォルト */
		background:#8FABBE; /* 水色 */
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
/*		background-image: url("画像を置くURl/ファイル名.gif");*/
/*		font-weight:normal;*/
		padding-left:15px;
		padding-top:15px;
		padding-bottom:15px;
/*		padding-bottom:5px;*/
		text-align: left;
		border-bottom: 1px solid #666699;
		}

/* ◆タイトル名の文字のリンク色◆ */
	#banner a {
		font-weight:normal;
		font-size: 32px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
/*		color: #999999;*/
		color: #ffffff;
		background: none;
	}
	#banner a:visited{
		font-size: 32px;
/*		color: #999999;*/
		color: #ffffff;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 32px;
/*		color: #999999;*/
		color: #ffffff;
		background: none;
position:relative; top:1px; left:1px;
	}
	#banner h2 {
/*		color: #999999;*/
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

/* 説明文内のリンク */
	#banner h2 a {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	#banner h2 a:link {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	#banner h2 a:visited {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	#banner h2 a:active {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	#banner h2 a:hover {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

/* ◆サイト説明文◆ */
	.description {
/*		color:#999999;
		background: none;
		font-size:12px;
		font-weight: normal;
		font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;*/
/*		text-transform:none;*/
	color: #999999;
	font-size: 12px;
		}

	.description a {
		color: #999999;
		font-size: 12px;
	}

/* ◆エントリーのある大段落（トップページ）◆ */
	#content {
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		background: #ffffff;
/*		margin-right : 210px ;*/
/*		margin-left  : 210px ;*/
		margin-right : 185px ;
		margin-left  : 185px ;
		margin-top : 0px ;
		margin-bottom : 15px ;
		}

/* ◆エントリーのある大段落（トップページ以外）◆ */
	#container {
		margin-top : 0px ;
		margin-bottom : 15px ;
		}

/* ◆エントリーのある段落◆ */
	.blog {
		padding:10px;
		font-size:small;
		font-weight:normal;
		color: #336699;
		background: none;
		}

	.blog a {
		text-decoration: none;
	}

/* ◆各エントリー◆ */
	.blogbody {
/*		background:#ffffff;*/
		background-position:right; 
		background-repeat:repeat-y; 
/*		background-image: url("画像を置くURl/ファイル名.gif");*/
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
/*		padding:10px;*/
		padding-top:5px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
/*		border: 3px solid #99ccff;*/
		margin-bottom:15px;
word-break: break-all;
		}

	.blogbody h3 {
		margin: 0px;
		padding: 0px;
		}

/* タイトルと本文の行間を狭くする対処 */
	.blogbody p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.blogbody td {
		font-size:12px;
		font-weight:normal;
		color: #666666;
		line-height:150%;
	}

/*
	.blogbody li {
margin-left: 8px;  
	}
*/

/*
	.blogbody ul {
padding: 0;  
margin: 0;
	}
*/

/* ◆各エントリーの文字のリンク色◆ */
	.blogbody a {
		color: #8FABBE;
/*		text-decoration: underline;*/
		text-decoration: none;
	}
	.blogbody a:link {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:visited {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:active {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:hover {
		color: #006699;
		background: none;
	}

	.blogbody img {
		margin-right: 8px;
		margin-top: 4px;
		margin-bottom: 5px;
	}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: 12px;
		color: #666666;
/*		background: #99ccff;*/
/*		padding-bottom:10px;*/
		padding-top:5px;
		padding-left:0px;
/*		margin-bottom:10px;*/
		margin-bottom:0px;
		padding-bottom:0px;
		}

/* ◆「ホーム」等へのリンク部分（トップページ以外）◆ */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background: none;
		margin:0px;
		padding-top:3px;
		text-align:center;
		}

/* ◆日にち◆ */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:none;
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
/*		background-image: url("画像を置くURl/ファイル名.gif");*/
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-left:5px;
		margin-right:5px;
		}

/* ◆エントリー投稿者の段落◆ */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
		}

/* 2004.10.22 TypeKeyによるコメントで投稿者アイコンが枠で囲まれてしまう対処 */
	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}

/* ◆「続きを読む」の行◆ */
	.extended { 
		font-weight:normal;
		padding: 3px;
		}

/* ◆blockquote設定◆ */
	blockquote {
		color: #666;
		margin:15px 20px 5px 20px;
		font-size:10px;
		font-weight:normal;
		background:#f6f6f6;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #999999;
		width: auto ;
	}

/* テキストエリア設定 */
	.blogbody textarea {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight:normal;
		width: 97% ;
	}

/* ◆quotetitle設定◆ */
.quotetitle{
	font-size:medium;
	font-weight:normal;
	border-bottom: 1px solid #666699;
	padding: 3px;
	}


/* ◆カレンダーのある大段落（トップページ左）◆ */
	#links-right{
/*		position: relative; z-index: 2;*/
		color: #ffffff;
/*		background:#ffffff;*/
		position : absolute ;
/*		right : 20px ;*/
		right : 15px ;
		top : 95px ;
/*		top : 108px ;*/
/*		width : 180px ;*/
		width : 155px ;
		margin-bottom : 15px ;
		}

/* ◆リンクのある大段落（トップページ右）◆ */
	#links-left{
/*		position: relative; z-index: 2;*/
		color: #ffffff;
/*		background:#ffffff;*/
		position : absolute ;
/*		left :20px ;*/
		left :15px ;
		top : 95px ;
/*		top : 108px ;*/
/*		width : 180px ;*/
		width : 155px ;
		margin-bottom : 15px ;
		}

/* ◆カレンダー年月◆ */
	.calendarhead{
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
/*		font-weight:bold;*/
		background: none;
		letter-spacing: .3em;
		}

/* ◆カレンダー曜日数字◆ */
	.calendar {
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
		}

	.calendar a:link {
		font-size:9px;
		color: #8FABBE;
/*		text-decoration: underline;*/
		text-decoration: none;
	}
	.calendar a:visited{
		font-size:9px;
		color: #8FABBE;
/*		text-decoration: underline;*/
		text-decoration: none;
	}
	.calendar a:active{
		font-size:9px;
		color: #8FABBE;
/*		text-decoration: underline;*/
		text-decoration: none;
	}
	.calendar a:hover {
		font-size:9px;
		color: #006699;
		text-decoration: underline;
	}

	.calendar th {
		font-size:8px;
		width : 23px ;
	}

	.calendar td {
		font-size:9px;
	}

	.calendar table {
/*		padding: 0px;*/
/*		border-collapse: collapse;*/
/*		width:90%;*/
	}

	.paginate {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}

	.googleAdsense {
		margin-top:3px;
		margin-bottom:25px;
		}

/* ◆「検索」「コメント」「エントリー」「カテゴリ」「リンク」の見出し◆ */
	.sidetitle {
		color:#666;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
/*		font-weight:normal;*/
		margin-top:3px;
		background:#f6f6f6;
		line-height:140%;
		padding:1px 0px 1px;
		text-align:center;
		border: 1px solid  #999999;
		}
/*
.sidetitle a {
	width: 1.8em;
	font-size:4px;
	text-decoration: none;
}
*/
/* 折りたたみ */
.sidetitle a.foldmark {
	float: right;
	font-size:7px;
	padding-right:3px;
	text-decoration: none;
}
/* 折りたたみ */

.sidetitle2 {
width: auto;
        margin: 3px 0px 0px 0px;  /*なくてもいい*/
        padding: 0px;  /*なくてもいい*/
/*        margin-top:3px;*/
        text-align: center;
}

.sidetitle2 a {
width: auto;
}

.sidetitle2 a:link,
.sidetitle2 a:visited {
        display: block; /*必須*/
        padding: 2px;
        border: 1px solid #999999;
        color:#666666;
        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;
/*        background-image: none;*/
        text-decoration: none;
}

/* ◆「検索」「コメント」「エントリー」「カテゴリ」「リンク」◆ */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
/*		margin-bottom:25px;*/
		margin-bottom:15px; /* 2005.02.24 変更 */
word-break: break-all;
		}

/* トラックバック表示対応 */
	.side dl {
		margin-top:0px;
	}
	.side dd {
		margin-left:0px;
	}

/* 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;
	}
/* サブカテゴリー対応 ここまで */

/* ユーザー・マニュアル */
	.side #manual ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side #manual ul ul {
		margin-bottom: 0px;
	}

	.side #manual li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}

	.sidelist {
		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;
	}

	.sidelist ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.sidelist li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}

        .adsensetitle {
                color:#000000;
/*                font-family: Verdana, Arial, sans-serif;*/
                font-family: Arial,sans-serif;
                font-size:11px;
/*                margin-top:3px;*/
                margin-top:20px;
                background:#8FABBE;
                line-height:120%;
                padding-left:2px;
                text-align:left;
                border: 1px solid  #8FABBE;
letter-spacing:0px;
        }
        .adsense {
                font-family: Verdana, Arial, sans-serif;
                color:#666666;
                background: none;
                font-size:9px;
                font-weight:normal;
                line-height:150%;
                padding:2px;
                margin-bottom:0px;
                border-bottom: 1px solid  #8FABBE;
                border-left: 1px solid  #8FABBE;
                border-right: 1px solid  #8FABBE;
word-break: break-all;
        }
        .adsenseend {
                margin-bottom:20px;
        }
        .adsense a {
                color: #8FABBE;
                text-decoration: none;
        }
        .adsense a:link {
                color: #8FABBE;
                background: none;
                text-decoration: none;
        }
        .adsense a:visited {
                color: #8FABBE;
                background: none;
                text-decoration: none;
        }
        .adsense a:active {
                color: #8FABBE;
                background: none;
                text-decoration: none;
        }
        .adsense a:hover {
                color: #006699;
                background: none;
                text-decoration: underline;
        }

        .googleAdsenseSide {
	margin-top:15px;
	margin-bottom:15px;
	word-break: break-all;
	text-align:center;
        }

.subcategories a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

ul.tree {
	list-style: none!important;
	margin: 0px!important;
	padding: 0px!important;
/*	font-size: 9px;*/
}

ul.tree ul {
	margin: 0px!important;
	padding: 0px!important;
}

ul.tree li {
	margin: 0px!important;
	padding: 0px 0px 0px 18px!important;
	background-image: url(tree_lst.gif);
/*	background-image: url(tree_lst2.gif);*/
	background-repeat: no-repeat!important;
	list-style: none!important;
}
ul.tree li.end {
	background-image: url(tree_end.gif);
/*	background-image: url(tree_end2.gif);*/
/*margin-bottom: 3px!important;*/
}


	.side-counter {
		font-size:9px;
		background: none;
		padding:2px;
		margin-top:8px;
		margin-bottom:25px;
		}

	.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;
	}

	.side form {
		margin:0px;
	}

a.selectedlink:link,
a.selectedlink:visited,
a.selectedlink:active {
	text-decoration: underline;
	color: #006699;
}

.search  {
/*	font-size:9px;*/
}


/* ◆RSS(XML)の設定◆ */
	.syndicate {
/*		font-size:small;
		line-height:140%;
		padding:2px;
		margin-top:15px;
		text-align:center;*/
	color:#666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
	line-height:150%;
	text-align: left;
	margin-bottom:5px;
		}

/* ◆Poweredの設定◆ */
	.powered {
/*		color:#336699;
		background: none;
		font-size: x-small;
		line-height:140%;
		text-transform:uppercase;
		padding:2px;
		margin-top:20px;
		text-align:center;*/
	color:#666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
	line-height:150%;
	text-align: left;
	margin-top:30px;

		}

	.banner {
		background: none;
		padding:0px;
/*		margin-top:8px;*/
		margin-top:5px;
		margin-bottom:2px;
	}

	.banner a:hover {
		position:relative; top:1px; left:1px;
	}

	.banner img {
		border-style:none;
	}

/* 広告 */
.googleadsenseindividual {
	text-align: center;
	font-size:11px;
	margin-bottom:20px;
}

/* ◆「コメント」「コメントする」の見出し◆ */
	.comments-head	{
/*		font-size:small;
		color: #336699;
		background: #99ccff;
		font-weight:bold;
		border: 1px solid #336699;
		padding:5px;
		width : auto ;
		margin-top:10px;
		margin-bottom:10px;*/


		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;
word-break: break-all;
}

.comments-body p {
	margin-top:10px;
	margin-bottom:5px;
word-break: break-all;
}

.comments-body textarea {
	width:266px;
}

/* ◆「コメント」投稿者◆ */
	.comments-post {
/*		color:#999999;
		background: none;
		font-size:small;
		font-weight:normal;*/

		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;*/
		text-decoration: none;
		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;
		}

.comments {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background:#ffffff;
}


/* ◆ポップアップウインドウのタイトル部分◆ */
#banner-commentspop {
/*		color:#fff;
		background:#3399ff;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
/*		background-image: url("画像を置くURl/ファイル名.gif");*/
		font-size:large;
		font-weight:normal;
		padding-left:30px;
		padding-top:10px;
		padding-bottom:50px;
		text-align: left;*/

		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 : 18px 15px 15px 15px;
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:none;
	}

	.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;
font-weight: normal;
		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;
}

#globalnavi {  
	padding-top: 10px;
}

#globalnavi li {	  
	color: #ffffff;
	padding-left: 0px;  
	padding-right: 10px;  
	display: inline;
}
	
#globalnavi li a, 
#globalnavi li a:link,  
#globalnavi li a:visited {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#globalnavi li a:hover {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

