/* ---------------------------------------------------- */
/* -----   skin  : cuteblog_03                    ----- */
/* -----   author: みる                           ----- */
/* -----   blog  : * cuteblog *                   ----- */
/* -----   url   : http://cuteblog.blog15.fc2.com ----- */
/* ---------------------------------------------------- */

/* ---------------------------------------- */
/*      ★　　　全体の設定　　　★　　　　　*/
/* ---------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

HTML {
	/* --　▼スクロールバーの設定▼　--*/
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #808080;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #808080;
}

body {
	color: #666;
/*	font-size: 12px; */
	background-color: #fff;
	background-image: url('http://blog-imgs-29.fc2.com/c/u/t/cuteblog/bg_dot_01.gif');
	text-align: center;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	border: 1px solid #999;
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

	/* -- ▼全体の外枠・広さの設定▼ -- */
.container { 
	margin-left: auto; 
	margin-right: auto; 
	width: 770px;
	background-color: #fff;
	border: 1px solid #bbb;
}


/* ---------------------------------------- */
/*      ★　　リンクの設定　　　★　　　　　*/
/* ---------------------------------------- */

a:link 		{color: #576A86; text-decoration: underline;}
a:visited 	{color: #576A86; text-decoration: underline;}
a:hover 	{color: #BF5E5E; text-decoration: underline;}


/* ---------------------------------------- */
/*     ★　タイトルバナーの設定　　★　 　　*/
/* ---------------------------------------- */

.banner {
	width: 770px;
	padding: 0px;
	clear: both;
	margin: 0px 0px 15px 0px;
	
}
.banner_title {
	text-align: left;
	border-bottom: 1px dashed #888;
	background-color: #d7e2ef;
}

.banner_navi {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

	/* -- ▼ブログタイトル▼ --*/
.blog_title {
	padding: 10px 0px 5px 25px;
	font-size: 16px;
	margin: 0px;
	text-decoration: none;
}
	
	/* -- ▼ブログ説明▼ --*/
.intro {
	font-weight: normal;
	color: #666;
	padding: 0px 0px 10px 25px;
	font-size: 13px;
	margin: 0px;
}


/* ---------------------------------------- */
/*     ★　左メニュー全体の設定　　★　 　　*/
/* ---------------------------------------- */

.side_left {
	float: left;
	overflow:hidden;
	width: 160px;
}


/* ---------------------------------------- */
/*      ★　右メニュー全体の設定　　★　　　*/
/* ---------------------------------------- */

.side_right {
	float: left;
	overflow:hidden;
	width: 160px;
}


/* ---------------------------------------- */
/*       ★　中央記事部分の設定　　★ 　　　*/
/* ---------------------------------------- */

.main {
	float: left;
	overflow:hidden;
	width: 608px;
}


/* ------- ▼記事の外枠部分▼ ------- */
.entryBodybox {
	width: 598px;
	margin: 0px 5px 10px 5px;
	text-align: left;
	border: 1px solid #bbb;
}


.entry_title {
	letter-spacing : 1px;
	padding: 3px 5px 3px 10px;
	border-left: 5px solid #8593A9;
	border-bottom: 1px dotted #8593A9;
	background-color:#eee;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active, .entry_title a:hover { text-decoration: none;}

.entry_body {
/*	font-size: 12px; */
	line-height: 150%;
	margin: 15px 10px 5px 10px;
}

.entry_state {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 20px 0px 20px 0px;
	clear: both;
}

	/* -- ▼コメントタイトル▼ -- */
.comtitle {
	font-weight: bold;
	color:#666;
	padding-left: 10px;
}

	/* -- ▼トラックバックタイトル▼ -- */
.tbtitle {
	font-weight: bold;
	color:#666;
	padding-left: 10px;
	padding-top: 10px;
}


	/*　-- ▼引用▼ --　*/
blockquote {
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	background-color:#f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-left: 3px solid #cdcdcd;

}


.nav {
	margin-bottom: 10px;
}

/* ---------------------------------------- */
/*       ★　サイドメニューの設定　　★ 　　*/
/* ---------------------------------------- */

.sideSet {
	width: 150px;
	margin: 0px 5px 20px 5px;
	text-align: left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.sidetitle {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: 1px dotted #888;
	background-color: #d7e2ef;
	padding: 4px 0px 2px 5px;
}

.sidetext {
		padding: 7px 2px 8px 2px;
		font-size: 12px;
		color: #333;
		line-height: 140%;
	}
	
.sidetext ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	
.sidetext li {
		background-image: url(http://blog-imgs-29-origin.fc2.com/c/u/t/cuteblog/point3.gif);
		background-repeat: no-repeat;
		background-position: 3px 5px ;
		color: #666;
		padding: 0px 0px 0px 15px;
		margin: 0px;
	}

/* 自己紹介画像 */
.prfimg {
	text-align: center;
}


/* ---------------------------------------- */
/*     ★　ページトップへナビの設定　★ 　　*/
/* ---------------------------------------- */

.pagetop {
	color: #333;
	font-size: 11px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}


/* ---------------------------------------- */
/*            ★　検索ボックス　★      　　*/
/* ---------------------------------------- */

.search {
	font-size: 12px;
}

.search input {
	border: 1px solid #666;
}

.btn {
	font-size: 12px;
	color: #666;
}


/* ---------------------------------------- */
/*           ★　フッダー部分　★       　　*/
/* ---------------------------------------- */

.footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	text-align: center;
	letter-spacing : 1px;
	margin: 30px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	background-color:#eee;
	border-top:1px solid #bbb;
}


/* ---------------------------------------- */
/*           ★　kosaki 追加　★       　　*/
/* ---------------------------------------- */

.shadow {
    background: url(http://blog-imgs-19-origin.fc2.com/m/k/o/mkosaki/shadow_001.gif) right bottom;
    float: left; /* 回り込み制御 */
}

.shadow img{
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
}

/* 「含むはてなブックマーク」ボタン */
img.b_entry{
	float: none;
	clear: both;
	border: none;
         position: relative;
         left:     2px;
         top:      2px;
}

.entry_body table { font-size: 12px; } 

@media print {
    div.banner, div.side_left, div.sideSet, div.footer {display:none;} 
    div.main, div.main_inner, div.entryBodybox {margin: 0 0 0 0; padding: 0 0 0 0; width:100%}
}

.drk7jpSimilaritySiteSummarys{
	font-size: 10px;
}

.fc2ad {
    font-size: x-small;
}
.fc2ad strong{
     font-weight: normal;
}

#comment {
     width: 48em;
     height: 30em;
}

#af8ec70d {
  display: none;
}

.ascii-art{
  font-size:12pt;
  line-height:18px;
  font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","ＭＳ Ｐゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;
}

li {
	margin-left: 10px;
}