* {
	margin: 0;
	padding: 0;
}



/* ボディ全体 */
body{
	/* サイト内の文字の設定 */
	text-align: left; /* 文字を左に設定 */
	line-height: 1.6; /* 文字間隔 */
	font-size: 12px; /* 文字サイズ */
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif; /* 文字種類 */
	color:#49453f; /* 文字色 */
	background: #590000; /* 背景色 */


}


/* リンク文字 */
a {
	text-decoration: none; /* 下線無し */
	color: #590000; /* 文字色 */
}

/* カーソルを合わせたときのリンク文字 */
a:hover {
	text-decoration: underline; /* 下線 */
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; /* 線無し */
}

/* コメントや検索フォームなどの入力エリアの設定 */
input,textarea,select,button,submit {
	color: #49453f; /* 文字色 */ｒａｉｔｏ
	background: #ffffff; /* 背景色 */
	border: 1px solid #804e4e; /* 線の色 */
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; /* 上寄せ */
	border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
	width:700px;
	margin: 0 auto;
	padding:10px 25px 0px 25px;

	border-right: 10px solid #003300; /* 右ライン */
	border-left: 10px solid #003300; /* 左ライン */

	background-color:#ffffff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}


/* 【ヘッダー部分】 ------------------------------------------------*/
#header {
	width: 700px; /* 幅 */	
	height: 330px; /* 高さ */
	margin: 0 auto;

	/* トップ画像を変えたい場合は、backgroundのurl()内の画像を指示して下い */
	background: url() right top no-repeat;

}



/* ブログタイトル */
h1 {
	text-align: left;/* 左寄せ　*/
	padding-left: 25px;/* 左からの距離　*/
	padding-top: 280px; /* 上からの距離　*/
	font-size: 30px; /* 文字サイズ */
	font-weight: bold; /* 太字 */
}

/* ブログタイトルリンク */
h1 a {
	text-decoration: none; /* 下線無し */
	color: #ffffff; /* 文字のカラー */
}



/* ブログの説明 */
h2 {
	width: 700px; /* 幅 */	
	height: 20px; /* 高さ */
	text-align: right;/* 右寄せ　*/
	padding-top: 20px; /* 上からの距離　*/
	color: #49453f;/* 文字のカラー */
	font-size: 14px; /* 文字サイズ */
	font-weight: lighter;
	border-bottom: 1px dashed #999999; /* 下にラインを書いています */
}



/* サイドメニュー--------------------------------------------*/


/* サイドメニューの位置 */
#menu {
	float : left; /* 右寄せ→right、左寄せ→left */
	background-color: #ffffff;/* 背景色 */

}



/* サイドメニュー囲み */
.menu_block {
	width : 180px; /* メニューの枠の幅 */
	margin : 10px; /* 上下左右からの間隔 */
}

/* サイドメニュータイトル */
.menu_title {
	padding-left: 15px; /* 左からの距離 */
	margin-top: 8px; /* 上からの距離　*/
	color: #49453f; /* 文字色 */
	font-size: 15px; /* 文字サイズ */

	/* アイコン画像の設定。変更時は、backgroundのurl()内に指定 */
	background: url(http://static.fc2.com/image/e/12.gif) no-repeat;
}

/* サイドメニューリスト親要素 */
ul {
	list-style-type: none; /* メニューリスト「・」無*/
}

/* サイドメニューリスト子要素 */
li {
	padding-left: 30px; /* 左からの距離 */

	/* アイコン画像の設定。変更時は、backgroundのurl()内に指定*/
	background: url(http://blog-imgs-36-origin.fc2.com/s/k/y/skydesign/sideicon1.jpg) no-repeat;
}


.menu_by {
	font-size: 10px; /* 文字の大きさ*/
}

/*記事----------------------------------------------*/


/* 記事、コメントなどの囲み */
.main_block {
	float : right; /* 右寄せ→right、左寄せ→left */
	width : 466px; /* 幅 */
	border: 1px solid #804e4e;/* 枠線。太さ、色 */
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
       background: url()  right bottom no-repeat;
	background-color: #ffffff;/* 背景色 */
}


.main_title {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 17px; /* 文字の大きさ*/
	font-weight: bold; /* 太字 */
        background-color: #ffffff;/* 背景色 */
	border-bottom: 1px solid #999999; /* 下ライン*/

/* アイコン画像の設定。変更時は、backgroundのurl()内に指定*/
	background: url() no-repeat;


}



/* 記事部分等本文囲み */
.main_body {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/* 記事カテゴリー等 */
.main_state {
	margin-right: 15px;
	margin-bottom: 5px; /* 下からの間隔 */
	text-align: right; /* 文字右寄せ */
	font-size: 12px; /* 文字の大きさ */
}

/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 15px; /* 下に間隔を取っています */
	border-bottom: 1px solid #999999; /* 下に点線を書いています */
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; /* 太字 */
	color: #590000; /* 文字色 */
}




/* フッター部分 ------------------------------------------------------*/

#footer {
	width : 700px; /* フッター部分の幅 */
	clear : both; /* 回り込み解除 */
	margin-top: 40px; /* 上からの間隔 */
	text-align: center; /* 文字を中央に設定 */
	color: #ffffff; /* 文字色 */
	background: #590000;/* 背景色 */

}
#footer a  {
	color: #ffffff; /* 文字色 */

}







/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 466px; /* ページ移動の枠の幅 */
	margin: 10px; /* 上下左右に間隔を取っています */
	text-align: center; /* 文字中央寄せ */
}

/* カレンダー設定------------------------------------------------------*/


/* カレンダー枠テーブル */
table.calender {
  　　　　　width : 95%;
 　　　　　 margin: 0 auto;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 12px;
          	color: #804e4e; /* 文字色 */
}
.calender caption a {
          	color: #804e4e; /* 文字色 */
}



/* カレンダーのセル */

.calender td, 
.calender th {
 　　　　　 text-align : center;
 　　　　　 border-right : 1px solid #eee;
 　　　　　 border-bottom : 1px solid #eee;
 　　　　　 padding : 0px;
 　　　　　 line-height : 180%;
 　　　　　 font-size : 95%;
}

.calender td a , 
.calender th a {
           background-color : #eee;
           display : block;
           height : 1%;
}

.calender td a:hover {
           background-color : #ccc;
           display : block;
           height : 1%;
}

/* 日曜日の色 */
th#sun {
	color: #ff0000;
}

/* 土曜日の色 */
th#sat {
	color: #0000ff;
}

