/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
	margin: 0;
	padding: 0
}

/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #ffffff; /* バーの色 */
	scrollbar-3dlight-color: #ffffff; /* 左上外側ライン */
	scrollbar-highlight-color: #dcdcdc; /* 左上内側ライン */
	scrollbar-shadow-color: #ffffff; /* 右下内側ライン */
	scrollbar-darkshadow-color: #d3d3d3; /* 右下外側ライン */
	scrollbar-arrow-color: #b0c4de; /* 矢印 */
	scrollbar-track-color: #f5f5f5; /* トラック部分 */
}

/* ボディ */
body{
	/* サイト内の文字の設定をしています */
	text-align: left; /* 文字を左に設定 */
	line-height: 1.6; /* 行間隔 */
	font-size: 11px; /* 文字サイズ */
		color:#777777;
font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif; /* 文字種類 */
	color: #777777; /* 文字色 */

	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #83D6E2;



}

/* リンク文字 */
a {
	text-decoration: none; /* 下線無し */
	color: #55aac4; /* 文字色 */
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	text-decoration: underline; /* 下線 */
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; /* 線無し */
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #888888; /* 文字色 */
	background: #ffffff; /* 背景色 */
	border: 1px solid #7f9db9; /* 線の色 */
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; /* 上寄せ */
	border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
	position:relative;
	width: 700px; /* 外枠の幅 */
	margin:0 auto; /* 中央に設定 */
margin-top: 40px; 
margin-bottom: 30px; 
	/* 左右にラインを書いています */
	border-right: 0px solid #666;
	border-left:0px solid #666;

	/* 背景を設定しています。外枠内に画像を入れたい場合は、backgroundのurl()内の画像の参照先を設定してください */
	background: url() #fff;


}


/* ヘッダー部分 */
#header {	
	width :700px; /* フッター部分の幅 */
	clear : both; /* 回り込み解除 */
	margin-bottom: 40px; /* 上との間隔を開けています */
	text-align: center; /* 文字を中央に設定 */
        font-size: 9px; /* 文字サイズ */
	border-top: 0px solid #eeeeee; /* 上にラインを書いています */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(https://blog-imgs-18.fc2.com/m/o/r/morinohana/march-cblue-h1.gif) #ffffff;
}



/* 右メニューにしたい場合はメニュー部分（#menu）のleftをrightに、記事部分（#main）のrightをleftにしてください */

/* メニュー部分 */
#menu {
	float : left; /* 左寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffffff;
        font-size: 11px; 
}

/* 記事部分 */
#main {
	float : right; /* 右寄せ */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() #ffffff;
        no-repeat;
        font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";

}




/* フッター部分 */
#footer {
		width :700px; /* フッター部分の幅 */
height: 47px; 
	clear : both; /* 回り込み解除 */
		text-align: center; /* 文字を中央に設定 */
        font-size: 9px; /* 文字サイズ */
	border-top: 0px solid #eeeeee; /* 上にラインを書いています */
	/* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url(https://blog-imgs-18.fc2.com/m/o/r/morinohana/march-cblue-d1.gif) #ffffff;
}

.footer_link a:link{
color:#333333;
text-decoration:none;
;
}
.footer_link a:visited{
color:#333333;
text-decoration:none;

}
.footer_link a:active{
color:#999999;
text-decoration:none;
}
.footer_link a:hover{
color:#999999;
text-decoration:none;
border-bottom:1px dotted #bbbbbb;
}



/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
.blog_title {
	margin-top: 0px; /* 上にくっつき過ぎないように間隔を取っています */

padding:20px 0 0 0px;

	margin-left: 70px; /* 左にくっつき過ぎないように間隔を取っています */
	font-size: 200%; /* 文字サイズ */
	font-weight: bold; /* 太字 */
        text-align: left;
}

/* ブログタイトルリンク */
.blog_title a {
	text-decoration: none; /* 下線無し */
	color: #000; /* 文字色 */
}

/* サブタイトル */
.sub_title {
	margin-left: 70px; /* 左にくっつき過ぎないように間隔を取っています */
	color: #000; /* 文字色 */
        text-align: left;
font-size:9px; /* 文字サイズ */
}




