/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #000000; 
	scrollbar-3dlight-color: #800080; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #800080; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-arrow-color: #800080; 
	scrollbar-track-color: #000000; 
}

/* ボディ */
body{
	margin: 30px; 
	text-align: left; 
	line-height: 1.6; 
	font-size: 11px; 
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka,Verdana; 
	color: #777777; 
                background-image: url(http://blog-imgs-15.fc2.com/w/i/n/wing280/@@5.png);
	background-attachment: fixed;
}

/* リンク文字 */
a {
	text-decoration: none; 
	color: #999999; 
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	color: #800080;
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; 
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #777777; 
	border: 1px solid #800080; 
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; 
}

/* 絵文字 */
img.emoji {
	vertical-align: middle; 
	border: 0; 
}




/*----------*レイアウト設定*------------------------------*/


/* 外枠 */
#container {
	position:relative;
	width: 600px;
	margin:0 auto; 
                padding: 20px;
	background: #000000; 
	border: 1px dotted #999999; 
}


/* ヘッダー部分 */
#header {	
	height: 110px; 
	margin-bottom: 10px; 
                padding: 70px;
       　　　　 background-image: url(http://blog-imgs-15.fc2.com/w/i/n/wing280/@21_20090908121927.png);
	background-repeat: no-repeat;
	background-position: 85% 50%; 
}

/* メニュー部分 */
#menu {
	float : left; 

}

/* 記事部分 */
#main {
	float : right; 
}




/* フッター部分 */
#footer {
	clear : both; 
                margin: 40px;
	text-align: center; 
	border-top: 1px solid #800080; 
}




/*--------*タイトル設定*-----------------------------------*/

/* ブログタイトル */
.blog_title {
	margin-top: px; 
	margin-left: px; 
	font-size: px; 
	font-weight: ; 
　　　　　　　　font-family: ; 
}

/*--------*メニュー部分設定*----------------------------*/


/* メニュー囲み */
.menu_block {
	width : 180px; 
                margin-right: 10px; 
                margin-bottom: 10px; 
                padding: 10px;
   　　　　     border-top: 1px #999999 dotted;
	font-size: 10px; 
}

/* メニュータイトル */
.menu_title {
                margin-bottom: 5px;
	padding-left: 17px; 
	font-weight: bold;
	background: url(http://blog-imgs-15.fc2.com/w/i/n/wing280/40_20090903220023.gif) no-repeat;
}

/* メニューリスト親要素 */
ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

/* メニューリスト子要素 */
li {
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 10px; 
	background: url(http://blog-imgs-15.fc2.com/w/i/n/wing280/@21_20090903221320.png) no-repeat;
}





/*----------*記事部分等設定*------------------------------*/


/* 記事部分等囲み */
.main_block {
	width : 400px; 
                margin-left: 10px; 
                margin-bottom: 30px;
   　　　　     border-bottom: 1px #800080 dotted;
}

/* 記事部分等タイトル */
.main_title {
	margin: 10px; 
	font-size: 14px; 
	font-weight: bold; 

}

/* リンク文字 */
.main_title a {
	text-decoration: none; 
}

/* 記事部分等本文囲み */
.main_body {
	margin: 10px; 
}

/* 日付等のステータス */
.main_state {
	margin-right: 15px; 
	font-size: 10px;
	text-align: right;
}

.main_title {
	color: #4B0082;
}

.main_date{
                padding: 8px;
                background-color: #4B0082;
	text-align: right;
	font-size: 11px;
	color: #999999;
}


/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 10px; 
	border-bottom: 1px solid #eeeeee; 
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; 
}




/*----------*その他*-------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 300px; 
	margin: 10px; 
	text-align: center;
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
	width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 12px;
	border-bottom: 1px solid #eeeeee; 
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
}

/* 日付セル */
.calender td {
	text-align: center;
}