/*メニュー部分設定--------------------------------------------*/


/* メニュー囲み */
.menu_block {
	width : 180px; /* メニューの枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
}

/* メニュータイトル */
.menu_title {

	padding-left: 10px; /* アイコンを入れるので左に間隔を取っています */

border-bottom: 1px dotted #666; /* タイトルの下にラインを書いています */

	/* アイコン画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() no-repeat;

}

/* メニューリスト親要素 */
ul {
padding: 10px 10px 10px 10px;
	list-style-type: disk; /* メニューリスト左に出る「・」を無くしました */
padding-left: 20px;
}

/* メニューリスト子要素 */
li {
	padding-left: 0px; /* アイコンを入れるので左に間隔を取っています */

	/* アイコン画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
	background: url() no-repeat;　　　　　　　　
}

#box_side h3{
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	margin: 7px 5px 0px 10px;
	padding-bottom: 5px;
}


/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
	width : 450px; /* 記事部分の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */

	/* 枠線を描いています */
	border: 0px solid #666;
background: url() 
#fff;
background-repeat:repeat-x;


}

/* 記事部分等タイトル（アイコンを入れる場合はメニュータイトルを参考にしてください） */
.main_title {
	margin: 0px; /* 上下左右に間隔を取っています */
	font-size: 14px; /* タイトルなので文字を大きめにしました */
	font-weight: bold; /* 太字 */
	border-bottom:  1px dotted #666; /* タイトルの下にラインを書いています */
	border-left: 0px solid #666; /* タイトルの左にラインを書いています */
　　　　padding:0px 0px 0 0px;
            font-size: 12px; /* 文字サイズ */
            font-color:#000;
}

/* リンク文字 */
.main_title a {
	text-decoration: none; /* 下線無し */
}

/* 記事部分等本文囲み */
.main_body {
	margin: 0px; /* 上下左右に間隔を取っています */
　　　　padding:0px 10px 20px 0px;

}
.main_body a:link{
color:#666666;
text-decoration:none;
;
}
.main_body a:visited{
color:#666666;
text-decoration:none;

}
.main_body a:active{
color:#999999;
text-decoration:none;
}
.main_body a:hover{
color:#999999;
text-decoration:none;
border-bottom:1px dotted #bbbbbb;
}




/* 日付等のステータス */
.main_state {
	margin-right: 10px; /* 右に間隔を取っています */
	text-align: right; /* 文字右寄せ */
	font-size: 10px; /* 文字の大きさを少し小さめにしています */
}

/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 10px; /* 下に間隔を取っています */
	border-bottom: 1px solid #eeeeee; /* 下に点線を書いています */
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; /* 太字 */
}


.main_lines {
       border-top:  1px dotted #666; 
}

.new {color:#ff6666; font-weight:bolder;}

/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 450px; /* ページ移動の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
	text-align: center; /* 文字中央寄せ */
}


/* カレンダー設定---------------------------*/
.calender {
	width: 150px;
	font-size: 10px;
	line-height: 180%;
	background: #fff;
	border-top: 1px dotted #000000;
}

.calender caption {
	color: #000000;
	font-size: 10px;
	line-height: 150%;
	letter-spacing : 1px;
	padding-bottom: 5px;
	background: #ffffff;
}
.calender th {
	font-weight: bolder;
	color: #000000;
	background: #ffffff;
}
.calender td {
	text-align: center;
	color: #000000;
	background: #ffffff;
}
.calender td a {
	display: block;
}
th#sun {
	color: #ff0000;
}
th#sat {
	color: #00cccc;
}
.calender td a:link {
	background: #83D6E2!important;
	color: #000;
	text-decoration: underline;
}
.calender td a:visited {
	background: #83D6E2!important;
	color: #000;
	text-decoration: underline;
}
.calender td a:hover {
	background: #ff6633!important;
	color: #000;
	text-decoration: underline;
}



/*引用の表示設定*/
blockquote {
  margin:10px;
  padding:10px;
  background:#FFEEDD;
  color:#D22036;
  border: 1px dotted #D22036}


